Date: Thu, 22 Aug 2002 08:41:55 -0400 From: Matthias Trevarthan <trevarthan@wingnet.net> To: freebsd-stable@freebsd.org Subject: Re: sendmail Problems Message-ID: <200208220841.55434.trevarthan@wingnet.net> In-Reply-To: <200208220831.51482.trevarthan@wingnet.net> References: <000001c249a6$15db0830$0800a8c0@p4> <200208220831.51482.trevarthan@wingnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Oops...=20 One more quick note: Be SURE to remove your OLD sendmail code from /etc/defaults/rc.conf when = you=20 add the new MTA section. Otherwise you'll have conflicting sendmail start= up=20 flags. Matthias On Thursday 22 August 2002 08:31 am, Matthias Trevarthan wrote: > 1.) First, in /etc/defaults/rc.conf, there should be an MTA section rig= ht > above the Misc Administration section. This is NEW code! Add it! See > example below: > > ############################################################## > ### Mail Transfer Agent (MTA) options ###################### > ############################################################## > > mta_start_script=3D"/etc/rc.sendmail" > # Script to start your chosen MTA, called by > /etc/rc. # Settings for /etc/rc.sendmail: > sendmail_enable=3D"YES" # Run the sendmail inbound daemon (YES/NO/NON= E). > # If NONE, don't start any sendmail processes. > sendmail_flags=3D"-L sm-mta -bd -q30m" # Flags to sendmail (as a server= ) > sendmail_submit_enable=3D"YES" # Start a localhost-only MTA for mail > submission > sendmail_submit_flags=3D"-L sm-mta -bd -q30m > -ODaemonPortOptions=3DAddr=3Dlocalhost" # Flags for localhost-only MTA > sendmail_outbound_enable=3D"YES" # Dequeue stuck mail (YES/NO). > sendmail_outbound_flags=3D"-L sm-queue -q30m" # Flags to sendmail (outb= ound > only) > sendmail_msp_queue_enable=3D"YES" # Dequeue stuck clientmqueue mail (YE= S/NO). > sendmail_msp_queue_flags=3D"-L sm-msp-queue -Ac -q30m" > # Flags for sendmail_msp_queue daemon. > > > ############################################################## > ### Miscellaneous administrative options ################### > ############################################################## To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208220841.55434.trevarthan>