Re: [Dovecot] IMAP delete logs
Since enabling the mail_plugins = mail_log. I now get an error. Is there anything else I need to check adn how I can put the dovecot into debug mode so I can get more info about where it is failing.
dovecot not running? (check /var/run/dovecot//master.pid). Starting dovecot. Error: imap dump-capability process returned 1 Fkevent(EV_ADD, 0) failed: Operation not supported by device Fatal: Invalid configuration in /usr/local/etc/dovecot.conf
# 1.2.17: /usr/local/etc/dovecot.conf
# OS: FreeBSD 7.0-RELEASE i386
base_dir: /var/run/dovecot/
protocols: imap pop3
listen(default): *:1143
listen(imap): *:1143
listen(pop3): *:1110
ssl: no
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
login_log_format_elements: pid=%p rsock=%r:%b lsock=%l:%a proto=%s user=%u
auth_method=%m secure=%c
login_log_format: role=proxy realm=test %$: %s
login_process_per_connection: no
login_processes_count: 50
login_max_processes_count: 5120
login_max_connections: 512
max_mail_processes: 6144
mail_max_userip_connections(imap): 8
mail_max_userip_connections(pop3): 10
verbose_proctitle: yes
first_valid_uid: 1000
first_valid_gid: 1000
mail_privileged_group: mail
mail_location: mbox:~/mail/:INBOX=/var/mail/%u
mail_debug: yes
maildir_copy_preserve_filename: yes
mail_executable(default): /usr/local/libexec/dovecot/rawlog
/usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/rawlog
/usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/rawlog
/usr/local/libexec/dovecot/pop3
mail_plugins(default): mail_log
mail_plugins(imap): mail_log
mail_plugins(pop3):
mail_plugin_dir: /usr/local/lib/dovecot/pop3
mail_log_max_lines_per_sec: 0
pop3_enable_last(default): yes
pop3_enable_last(imap): yes
pop3_enable_last(pop3): no
pop3_client_workarounds(default): outlook-no-nuls oe-ns-eoh
pop3_client_workarounds(imap): outlook-no-nuls oe-ns-eoh
pop3_client_workarounds(pop3):
auth default:
mechanisms: plain login
cache_ttl: 0
cache_negative_ttl: 0
worker_max_count: 60
process_size: 512
passdb:
driver: sql
args: /usr/local/etc/dovecot-proxy.sql
socket:
type: listen
client:
path: /var/run/dovecot/auth-client
mode: 432
master:
path: /var/run/dovecot/auth-master
mode: 384
plugin:
mail_log_events: delete undelete expunge copy mailbox_delete mailbox_rename
On Wed, 14 Sep 2011 14:40:21 +0200 "mailing@securitylabs.it" <mailing@securitylabs.it> wrote
Il 14/09/2011 07:48, James isolder ha scritto:
Version - 1.2.17
Is there a way to include message or folder deletion logs in the dovecot log files.
Yes, you can use the mail logger plugin:
South Africas premier free email service - www.webmail.co.za
For super low premiums, click here. http://www.dialdirect.co.za/?vdn=15828
On 21.9.2011, at 8.59, James isolder wrote:
Since enabling the mail_plugins = mail_log. I now get an error. Is there anything else I need to check adn how I can put the dovecot into debug mode so I can get more info about where it is failing.
dovecot not running? (check /var/run/dovecot//master.pid). Starting dovecot. Error: imap dump-capability process returned 1 Fkevent(EV_ADD, 0) failed: Operation not supported by device
I don't really know why it's doing this, but the solutions are either
a) Upgrade to v2.0. There's no more dump-capability or
b) Set imap_capability setting explicitly so it doesn't dump capability.
participants (2)
-
James isolder
-
Timo Sirainen