From c38bdbb0c5ede147eb189c86445bd78af8881fe0 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 11 Apr 2015 15:24:15 -0400 Subject: [PATCH] mistake in 31eec9fa1cd0de5827a5a5edf1f3447fe8dcd894 #300 --- setup/mail-dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-dovecot.sh b/setup/mail-dovecot.sh index 41a5a090..ea7a0d1d 100755 --- a/setup/mail-dovecot.sh +++ b/setup/mail-dovecot.sh @@ -90,7 +90,7 @@ tools/editconf.py /etc/dovecot/conf.d/20-imap.conf \ # 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 + pop3_uidl_format="%08Xu%08Xv" # ### LDA (LMTP)