Hi
Further to an earlier question, can anyone enlighten me on the following?
I have 2 boxes running sendmail, 1 of them works OK and 1 doesn't. On the first box if I run sendmail -v I get the successful outcome, with the beginning showing:
root:/ =>sendmail -v james.xxxxx@xxxxx.com
TEST MESSAGE FROM SERVER A
.
james.xxxxx@xxxxx.com... Connecting to xxxxx.ema.itnet.octel. via relay...
220 xxxxx.ema.itnet.octel Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 18 Mar 2008 11:06:06 +0000
>>> EHLO xxxxx.ema.itnet.octel
250-xxxxx.ema.itnet.octel Hello [10.1.9.18]
Whereas on the server that doesn't work I get the following (note that the destination automaticallly changes to root):
root:/> sendmail -v james.xxxxx@xxxxx.com
TEST MESSAGE FROM SERVER B
.
root... Connecting to [127.0.0.1] via relay...
220 xxxxx. ESMTP Sendmail Tue, 18 Mar 2008 11:12:54 GMT
>>> EHLO xxxxx.
250-xxxxx. Hello loopback [127.0.0.1], pleased to meet you
Somehow, the destination is changing. Anyone any tips? I've even stopped sendmail, copied over the sendmail.cf file from the working server, and restarted sendmail, but I still get the same error.
Thanks.
Further to an earlier question, can anyone enlighten me on the following?
I have 2 boxes running sendmail, 1 of them works OK and 1 doesn't. On the first box if I run sendmail -v I get the successful outcome, with the beginning showing:
root:/ =>sendmail -v james.xxxxx@xxxxx.com
TEST MESSAGE FROM SERVER A
.
james.xxxxx@xxxxx.com... Connecting to xxxxx.ema.itnet.octel. via relay...
220 xxxxx.ema.itnet.octel Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 18 Mar 2008 11:06:06 +0000
>>> EHLO xxxxx.ema.itnet.octel
250-xxxxx.ema.itnet.octel Hello [10.1.9.18]
Whereas on the server that doesn't work I get the following (note that the destination automaticallly changes to root):
root:/> sendmail -v james.xxxxx@xxxxx.com
TEST MESSAGE FROM SERVER B
.
root... Connecting to [127.0.0.1] via relay...
220 xxxxx. ESMTP Sendmail Tue, 18 Mar 2008 11:12:54 GMT
>>> EHLO xxxxx.
250-xxxxx. Hello loopback [127.0.0.1], pleased to meet you
Somehow, the destination is changing. Anyone any tips? I've even stopped sendmail, copied over the sendmail.cf file from the working server, and restarted sendmail, but I still get the same error.
Thanks.