|
From: Marcos R. <we...@al...> - 2006-06-05 23:52:45
|
Thanks!!!... I did the modification directly into sendmail.cf... I can't remember if I tried with two lines of DaemonPortOptions or only one trying to fit both addresses!!!... for sure will try with what you sent! :) Thanks again Marcos On Thu, 1 Jun 2006, Robert Moskowitz wrote: > At 02:32 AM 6/1/2006, Marcos Rubinstein wrote: >> please let me know if that works... > > I used Webimn's Sendmail, Sendmail options to input the following: > > Port=smtp,Addr=127.0.0.1, Name=loop > Port=smtp,Addr=192.168.128.3, Name=MTA > > Then did a shutdown -r now just to be sure... > > a: > > grep 'Addr=' sendmail.cf > > found: > > O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=loop > #O ColonOkInAddr=True > O DaemonPortOptions=Port=smtp,Addr=192.168.128.3, Name=MTA > > and a: > > netstat -na|grep ':25' > > > tcp 0 0 192.168.128.3:25 0.0.0.0:* > LISTEN > tcp 0 0 127.0.0.1:25 0.0.0.0:* > LISTEN > > > So it looks like it works! > >> On Thu, 1 Jun 2006, Jamie Cameron wrote: >> >>> On 1/Jun/2006 00:05 Robert Moskowitz wrote .. >>>> This is as much a sendmail question as a Webmin question. >>>> >>>> I need sendmail to listen on the loopback and one of the server's IP >>>> address, and not another. >>>> >>>> So I cannot use the open: Port=smtp,Addr=0.0.0.0, Name=MTA >>>> >>>> But I have yet to find a reference on how to specify two listening >>>> addresses. >>>> >>>> One refernce seem to be talking about using multiple names, but not >>>> clear. So perhaps I might do: >>>> >>>> Port=smtp,Addr=127.0.0.1, Name=Loop >>>> Port=smtp,Addr=1192.168.0.2, Name=MTA >>>> >>>> ???? >>>> >>>> The dialog field for Webmin Sendmail options, SMTP port options seems >>>> to allow for multiple lines, but I can'tfind any clear answers..... >>> >>> You should be able to enter multiple lines (as above), each of which >>> defines >>> an SMTP port to listen on. I'm pretty sure your syntax is correct .. >>> >>> - Jamie >>> >>> >>> ------------------------------------------------------- >>> All the advantages of Linux Managed Hosting--Without the Cost and Risk! >>> Fully trained technicians. The highest number of Red Hat certifications in >>> the hosting industry. Fanatical Support. Click to learn more >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >>> - >>> Forwarded by the Webmin mailing list at >>> web...@li... >>> To remove yourself from this list, go to >>> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> >> >> ------------------------------------------------------- >> All the advantages of Linux Managed Hosting--Without the Cost and Risk! >> Fully trained technicians. The highest number of Red Hat certifications in >> the hosting industry. Fanatical Support. Click to learn more >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >> - >> Forwarded by the Webmin mailing list at web...@li... >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > |