On Mon, 2003-12-22 at 12:41, Patrick B. O'Brien wrote: > I'm looking at moving a Red Hat 8.0 Box into our DMZ. It will act as a One Way > ListServer. > > What configurations can I check before this move on my RH Box to verify this Box's > sendmail is set to "NO-Relay"? >
dnl # dnl # The following causes sendmail to only listen on the IPv4 loopback address dnl # 127.0.0.1 and not on any other network devices. Remove the loopback dnl # address restriction to accept email from the internet or intranet. dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl in /etc/mail/sendmail.mc This is the default on RHL9, at least. _______________________________________________ RLUG mailing list [EMAIL PROTECTED] http://www.rlug.org/mailman/listinfo/rlug
