Date: Tue, 2 Oct 2007 21:10:53 +0000 From: Don Read <dread@aceweb.com> To: freebsd@celestial.com Cc: freebsd-questions@freebsd.org Subject: Re: Mutt Help Message-ID: <20071002211053.1091a6dd@aceweb.com> In-Reply-To: <20071002203711.GA12392@ayn.mi.celestial.com> References: <20071001005437.GA15279@bsd.remdog.net> <20071002191117.GA32593@ozzmosis.com> <20071002203711.GA12392@ayn.mi.celestial.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Oct 2007 13:37:11 -0700 Bill Campbell said: > On Wed, Oct 03, 2007, andrew clarke wrote: > >On Sun, Sep 30, 2007 at 05:54:37PM -0700, Rem P Roberti wrote: <snip> > > > >By default, Fetchmail will put your mail wherever $MAIL points to. > >Usually this is in a file named /var/mail/username, where username is > >your login name. > > I thought that the default for fetchmail was to pass the messages > to the system's MTA (postfix, sendmail, etc.), not to attempt > delivery itself. > > Bill Correct. quote: As each message is retrieved, fetchmail normally delivers it via SMTP to port 25 on the machine it is running on (localhost), just as though it were being passed in over a normal TCP/IP link. fetchmail provides the SMTP server with an envelope recipient derived in the manner described previously. The mail will then be delivered locally via your system's MDA (Mail Delivery Agent, usually sendmail(8) but your system may use a different one such as smail, mmdf, exim, postfix, or qmail). All the delivery-control mechanisms (such as .forward files) normally available through your system MDA and local delivery agents will there- fore work automatically. If no port 25 listener is available, but your fetchmail configuration was told about a reliable local MDA, it will use that MDA for local delivery instead. /quote $ man fetchmail Regards, -- Don Read dread@aceweb.com -- It's always darkest before the dawn. So if you are going to steal the neighbor's newspaper, that's the time to do it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071002211053.1091a6dd>