On Tue, 2003-01-14 at 16:05, Michael St. Laurent wrote:
> I'm having trouble with email on an 8.0 system that has sendmail-8.12.5-7
> installed.  When I attempt to send mail on this system I get the following
> in the /var/log/maillog:
> 
> Jan 12 04:33:19 ftp sm-msp-queue[5133]: h0AGXJmQ001182: to=root,
> delay=1+20:00:00, xdelay=00:00:00, mailer=relay, pri=3991765,
> relay=ftp.hartwellcorp.com., dsn=4.0.0, stat=Deferred: Connection
> refused by ftp.hartwellcorp.com.
>
> Jan 12 04:33:19 ftp sm-msp-queue[5133]: h0AC246g001027: to=root,
> ctladdr=root (0/0), delay=2+00:31:15, xdelay=00:00:00, mailer=relay,
> pri=4440053, relay=ftp.hartwellcorp.com., dsn=4.0.0, stat=Deferred:
> Connection refused by ftp.hartwellcorp.com.
> 

Check /etc/mail/sendmail.mc for the following line:

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

If it exist, then add a comment (dnl) as follows:

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

then re-create your sendmail.cf file...

cd /etc/mail
cp sendmail.cf sendmail.cf.orig
m4 sendmail.mc >sendmail.cf

Then bounce sendmail...

service sendmail restart

Hopefully this will fix your problem.

Steve Cowles



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

Reply via email to