History log of /dovecot/doc/example-config/conf.d/20-pop3.conf
Revision Date Author Comments Expand
19557f192d37cd54a1a090a8a26d9d47265e4413 01-Nov-2017 Aki Tuomi <aki.tuomi@dovecot.fi>

global: Fix spelling mistakes in comments Original work by @andreasschulze and @jsoref

20-pop3.conf 90-quota.conf /dovecot/m4/notify.m4 /dovecot/src/auth/auth-request-handler.c /dovecot/src/auth/db-checkpassword.c /dovecot/src/auth/db-passwd-file.c /dovecot/src/auth/mech-gssapi.c /dovecot/src/config/config-parser.c /dovecot/src/director/director-connection.c /dovecot/src/imap-urlauth/imap-urlauth.c /dovecot/src/imap/cmd-sort.c /dovecot/src/lib-dcrypt/ostream-encrypt.c /dovecot/src/lib-fs/fs-metawrap.c /dovecot/src/lib-fts/fts-filter.h /dovecot/src/lib-http/test-http-client-errors.c /dovecot/src/lib-imap-client/imapc-connection.c /dovecot/src/lib-index/mail-cache-transaction.c /dovecot/src/lib-index/mail-index-map-hdr.c /dovecot/src/lib-index/mail-index-map.c /dovecot/src/lib-index/mail-index-strmap.h /dovecot/src/lib-index/mail-index-transaction-finish.c /dovecot/src/lib-index/mail-index-view.c /dovecot/src/lib-index/mail-index.h /dovecot/src/lib-index/mail-transaction-log-private.h /dovecot/src/lib-index/mail-transaction-log.h /dovecot/src/lib-mail/message-part-data.h /dovecot/src/lib-ntlm/ntlm-des.c /dovecot/src/lib-ntlm/ntlm-types.h /dovecot/src/lib-otp/otp-hash.c /dovecot/src/lib-settings/settings.c /dovecot/src/lib-smtp/lmtp-client.h /dovecot/src/lib-ssl-iostream/ostream-openssl.c /dovecot/src/lib-storage/index/dbox-common/dbox-file.c /dovecot/src/lib-storage/index/dbox-single/sdbox-file.h /dovecot/src/lib-storage/index/index-search-mime.c /dovecot/src/lib-storage/index/index-storage.c /dovecot/src/lib-storage/index/maildir/maildir-sync.c /dovecot/src/lib-storage/index/mbox/mbox-sync-rewrite.c /dovecot/src/lib-storage/index/mbox/mbox-sync.c /dovecot/src/lib-storage/list/mailbox-list-index-backend.c /dovecot/src/lib-storage/list/mailbox-list-index-status.c /dovecot/src/lib-storage/mailbox-attribute.c /dovecot/src/lib/array.h /dovecot/src/lib/buffer.c /dovecot/src/lib/failures.c /dovecot/src/lib/ioloop-epoll.c /dovecot/src/lib/ioloop-kqueue.c /dovecot/src/lib/istream.h /dovecot/src/lib/net.h /dovecot/src/lib/path-util.c /dovecot/src/lib/sendfile-util.c /dovecot/src/lib/seq-range-array.h /dovecot/src/lib/wildcard-match.c /dovecot/src/master/sd-daemon.h /dovecot/src/master/service.h /dovecot/src/plugins/acl/acl-backend-vfile-acllist.c /dovecot/src/plugins/fs-compress/fs-compress.c /dovecot/src/plugins/mail-crypt/doveadm-mail-crypt.c /dovecot/src/plugins/mail-crypt/fs-crypt-common.c /dovecot/src/plugins/mail-filter/istream-ext-filter.c /dovecot/src/plugins/mail-filter/ostream-ext-filter.c /dovecot/src/pop3/pop3-client.c
bb464f79a131e13bb1d10ef0c7640dd1496a86a6 19-Aug-2015 Timo Sirainen <tss@iki.fi>

pop3: Added %{deleted_bytes} variable to pop3_logout_format

cf04ab5212f02ac369fe337c1b80dbcd7b6e2790 14-May-2013 Timo Sirainen <tss@iki.fi>

example-config: Moved imap_* and pop3_* settings outside protocol section. There's no need to keep them inside protocol {}, and in case of pop3_uidl_format=%m setting it's actually harmful.

f64b66ffacc4e42002d87b940ef74f08b1e5b12f 14-May-2013 Timo Sirainen <tss@iki.fi>

pop3: Added pop3_deleted_flag setting.

99fca7344684b93f14048745827b0b125aa52ab9 16-Feb-2013 Timo Sirainen <tss@iki.fi>

pop3_lock_session: Use a separate dovecot-pop3-session.lock file instead of mailbox lock. This changes the behavior in a way that it's now possible for IMAP sessions to expunge mails during a POP3 session. But now it's no longer possible for POP3 sessions to hang new mail deliveries.

bc21bdf8b72e23aaca0e3028141246e34ca27536 14-May-2012 Timo Sirainen <tss@iki.fi>

pop3: Added pop3_uidl_duplicates setting.

04b732360fdcdb3d0f4fa19cc1e18df221978b45 17-Feb-2011 Timo Sirainen <tss@iki.fi>

example-config: mail_max_userip_connections default is 10, even for pop3. 3 would probably be better, but there's no way to set per-protocol defaults currently.

d5b5529d765513b49b9bb2a75bc3a02cfd944a60 01-Oct-2010 Timo Sirainen <tss@iki.fi>

pop3: Added pop3_fast_size_lookups setting.

698545b00566380790ee7a4ea63e32954767a79d 14-Apr-2010 Timo Sirainen <tss@iki.fi>

pop3: Added %u=old/new UIDL hash to pop3_logout_format. It expands to "<old msg count>/<old hash> -> <new msg count>/<new hash>" or if they're the same, simply "<msg count>/<hash>". The idea is that if previous session's <new hash> doesn't match next one's <old hash> and prev.new_msg_count = next.old_msg_count, it could indicate that the UIDLs changed for some reason. But if they do match and client still redownloaded messages, it's most likely a client side problem. --HG-- branch : HEAD

bcabf2957f0baf9273dabc7cfc502132ad36daa0 10-Apr-2010 Timo Sirainen <tss@iki.fi>

example-config: Added nn- prefix to *.conf files so the sort ordering makes more sense. This is especially important to get mail_plugins = $mail_plugins example working in protocol sections. --HG-- branch : HEAD