Hi,

/etc/mail/sendmail.mc:

DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl

This is a machine with Sendmail listening on all interfaces including localhost.

On a machine where Sendmail just listens on localhost I have:

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

I am not sure if you can separate the address lists with a comma separator.

Andrew.


-----Original Message-----
From: Bill Watson [mailto:[EMAIL PROTECTED] 
Sent: 12 December 2007 15:19
To: 'Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list'
Subject: [rhelv5-list] sendmail.cf from AS4.0 to EL5.1

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

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.
This stuff does not exist to mimic on my AS4.0 server.

The system config is basically a stock install from DVD onto a system with
eth0 and eth1.

Thanks!
Bill Watson
[EMAIL PROTECTED]


_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list


--
allpay.net Limited, Fortis et Fides, Whitestone Business Park, Whitestone, 
Hereford, HR1 3SE. 
Registered in England No. 02933191. UK VAT Reg. No. 666 9148 88. 

Telephone: 0870 243 3434, Fax: 0870 243 6041. 
Website: www.allpay.net
Email: [EMAIL PROTECTED] 

This email, and any files transmitted with it, is confidential and intended 
solely for the use of the individual or entity to whom it is addressed. If you 
have received this email in error please notify the allpay.net Information 
Security Manager at the number above.

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to