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 = </etc/ssl/certs/imap_wk-serv_net.crt ssl_key = </etc/ssl/certs/imap_wk-serv_net.key userdb { args = /usr/local/etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol imap { mail_plugins = $mail_plugins imap_quota }
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
Charles Marcus schrieb:> This is Debian - chroot problem?I don?t think so. There aren?t any error messages. The settings seems just not being used.
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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20101004/79ed2727/attachment-0002.bin>