Am 08.03.2007 um 10:39 schrieb Leonard Payne:
> Mar 8 09:21:26 dedicated50 sendmail[21916]: l28ELQDP021916:
> to=paul1957 (at mark) surefish.co.uk, ctladdr=apache (48/48), delay=00:00:00,
> xdelay=00:00:00, mailer=relay, pri=146244, relay=[127.0.0.1]
> [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by
> [127.0.0.1]
there "should" be a daemon listening on 127.0.0.1 ...
check your sendmail.mc-file if you bind to yust one ip:
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
binds to all IPs (take care, that every IP has a record in /etc/hosts
or other resolve service)
check you submit.mc for
FEATURE(`msp', `[127.0.0.1]')dnl
after editing sendmail.mc rebuild sendmail.cf
( cd /etc/mail;make)
and restart sendmail
service sendmail restart
tmueko