Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix-wizards,net.dcom Subject: Re: /usr/lib/aliases name format Message-ID: <3161@sun.uucp> Date: Thu, 16-Jan-86 15:11:21 EST Article-I.D.: sun.3161 Posted: Thu Jan 16 15:11:21 1986 Date-Received: Sat, 18-Jan-86 01:13:39 EST References: <902@rlgvax.UUCP> <3140@sun.uucp> <907@rlgvax.UUCP> Organization: Sun Microsystems, Inc. Lines: 26 Xref: watmath net.unix-wizards:16430 net.dcom:1606 > > ...noting that the mailer is the one defined with the name "local", not > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Sorry, but I did not understand the phrase I put up-arrows under. The "sendmail" confguration file contains rules for parsing and modifying addresses. When an address has been fully parsed and modified, the message is sent out; "sendmail" recognizes that it's done with an address by a rule which includes an indication like $#local $:$n on its right-hand side. This means that the mail should be delivered by the mailer defined with the name "local"; a mailer is generally a program, and "sendmail" runs that program. Mailers are defined with lines in the configuration file like: Mlocal, P=/bin/mail, F=rlsDFMmnP, S=10, R=20, A=mail -d $u where "M" is the first character on the line, and the token that follows it is the name of the mailer, so this line defines a mailer with the name "local". For further quesions, read the "sendmail" documentation. Guy Harris