[Dovecot] log_timestamp is not recognized
Hi @all,
I tried to change the log_timestamp to log_timestamp = "%Y-%m-%d %H:%M:%S "
However it is not recognized and log entries are still written with the default settings:
Oct 4 22:04:42 discovery dovecot: imap-login: Login: Oct 4 22:04:42 discovery dovecot: imap: Debug: Module loaded: Oct 4 22:04:42 discovery dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:storage=0M
What´s wrong?
# OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.5 auth_mechanisms = plain login log_timestamp = "%Y-%m-%d %H:%M:%S " mail_debug = yes mail_gid = vmail mail_location = mdbox:~/mdbox mail_plugins = quota mail_uid = vmail managesieve_notify_capability = mailto managesieve_sieve_capability = comparator-i;octet comparator-i;ascii-casemap fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date namespace { inbox = yes location = prefix = INBOX. separator = . type = private } passdb { args = /usr/local/etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { quota = maildir:User quota } protocols = imap sieve service imap-login { service_count = 1 } service managesieve-login { inet_listener sieve { port = 4190 } inet_listener sieve_deprecated { port = 2000 } service_count = 1 } ssl = required ssl_cert =
On 2010-10-04 4:06 PM, Patrick Westenberg wrote:
Hi @all,
I tried to change the log_timestamp to log_timestamp = "%Y-%m-%d %H:%M:%S "
However it is not recognized and log entries are still written with the default settings:
Oct 4 22:04:42 discovery dovecot: imap-login: Login: Oct 4 22:04:42 discovery dovecot: imap: Debug: Module loaded: Oct 4 22:04:42 discovery dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:storage=0M
What´s wrong?
This is Debian - chroot problem?
--
Best regards,
Charles
On 04/10/10 22:06, Patrick Westenberg wrote:
Hi @all,
I tried to change the log_timestamp to log_timestamp = "%Y-%m-%d %H:%M:%S "
However it is not recognized and log entries are still written with the default settings:
Oct 4 22:04:42 discovery dovecot: imap-login: Login: Oct 4 22:04:42 discovery dovecot: imap: Debug: Module loaded: Oct 4 22:04:42 discovery dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:storage=0M
What´s wrong?
The default way of logging is syslog (see 'doveconf | grep log_path'), and your config does not suggest otherwise, so maybe you should change the settings of your syslog daemon?
-- Regards, Tom
participants (3)
-
Charles Marcus
-
Patrick Westenberg
-
Tom Hendrikx