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
}

Reply via email to