Displaying 20 results from an estimated 68 matches for "mail_log_group_ev".
2007 Jun 20
1
mail_log plugin updates
It supports configuration now in devel version:
# Events to log. Default is all.
#mail_log_events = delete undelete expunge copy mailbox_delete
# Group events within a transaction to one line.
#mail_log_group_events =
# Available fields: uid, box, msgid, size, vsize
# size and vsize are available only for expunge and copy events.
#mail_log_fields = uid box msgid size
Without grouping you get pretty similar output than before:
Info: copy: uid=13, dest=Trash, msgid=<20040702035043.7296C300DFC1A a...
2011 Apr 29
1
example-config mail_log plugin options
...fig/conf.d/10-logging.conf
contains
# mail_log plugin provides more event logging for mail processes.
plugin {
# Events to log. Also available: flag_change append
#mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
# Group events within a transaction to one line.
#mail_log_group_events = no
# Available fields: uid, box, msgid, from, subject, size, vsize, flags
# size and vsize are available only for expunge and copy events.
#mail_log_fields = uid box msgid size
}
"mail_log_group_events" seems to be gone (when and why?). And it's now
"save" inst...
2009 May 23
1
maillog plugin issue
...ugin_dir(pop3): /opt/mail/imap/lib/dovecot/pop3
mail_log_prefix: %Us(%u): %r
mail_log_max_lines_per_sec: 0
auth default:
passdb:
driver: vpopmail
userdb:
driver: passwd
userdb:
driver: vpopmail
plugin:
mail_log_events: delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_group_events:
mail_log_fields: uid box msgid size
quota: maildir
2016 Dec 12
3
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
...tlogin
}
service postlogin {
executable = script-login -d rawlog
unix_listener postlogin {
}
}
But /tmp/rawlog/kaka/ and /home/kaka/dovecot.rawlog/ are empty. What did
I miss?
The whole conf:
listen = *
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_group_events = no
mail_log_fields = uid box msgid size from subject vsize
}
login_log_format_elements = %u %r %m %c
service imap-login {
inet_listener imap {
port = 0
}
inet_listener imaps {
port = 993
ssl = yes
}
}
service pop3-login {
inet_listener pop3 {
port = 110
}
inet_lis...
2016 Mar 10
4
Troubleshooting mailbox problems
...'d like to make sure I have the best
level of debug to see things like "delete message" commands?
I've configured in logging:
auth_debug = yes
auth_debug_passwords = no
mail_debug = yes
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
mail_log_group_events = yes
mail_log_fields = uid box msgid size
}
Does this look like a good start? I really think it's a client side
problem, but sometimes end users always want to blame the server; and
proof must be shown e.g. "Look, here's the log, you're sending delete
commands."
A...
2011 Apr 12
1
Vpopmail and lastauth
...d = vchkpw
mail_location = maildir:~/Maildir
mail_privileged_group = vchkpw
mail_uid = vpopmail
namespace {
inbox = yes
location =
prefix = INBOX.
separator = .
type = private
}
passdb {
args = webmail=127.0.0.1
driver = vpopmail
}
plugin/mail_log_events = delete expunge
plugin/mail_log_group_events =
plugin/quota = maildir
plugin/quota_rule = ?:storage=0
pop3_uidl_format = %f
protocols = imap pop3
service auth {
unix_listener auth-userdb {
group = vchkpw
mode = 0600
user = vpopmail
}
}
service imap-login {
client_limit = 256
process_limit = 128
process_min_av...
2016 Dec 12
4
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
Aki Tuomi wrote:
>
> Can you do
>
> doveconf -a | grep auth_mech
>
auth_mechanisms = plain login
P.S. Seems this 2.2.24 is the last win10 compatible version (as my
testserver doesn't have win10 users and thunderbird works well), any
never version gives an error. However I didn't find any hint from
http://www.dovecot.org/list/dovecot-news/2016-July/000324.html etc.
--
2014 Sep 25
2
Namespace configuration over SQL
...list = yes
location =
prefix =
separator = .
type = private
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename flag_change append
mail_log_fields = uid box msgid size
mail_log_group_events = no
}
service imap {
process_limit = 1480
}
ssl_cert = </usr/local/etc/ssl/server.crt
ssl_key = </usr/local/etc/ssl/server.key.unsecure
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
verbose_proctitle = yes
protocol imap {
imap_capability = IMAP4rev1 L...
2019 Jan 19
2
sieve issue after upgrad
...ional regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart extracttext
passdb {
? driver = shadow
}
plugin {
? mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
? mail_log_fields = uid box msgid size
? mail_log_group_events = yes
? sieve = file:~/sieve;active=~/.dovecot.sieve
? sieve_dir = ~/sieve
? sieve_user_log = ~/.dovecot.sieve.log
}
protocols = imap lmtp sieve
service managesieve-login {
? inet_listener sieve {
??? port = 4190
? }
? service_count = 0
? vsz_limit = 128 M
}
ssl = required
ssl_cert = &l...
2012 May 11
2
multi-instance doveadm user -m woes
...cot/passwd.masterusers
driver = passwd-file
master = yes
}
passdb {
args = cache_key=%u dovecot
driver = pam
}
plugin {
fts = squat
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append
mail_log_fields = uid box msgid size from subject flags
mail_log_group_events = yes
quota = maildir:User quota
quota_exceeded_message = Quota exceeded (mailbox for user is full). Please see http://go.geneseo.edu/emailoverquota for help deleting messages while over quota.
quota_rule = *:storage=200M
quota_rule2 = Trash:storage=+50M
sieve = /Mail/mailhome/%Ln/mai...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
..._ignorecase = Trash*
antispam_unsure_pattern_ignorecase = crm-unsure*
fts = solr
fts_autoindex = yes
fts_decoder = decode2text
fts_solr = url=http://192.168.119.5:8983/solr/ break-imap-search
mail_log_events = delete undelete expunge copy
mail_log_fields = uid box msgid size
mail_log_group_events =
quota = dict:::redis:host=127.0.0.1:prefix=user/
quota_rule2 = Trash:storage=+20%%
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = ~/.dovecot.sieve
sieve_before = /usr/local/lib/dovecot/sieve/default.sieve
sieve_d...
2008 Nov 06
2
Strange and sudden deletion of mails messages
Hello everyone,
I'm having a bizarre problem (bug?) concerning deletion of messages from one of the mailboxes.
The platform is set up as follows:
FreeBSD 7-STABLE
Postfix 2.6-20080411
Dovecot 1.0.13
Webmail using RoundCube 0.1-STABLE
The trace (in Postfox logs) revealed that the message has been actually received, and saved to maildir, and then viewed once in Webmail. Hitting Reply in
2010 Nov 16
1
2.0.7: emails read emails become unread
...ldir/_shared
prefix = shared.
separator = .
subscriptions = no
type = public
}
passdb {
driver = pam
}
plugin {
acl = vfile
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename flag_change append
mail_log_fields = uid box msgid from subject size vsize flags
mail_log_group_events = yes
}
protocols = imap pop3
service imap {
executable = imap
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
verbose_proctitle = yes
protocol imap {
mail_max_userip_connections = 40
mail_plugins = acl imap_acl
}
2011 Apr 20
2
Logging commands
Hello all,
is there a way to make dovecot log the commands it gets from its
clients both in imap and pop3? I need to log when messages are
deleted so I can tell to the customer when and from which IP address
his/her mailbox was emptied.
I'm trying to track down problems with M$ Windows Live Mail clients
that seem to loose messages now and then.
Luciano.
--
/"\
2014 Apr 23
0
dovecot qmail-ldap
..._userip_connections = 100
passdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid from subject
mail_log_group_events =
mechanisms = plain login
quota = maildir
quota_rule = ?:storage=0
quota_rule2 = Trash:storage=+1024000
quota_rule3 = SPAM:ignore
trash = /etc/dovecot/dovecot-trash.conf
}
protocols = imap
service imap-login {
inet_listener imaps {
port = 993...
2014 Jul 28
3
identify MUA connecting?
Hello I am using dovecot 1.2.15 on ubuntu.
Is it possible to somehow log the MUA information that is connecting to
Dovecot?
The reason I am wanting to do this is I would like to know if people are
getting their email on personal devices instead of work secured /
standardized phones.
2016 Dec 12
0
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
...> unix_listener postlogin {
> }
> }
>
> But /tmp/rawlog/kaka/ and /home/kaka/dovecot.rawlog/ are empty. What did
> I miss?
>
>
> The whole conf:
>
> listen = *
> plugin {
> mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
> mail_log_group_events = no
> mail_log_fields = uid box msgid size from subject vsize
> }
> login_log_format_elements = %u %r %m %c
> service imap-login {
> inet_listener imap {
> port = 0
> }
> inet_listener imaps {
> port = 993
> ssl = yes
> }
> }
>...
2010 Dec 21
3
doveadm "-S <socket_path>" option enabled in 2.0.8?
...e = Trash
autocreate2 = Drafts
autocreate3 = Sent
autosubscribe = Trash
autosubscribe2 = Drafts
autosubscribe3 = Sent
fts = squat
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append
mail_log_fields = uid box msgid size from subject flags
mail_log_group_events = yes
quota = fs:User quota
quota_exceeded_message = Quota exceeded (mailbox for user is full). Please see http://go.geneseo.edu/emailoverquota for help deleting messages while over quota.
sieve = /Mail/mailhome/%Lu/.filter.sieve
sieve_dir = /Mail/mailhome/%Lu/.sievedir
}
postmaster_add...
2011 Apr 01
2
Sieve: unknown tagged argument ':create' for the fileinto command
...lational 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-sql.conf
driver = sql
}
plugin/mail_log_events = delete expunge
plugin/mail_log_group_events =
plugin/quota = maildir
plugin/quota_warning = storage=80%% /usr/local/bin/dovecot-quota-warning.sh 80
plugin/quota_warning2 = storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90
plugin/sieve = ~/.dovecot.sieve
protocols = imap
service auth {
unix_listener auth-userdb {
group = Deb...
2012 Jan 09
1
Proxy login failures
...es body enotify environment mailbox date ihave imapflags notify
mdbox_rotate_size = 5 M
passdb {
args = /etc/dovecot/dovecot-sql-account.conf
driver = sql
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size from
mail_log_group_events = no
quota = dict:Storage used::file:%h/dovecot-quota
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_extensions = +notify +imapflags
sieve_max_redirects = 10
zlib_save = gz
zlib_save_level = 5
}
protocols = imap pop3 lmtp sieve
service imap-login {
inet_listener imap...