Bill Watson schrieb: > I have had an entertaining time trying to get sendmail running on el5. I > have unearthed a line in sendmail.cf that seems to be helpful when changed. > My question is can I have more than one of these lines in sendmail.cf ? > > O DaemonPortOptions=Port=smtp,Addr=63.138.47.3, Name=MTA > why not ?
dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl DAEMON_OPTIONS(`Port=smtp,Addr=192.168.0.1, Name=MTA')dnl DAEMON_OPTIONS(`Port=smtp,Addr=172.16.0.1, Name=MTA')dnl DAEMON_OPTIONS(`Port=smtp,Addr=10.0.0.1, Name=MTA')dnl dnl # > It used to have 127.0.0.1 as the IP, but this didn't seem to open port 25 on > my networks. > > I am considering: > O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA > O DaemonPortOptions=Port=smtp,Addr=63.138.47.3, Name=MTA > O DaemonPortOptions=Port=smtp,Addr=192.168.50.50, Name=MTA > > But I need to know if there is a better/approved/non-hacked way to cause > this same effect of allowing SMTP on each of my networks on my el5 server. > on each on your networks ? dnl # ..... Remove the loopback dnl # address restriction to accept email from the internet or intranet. dnl # dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl dnl # -- shrek-m _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
