Jacopo Cappelli: > Only security is grsec but don't block anything of Postfix.
Logging the "wrong time" means one of the following: 1) The timezone file is not accessible (no file, no permission). Use strace to see what system call fails. 2) The file contains the wrong data. Use cmp(1) to find out if it differs from a good file. 3) The process has the wrong TZ environment. Specify the TZ in /etc/postfix/main.cf. import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ=XXX LANG=C Wietse