Displaying 20 results from an estimated 147 matches for "flag_change".
2010 Dec 26
2
IMAP messages not being marked read
...OS: Linux 2.6.35.10-72.fc14.x86_64 x86_64 Fedora release 14 (Laughlin) ext3
disable_plaintext_auth = no
mail_debug = yes
mail_location = maildir:/vg02/mail/%u
mbox_write_locks = fcntl
passdb {
driver = pam
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
flag_change append
mail_log_fields = uid box msgid size flags
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
driver = passwd
}
# dovecot --version
2.0.8
2016 Dec 06
3
Dovecot: Mails flagged as read get flagged as unread
Hi Steffen
Thanks for the reply!
- Users are accessing from multiple devices simultaneously
- Each user has his own mailbox, we do not use shared mailboxes
regards
On 12/06/2016 10:14 AM, Steffen Kaiser wrote:
> On Tue, 6 Dec 2016, plataleas wrote:
>
> > We experience some unexpected behavior with dovecot. It happens that
> > emails marked as read get marked as unread (MUA
2008 Nov 28
2
More info from mail_log plugin
HiWe need to track exactly when our users read messages. Unfortunately, I haven't been able to figure out how we can achieve this with Dovecot. Then I saw the mail_log plugin.Is it possible to extend the plugin to also log system flag changes? This would be great, because then we could see in the log files when the Seen flag has been set. Changes in user defined flags would also be interesting
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 Oct 21
1
2.2.14 and "Panic: file virtual-sync.c"
Hi,
after upgrading to 2.2.14 (debian wheezy with apt source from rename-it.nl) I?ve got from time to time a panic in virtual plugin. Here are an excerpt from the log file:
----------------------------------
Oct 21 20:44:15 mailserver dovecot: imap(michael at DOMAIN): flag_change: box=Virtual.Ungelesen, uid=1, msgid=<54466F71.3050702 at makomi.de>, size=1661, flags=(\Seen \Draft \Recent)
Oct 21 20:44:15 mailserver dovecot: imap(michael at DOMAIN): Panic: file virtual-sync.c: line 1115 (virtual_sync_backend_box): assertion failed: (array_count(&bbox->sync_pendin...
2009 May 23
1
maillog plugin issue
...y 23 15:37:14 IMAP(test at mydomain.com): 127.0.0.1 Info: delete: uids=7
May 23 15:37:14 IMAP(test at mydomain.com): 127.0.0.1 Info: expunge:
uids=7, size=540
May 23 15:37:14 IMAP(test at mydomain.com): 127.0.0.1 Info: Disconnected:
Logged out bytes=205/1558
I don't see msgid etc? Also I added flag_change to mail_log_events
and from, subject, flags to mail_log_fields.
I don't see anything about from, subject, flags etc. I only see the
following lines.
May 23 15:05:49 mail dovecot: IMAP(test at mydomain.com): flag_change: uids=5
May 23 15:05:49 mail dovecot: IMAP(test at mydomain.com): Disconne...
2016 Mar 31
3
mail filter plugin script doesn't effective
...args = /etc/dovecot/dovecot-sql.conf.ext
>
> driver = sql
>
> }
>
> plugin {
>
> autocreate = Trash
>
> autocreate2 = Spam
>
> mail_filter = santhosh-filter %u
>
> mail_log_events = delete undelete expunge copy mailbox_delete
> mailbox_rename flag_change save mailbox_create
>
> mail_log_fields = uid box msgid size flags vsize from subject
>
> }
>
> protocols = " imap lmtp pop3"
>
> service auth-worker {
>
> user = vmail
>
> }
>
> service auth {
>
> unix_listener /var/spool/postfix/priv...
2018 Mar 02
3
Sieve filter fileinto doesn't preserve flags
...dexes
? mailbox admin {
??? auto = subscribe
? }
? mailbox support {
??? auto = subscribe
? }
? mailbox telecoms {
??? auto = subscribe
? }
? prefix = Public.
? separator = .
? subscriptions = yes
? type = public
}
passdb {
? driver = pam
}
plugin {
? acl = vfile
? mail_log_events = flag_change
? mail_log_fields = box flags uid
? sieve = ~/dovecot.sieve
? sieve_before = /var/vmail/global.sieve
? sieve_dir = ~/sieve
? sieve_global_dir = /var/vmail/sieve
}
protocols = " imap lmtp sieve lmtp"
service auth {
? unix_listener /var/spool/postfix/private/auth {
??? group = mail...
2014 Sep 25
2
Namespace configuration over SQL
...Maildir
mmap_disable = yes
namespace default {
inbox = yes
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
}
verbo...
2018 Mar 02
4
Sieve filter imapflags with "flagvar" not working
...dexes
? mailbox admin {
??? auto = subscribe
? }
? mailbox support {
??? auto = subscribe
? }
? mailbox telecoms {
??? auto = subscribe
? }
? prefix = Public.
? separator = .
? subscriptions = yes
? type = public
}
passdb {
? driver = pam
}
plugin {
? acl = vfile
? mail_log_events = flag_change
? mail_log_fields = box flags uid
? sieve = ~/dovecot.sieve
? sieve_before = /var/vmail/global.sieve
? sieve_dir = ~/sieve
? sieve_global_dir = /var/vmail/sieve
}
protocols = " imap lmtp sieve lmtp"
service auth {
? unix_listener /var/spool/postfix/private/auth {
??? group = mail...
2017 Nov 10
3
rawlog segfaults (error 4 in libdovecot.so.0.0.0)
...private
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
acl = vfile:/etc/dovecot/global-acls:cache_secs=300
acl_shared_dict = file:/export/home/shared-db/shared-mailboxes
mail_log_events = append delete undelete expunge copy mailbox_delete mailbox_rename flag_change
mail_log_fields = uid box msgid size from flags
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global = /var/lib/dovecot/sieve/global/
sieve_user_log = ~/.dovecot.sieve.log
zlib_save = gz
zlib_save_level = 6
}
protocols = imap pop3 lmtp sieve
service auth {
unix_listener...
2013 Dec 10
1
undoing a zlib test
...=innocent
antispam_dspam_result_header = X-DSPAM-Result
antispam_dspam_spam = --class=spam
antispam_signature = X-DSPAM-Signature
antispam_signature_missing = move
antispam_spam_pattern_ignorecase = junk;spam;junk *
antispam_trash_pattern_ignorecase = trash;deleted *
mail_log_events = flag_change append delete undelete expunge copy
sieve = ~/dovecot.sieve
sieve_before = /Volumes/mail/vmail/%d/global/global.sieve
sieve_dir = ~/sieve
}
protocols = imap pop3 lmtp sieve
sendmail_path = /opt/local/sbin/sendmail
service auth-worker {
user = $default_internal_user
}
service auth {
unix_l...
2018 May 01
4
2.3.1 with quota and lmtp; message may be sent more than once
...ash {
auto = subscribe
special_use = \Trash
}
prefix = INBOX/
separator = /
}
passdb {
args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
acl = vfile:/usr/local/etc/dovecot/global-acls
acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
mail_log_events = flag_change delete undelete expunge copy
mailbox_delete mail box_rename
mail_log_fields = uid box msgid size flags
quota = dict:User quota::file:%h/dovecot-quota
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = ~/.dovecot.sieve
sieve_dir = ~/siev...
2016 Mar 01
2
Dsync induces redundant mail after rapid append/expunge repeatedly
...ot; {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
fts = lucene
fts_autoindex = yes
fts_lucene = whitespace_chars=@._/\~&,()[]"
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename flag_change append
mail_log_fields = uid box msgid size flags from subject
}
postmaster_address = postmaster at localhost
protocols = imap pop3 lmtp imap pop3 sieve
replication_dsync_parameters = -N -l 30 -U
service aggregator {
fifo_listener replication-notify-fifo {
group = users
mode = 0666...
2017 Jul 13
5
passwd-file, getting invalid uid 0
...before = file:/usr/local/share/dovecot-pigeonhole/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mailbox2_from = SPAM
imapsieve_mailbox2_name = *
imapsieve_url = sieve://thebighonker.lerctr.org
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append
mail_log_fields = uid box msgid size from subject vsize flags
recipient_delimiter = +
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_execute_bin_dir = /usr/local/share/dovecot-pigeonhole/sieve
sieve_extensions = +editheader +vacation-seconds +mboxmetadata +servermetadata
si...
2019 Oct 11
2
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
...imapsieve_mailbox1_name = Junk
imapsieve_mailbox2_before = file:/etc/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY imapsieve_mailbox2_from = Junk
imapsieve_mailbox2_name = INBOX mail_crypt_curve = secp521r1
mail_crypt_save_version = 0 mail_log_events = copy delete expunge
flag_change mailbox_create mailbox_delete mailbox_rename undelete save
mail_log_fields = uid box msgid size from subject mail_replica =
tcps:mda1-1.example.com quota = count quota_clone_dict =
proxy::quota quota_rule = *:bytes=0 quota_vsizes = yes sieve =
file:~/sieve;active=~/.dovecot.sieve sieve_afte...
2012 May 11
2
multi-instance doveadm user -m woes
...prefix = INBOX.
separator = .
type = private
}
passdb {
args = /etc/dovecot/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...
2017 Sep 05
2
pam authentication
...efix =
subscriptions = yes
type = private
}
passdb {
args = username_format=%n
driver = pam
}
passdb {
args = scheme=SHA256 username_format=%u /etc/dovecot/users
driver = passwd-file
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename append flag_change
mail_log_fields = uid box msgid size from subject vsize
quota = maildir:User quota
quota_rule = *:storage=10000M
quota_rule2 = Junk:storage=+100M
quota_rule3 = SPAM:storage=+100M
quota_warning = storage=90%% quota-warning 90 %u
sieve = file:~/sieve;active=~/.dovecot.sieve
si...
2017 Dec 25
2
Sieve 0.5.0/Dovecot 2.3.0
...before = file:/usr/local/share/dovecot-pigeonhole/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mailbox2_from = SPAM
imapsieve_mailbox2_name = *
imapsieve_url = sieve://thebighonker.lerctr.org
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append
mail_log_fields = uid box msgid size from subject vsize flags
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_execute_bin_dir = /usr/local/share/dovecot-pigeonhole/sieve
sieve_extensions = +editheader +vacation-seconds +mboxmetadata +servermetadata
sieve_global_extensions = +v...
2017 Jun 02
2
SIG11/Auth/FreeBSD
...0
driver = pam
}
plugin {
fts = solr
fts_autoindex = yes
fts_solr = url=http://thebighonker.lerctr.org:8983/solr/dovecot/
fts_tika = http://localhost:9998/tika/
imapsieve_url = sieve://thebighonker.lerctr.org
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append
mail_log_fields = uid box msgid size from subject vsize flags
recipient_delimiter = +
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_extensions = +editheader +vacation-seconds +mboxmetadata +servermetadata
sieve_plugins = sieve_imapsieve
stats_command_min_time = 1 mins
st...