On 3/2/2011 2:24 PM, /dev/rob0 wrote:
On Wed, Mar 02, 2011 at 01:51:25PM -0700, Asai wrote:
Every so often in the maillogs I see something like this:
Mar 2 20:43:12 triata postfix/smtpd[14482]: disconnect from
unknown[127.0.0.1]
This was taken from about 10 minutes ago. The odd thing here is
the time stamp. It's saying 8 PM, and it's 1 PM US MST. All of
Looks like UTC.
the other time entries are showing up normally, except for this
kind of entry.
Does anyone have any insight here?
Postfix does not write these log files, your syslogd(8) does. I'll
offer a WAG here that you're using a prepackaged Postfix, and didn't
see the packager's README. I'll further guess that the packager
unwisely changed the default of non-chrooted Postfix.
http://www.postfix.org/DEBUG_README.html#no_chroot
It is looking like Amavis is set to be chrooted here...
smtp-amavis unix - - y - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o max_use=20
127.0.0.1:10025 inet n - y - - smtpd
--
--asai