The alpine rpms
Find a file
2015-07-07 02:09:17 +00:00
.gitignore Update to upstream alpine-2.20.tar.xz 2015-07-07 01:44:51 +00:00
alpine-2.11-openssl_version.patch Update to upstream alpine-2.20.tar.xz 2015-07-07 02:09:17 +00:00
alpine.spec Update to upstream alpine-2.20.tar.xz 2015-07-07 01:45:17 +00:00
README.fedora re-add README.fedora 2013-10-31 11:34:14 -05:00
sources Update to upstream alpine-2.20.tar.xz 2015-07-07 01:44:51 +00:00

= 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
}