XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:itpm.msu.su   - Поискать по всем серверам
На этой странице приведены все страницы сервера itpm.msu.su ,которые мы индексируем. Показаны документы 761 - 780 из 982.

В начало ] Пред. | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | След.В конец ]

Упорядочить по: URL  |  дате изменения
761. Outlook on the Following Chapters
Next: Issues of TCP/IP Networking Up: Introduction to Networking Previous: System Security . The next few chapters will deal with configuring for TCP/IP networking, and with running some major applications. ... The configuration of your serial ports is covered in a separate chapter, because the discussion does not apply to TCP/IP networking only, but is also relevant for UUCP. ... The next two chapters discuss NIS, the Network Information System, and NFS, the Network File System. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node22.html -- 6.2 Кб -- 18.04.1999
Похожие документы

762. Configuration Files - Overview
Next: The sendmail.cf File Up: Sendmail+IDA Previous: Introduction to Sendmail+IDA . Traditional sendmail is set up through a system configuration file (typically /etc/sendmail.cf or /usr/lib/sendmail.cf), that is not anything close to any language you've seen before. Editing the sendmail.cf file to provide customized behavior can be a humbling experience. ... The sendmail.cf file defines only the default behavior of the system. ... Figure: sendmail Support Files. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node220.html -- 2.8 Кб -- 18.04.1999
Похожие документы

763. The sendmail.cf File
Next: An Example sendmail.m4 File Up: Sendmail+IDA Previous: Configuration Files - Overview . The sendmail.cf file for sendmail+IDA is not edited directly, but is generated from an m4 configuration file provided by the local system administrator. ... There are a large variety of parameters that can be defined to establish the behavior of the local site or to override compiled-in configuration items. These configuration options are identified in the file ida/cf/OPTIONS in the source directory. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node221.html -- 3.7 Кб -- 18.04.1999
Похожие документы

764. An Example sendmail.m4 File
. Next: Typically Used sendmail.m4 Parameters Up: The sendmail.cf File Previous: The sendmail.cf File . A sendmail.m4 file for vstout at the Virtual Brewery is shown below. vstout uses SMTP to talk to all hosts on the Brewery's LAN, and sends all mail for other destinations to moria, its Internet relay host, via UUCP. Figure: A sample sendmail.m4 file for vstout. Andrew Anderson . Thu Mar 7 23:22:06 EST 1996
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node222.html -- 2.1 Кб -- 18.04.1999
Похожие документы

765. Typically Used sendmail.m4 Parameters
Next: Items that Define Paths Up: The sendmail.cf File Previous: An Example sendmail.m4 File . A few or the items in the sendmail.m4 file are required all the time; others can be ignored if you can get away with defaults. The following sections describe each of the items in the example sendmail.m4 file in more detail. Items that Define Paths . Defining the Local Mailer . ... Domain Name Service Related Items . Defining Names the Local System is Known by . UUCP-Related Items . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node223.html -- 2.8 Кб -- 18.04.1999
Похожие документы

766. Items that Define Paths
Next: Defining the Local Mailer Up: Typically Used sendmail.m4 Parameters Previous: Typically Used sendmail.m4 Parameters . LIBDIR defines the directory where sendmail+IDA expects to find configuration files, the various dbm tables, and special local definitions. ... To change the location of the support files to a different location, remove the leading dnl from the above line, set the path to the desired location, and rebuild and reinstall the sendmail.cf file. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node224.html -- 2.4 Кб -- 18.04.1999
Похожие документы

767. Defining the Local Mailer
Next: Dealing with Bounced Mail Up: Typically Used sendmail.m4 Parameters Previous: Items that Define Paths . Most operating systems provide a program to handle local delivery of mail. ... In , it is necessary to explicitly define the appropriate local mailer since a local delivery program is not necessarily present in the distribution you've installed. ... For example, to have the commonly used deliver program provide this service, you would set LOCAL_MAILER_DEF to mailers.linux. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node225.html -- 3.3 Кб -- 18.04.1999
Похожие документы

768. Dealing with Bounced Mail
Next: Domain Name Service Related Up: Typically Used sendmail.m4 Parameters Previous: Defining the Local Mailer . ... While examining syslogd(8) logs is helpful, the local mail administrator generally needs to see the headers on bounced mail in order to determine if the mail was undeliverable because of user error or a configuration error on one of the systems involved. Defining POSTMASTERBOUNCE results in a copy of each bounced message being set to the person defined as Postmaster for the system. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node226.html -- 2.7 Кб -- 18.04.1999
Похожие документы

769. Domain Name Service Related Items
. Next: Defining Names the Local Up: Typically Used sendmail.m4 Parameters Previous: Dealing with Bounced Mail . There are several well known networks that are commonly referenced in mail addresses for historical reasons but that are not valid for DNS purposes. Defining PSEUDODOMAINS prevents needless DNS lookup attempts that will always fail. Andrew Anderson . Thu Mar 7 23:22:06 EST 1996
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node227.html -- 2.0 Кб -- 18.04.1999
Похожие документы

770. Miscellaneous config Options
Next: Message Routing and Delivery Up: Getting smail Up and Previous: Mail Delivery Modes . There are quite a number of options you may set in the config file, which, although useful, are not essential to running smail, and which we will not discuss here. ... error copy postmaster . ... If the hop count for a message (i.e. the number of hosts already traversed) equals or exceeds this number, attempts at remote delivery will result in an error message being returned to the sender. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node206.html -- 3.1 Кб -- 18.04.1999
Похожие документы

771. Message Routing and Delivery
Next: Routing Messages Up: Getting smail Up and Previous: Miscellaneous config Options . smail splits up mail delivery into three different tasks, the router, director, and transport module. The router module resolves all remote addresses, determining to which host the message should be sent to next, and which transport must be used. ... By far the most common case will be delivery to a mailbox, but messages may also be piped into a command, or appended to some arbitrary file. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node207.html -- 4.0 Кб -- 18.04.1999
Похожие документы

772. Routing Messages
Next: The paths database Up: Getting smail Up and Previous: Message Routing and Delivery . ... Otherwise, smail hands the destination address to a number of router drivers to find out which host to forward a message to. ... The new address is passed to the transport along with the host to forward the message to. ... If you enable BIND, but get a message in the paniclog file saying ``router inet_hosts: driver bind not found'', then you have to get the sources and recompile smail (see section- above). ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node208.html -- 7.9 Кб -- 18.04.1999
Похожие документы

773. The paths database
Next: Delivering Messages to Local Up: Routing Messages Previous: Routing Messages . smail expects to find the pathalias database in the paths file below /usr/lib/smail. This file is optional, so if you don't want to perform any pathalias routing at all, simply remove any existing paths file. paths must be a sorted ASCII file that contains entries which map destination site names to UUCP bang paths. The file has to be sorted because smail uses a binary search for looking up a site. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node209.html -- 2.9 Кб -- 18.04.1999
Похожие документы

774. System Security
Next: Outlook on the Following Up: Maintaining Your System Previous: Maintaining Your System . Another very important aspect of system administration in a network environment is protecting your system and users from intruders. Carelessly managed systems offer malicious people many targets: attacks range from password guessing to Ethernet snooping, and the damage caused may range from faked mail messages to data loss or violation of your users' privacy. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node21.html -- 6.4 Кб -- 18.04.1999
Похожие документы

775. Delivering Messages to Local Addresses
Next: Local Users Up: Getting smail Up and Previous: The paths database . Most commonly, a local address is just a user's login name, in which case the message is delivered to her mailbox, /var/spool/mail/user. Other cases include aliases and mailing list names, and mail forwarding by the user. ... Apart from these ``normal'' addresses, smail can handle other types of local message destinations, like file names, and pipe commands. ... Local Users . Forwarding . Alias Files . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node210.html -- 4.2 Кб -- 18.04.1999
Похожие документы

776. Local Users
Next: Forwarding Up: Delivering Messages to Local Previous: Delivering Messages to Local . The most common case for a local address is to denote a user's mailbox. This mailbox is located in /var/spool/mail and has the name of the user. ... There are two addresses smail requires to exist: MAILER-DAEMON and Postmaster. ... If these addresses do not name valid accounts on your system, smail implicitly maps MAILER-DAEMON to postmaster, and postmaster to root, respectively. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node211.html -- 2.9 Кб -- 18.04.1999
Похожие документы

777. Forwarding
... A user may redirect her mail by having it forwarded to an alternative address using one of two methods supported by smail. One option is to put Forward to recipient,... in the first line of her mailbox file. ... Note that any type of address may be used. Thus, a practical example of a .forward file for vacations might be janet, "|vacation" The first address delivers the incoming message to janet's mailbox nevertheless, while the vacation command returns a short notification to the sender. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node212.html -- 2.5 Кб -- 18.04.1999
Похожие документы

778. Alias Files
Next: Mailing Lists Up: Delivering Messages to Local Previous: Forwarding . smail is able to handle alias files compatible with those known by Berkeley's sendmail. ... There is a special feature that allows smail to handle mailing lists from the alias file: if you specify ``:include:filename'' as recipient, smail will read the file specified, and substitute its contents as a list of recipients. The main aliases file is /usr/lib/aliases. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node213.html -- 3.9 Кб -- 18.04.1999
Похожие документы

779. Mailing Lists
Next: UUCP-based Transports Up: Delivering Messages to Local Previous: Alias Files . Instead of using the aliases file, mailing lists may also be managed by means of files in the /usr/lib/smail/lists directory. A mailing list named nag-bugs is described by the file lists/nag-bugs, which should contain the members' addresses, separated by commas. ... This address is also used as the sender's address on all outgoing messages in the Sender: header field. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node214.html -- 2.4 Кб -- 18.04.1999
Похожие документы

780. UUCP-based Transports
... In a UUCP environment, messages are usually passed on by invoking rmail on the next host, giving it the message on standard input and the envelope address on the command line. On your host, rmail should be a link to the smail command. ... Alternatively, smail can send and receive BSMTP batches via UUCP. ... If you have only one UUCP link, and use the smart host router, you enable sending SMTP batches by setting the smart_transport configuration variable to bsmtp instead of uux. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/LDP/nag/node215.html -- 4.1 Кб -- 18.04.1999
Похожие документы

В начало ] Пред. | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования