[NTLUG:Discuss] Sendmail / Fetchmail Question

Rev. wRy slot0k at pogox.org
Fri Jun 3 09:18:05 CDT 2005


On Fri, 2005-06-03 at 08:44, joseph beasley wrote:
> Use the DaemonPortOptions in the sendmail.cf.  You can specify multiple
> addresses for sendmail to listen on.
> 
> http://www.sendmail.org/~gshapiro/8.10.Training/DaemonPortOptions.html

Or you could just change the line:
DAEMON_OPTIONS(`Port=smtp,Addr=your.internal.ip.addy, Name=MTA')
to
DAEMON_OPTIONS(`Port=smtp,Addr=0.0.0.0, Name=MTA')

in the sendmail.mc file to have the daemon listen on all available
addresses instead of mucking around in the .cf file.

And of course, run make in /etc/mail and restart sendmail.

R





More information about the Discuss mailing list