Date: Fri, 16 May 2003 17:29:49 +1000 (EST) From: Andy Farkas <andyf@speednet.com.au> To: Antoine Jacoutot <ajacoutot@lphp.org> Cc: questions@freebsd.org Subject: Re: local.mail, please need some help Message-ID: <20030516172543.G77647-100000@hewey.af.speednet.com.au> In-Reply-To: <200305160859.02525.ajacoutot@lphp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 16 May 2003, Antoine Jacoutot wrote: > I've been looking for hours how to change local mailer flags. > I use sendmail, and I would like that local.mail doesn't try to contact the > comsat service. The switch for it is "-B" (from the man page). > Now, I tried everything in my sendmail.cf, and nothing works. > The last thing I tried was: > MODIFY_MAILER_FLAGS(`LOCAL', `+B')dnl First off, cd into /etc/mail and type "make all". This will generate a $HOSTNAME.mc file. Next, add: define(`LOCAL_MAILER_ARGS', `mail.local -l -B -b') To the end of this file, then type "make all" again. This will generate a $HOSTNAME.cf file. Copy this file to sendmail.cf and type "make restart". -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030516172543.G77647-100000>