On 3/2/2011 3:14 PM, mouss wrote:
Le 02/03/2011 21:51, Asai a écrit :
Greetings,

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 the other
time entries are showing up normally, except for this kind of entry.

Does anyone have any insight here?

most probably, your smtpd is chrooted and /etc/localtime isn't copied to
the chroot cage.

what do you get when you do:
        grep smtpd master.cf
?

try:

cp /etc/localtime /var/spool/postfix/etc/
postfix stop
postfix start
smtp      inet  n       -       n       -       -       smtpd
587 inet n - n - - smtpd
#submission inet n       -       n       -       -       smtpd
#  -o smtpd_enforce_tls=yes
#  -o smtpd_sasl_auth_enable=yes
#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps     inet  n       -       n       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes
#  -o smtpd_sasl_auth_enable=yes
#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
127.0.0.1:10025 inet n  -       y     -       -  smtpd
    -o smtpd_restriction_classes=
    -o smtpd_delay_reject=no
    -o smtpd_client_restrictions=permit_mynetworks,reject
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000
    -o smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
#       -o smtpd_sender_restrictions=${postfilter_sender_restrictions}

Tried copying localtime to var/spool/postfix/etc and restarted... still see UTC

--
--asai

Reply via email to