Hi,
Here's what is in "/var/log/maillog":
I have sendmail disabled in the rc.conf:
The "top" commands shows no sendmail on the list.
Looks like server tries to send email to itself every minute - but why - is this something important ? Any help would be appreciated.
System FreeBSD 7.2-RELEASE-p3 Amd64
Here's what is in "/var/log/maillog":
Code:
Dec 14 21:27:00 x1 sendmail[64985]: nBEKR0vL064985: from=root, size=241, class=0, nrcpts=1, msgid=<200912142027.nBEKR0vL064985@XXX>, relay=root@localhost
Dec 14 21:27:00 x1 sendmail[64985]: nBEKR0vL064985: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30241,
relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
Dec 14 21:28:00 x1 sendmail[64993]: nBEKS0Fm064993: from=root, size=241, class=0, nrcpts=1, msgid=<200912142028.nBEKS0Fm064993@XXX>, relay=root@localhost
Dec 14 21:28:00 x1 sendmail[64993]: nBEKS0Fm064993: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30241,
relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
Dec 14 21:29:00 x1 sendmail[65000]: nBEKT09D065000: from=root, size=241, class=0, nrcpts=1, msgid=<200912142029.nBEKT09D065000@XXX>, relay=root@localhost
Dec 14 21:29:00 x1 sendmail[65000]: nBEKT09D065000: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30241,
relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
I have sendmail disabled in the rc.conf:
Code:
# sendmail
sendmail_enable="NO"
sendmail_msp_queue_enable="NO"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
The "top" commands shows no sendmail on the list.
Looks like server tries to send email to itself every minute - but why - is this something important ? Any help would be appreciated.
System FreeBSD 7.2-RELEASE-p3 Amd64