The following line states where sendmail will be listening. It seems if it
is set to:

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

I can send mail out but not receive. If i change it to:

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

then it receives mail but doesnt send. Is it possible to do the following,
or am i going about it the wrong way?

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

I have tried the latter, but wasnt sure if it was correct. 192.168.0.2 is
the ip for eth0.

 Richard Humphrey




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to