rosewoodblues
Programmer
I have sendmail on FreeBSD 5.3 configured in the following
freebsd.mc file:
...
divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24 21:15:09 gsha
piro Exp $')
OSTYPE(freebsd5)
dnl Select the nullClient feature and specify the relay server
FEATURE(`nullclient', `another.domain.net')
this should relay all mail to the true mailserver for our domain. however, i am getting these failures in the maillog:
Mar 9 13:10:47 web1 sm-msp-queue[32428]: j29JA1bS032328: to=Ken Hawkins <ken@rosewood.com>, ctladdr=root (0/0), delay=00:00:46, xdelay=00:00:00, mailer=relay, pri=210302, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
these messages started happening after I upgraded sendamil to 8.12 btw. notice that the mesages are being generated by the root user (cron jobs running and reporting)
I am new to sendmail and do not know what could cause these to be generated. any help would be greately appreciated since my que is filling slowly but surely...
thanks in advance,
ken;
freebsd.mc file:
...
divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24 21:15:09 gsha
piro Exp $')
OSTYPE(freebsd5)
dnl Select the nullClient feature and specify the relay server
FEATURE(`nullclient', `another.domain.net')
this should relay all mail to the true mailserver for our domain. however, i am getting these failures in the maillog:
Mar 9 13:10:47 web1 sm-msp-queue[32428]: j29JA1bS032328: to=Ken Hawkins <ken@rosewood.com>, ctladdr=root (0/0), delay=00:00:46, xdelay=00:00:00, mailer=relay, pri=210302, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
these messages started happening after I upgraded sendamil to 8.12 btw. notice that the mesages are being generated by the root user (cron jobs running and reporting)
I am new to sendmail and do not know what could cause these to be generated. any help would be greately appreciated since my que is filling slowly but surely...
thanks in advance,
ken;