[alpine/el5] Update to 2.02

Joshua Daniel Franklin joshuadf at fedoraproject.org
Thu Dec 29 04:29:36 UTC 2011


commit 5e89731e76864aaaa95cc870e18eddc2f0a569be
Author: Joshua Daniel Franklin <joshuadfranklin at yahoo.com>
Date:   Wed Dec 28 20:29:34 2011 -0800

    Update to 2.02

 README.fedora |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/README.fedora b/README.fedora
new file mode 100644
index 0000000..20cb7d9
--- /dev/null
+++ b/README.fedora
@@ -0,0 +1,31 @@
+
+= mlock = 
+If you get a notice "[Folder vulnerable - directory /var/mail must have 1777 protection]", you may want install the uw-imap-utils package to get setgid mlock (BZ #427561)
+
+
+= maildir support =
+I'd like to stay out of it...  just search "Mark Crispin maildir" for the gory details. No open license maildir patch exists for alpine. As a workaround, you can install a localhost IMAP server such as dovecot or courier to serve maildir folders, and connect to localhost from alpine via IMAP. 
+
+
+An example pinerc line:
+	mymaildir {localhost/ssl/novalidate-cert/user=myusername}[],
+
+Example /etc/dovecot.conf with only IMAPS:
+
+auth_verbose = yes
+verbose_ssl = yes
+mail_location = maildir:~/Maildir
+protocols = imaps 
+# put cert in /etc/pki/dovecot/certs
+protocol imap {
+}
+auth default {
+mechanisms = plain
+passdb pam {
+}
+userdb passwd {
+}
+user = root
+}
+
+


More information about the scm-commits mailing list