|
From: Jamie C. <jca...@we...> - 2006-06-01 05:13:40
|
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 |