Hi guys,
I need to setup a LAN server using sendmail. I successfully configured sendmail to make it work in Fedora as a POP3 and SMTP server.
But, hey wait a second. Why is it so different in Slackware? How do i really make it work on LAN.
In Fedora, i just goto /etc/mail and change a line in "sendmail.mc" as below:
====> DAEMON_OPTIONS('Port=smtp, Addr=127.0.0.1, MTA') to
=====> DAEMON_OPTIONS('Port=smtp, Addr=192.168.1.1, MTA')
* 192.168.1.1 is the ipaddress for my mail server on eth)\0
I recompile the whole directory using command line "make -C /etc/mail".
And restart sendmail service "/etc/init.d/sendmail restart". Bingo it works, but in Slackware,
Duh....
?