Better documentation for POP3 settings, UIDL.

UIDL assigns a unique string to each email. This allows emails to
be left on the server after a client downloads them.
This commit is contained in:
Morteza Milani 2015-04-08 21:32:14 -07:00
parent 31eec9fa1c
commit 916063a79b
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ tools/editconf.py /etc/dovecot/conf.d/20-imap.conf \
imap_idle_notify_interval="4 mins"
# Set POP3 UIDL
# UIDLs are used by POP3 clients to keep track of what messages they've downloaded.
# For new POP3 servers, the easiest way to set up UIDLs is to use IMAP's UIDVALIDITY
# and UID values, the default in Dovecot.
tools/editconf.py /etc/dovecot/conf.d/20-pop3.conf \
pop3_uidl_format = %08Xu%08Xv