The alpine rpms
Find a file
Rex Dieter b5a747e3cc Merge branch 'master' into f18
Conflicts:
	.gitignore
	alpine.spec
	sources
2013-10-31 12:26:14 -05:00
.gitignore re-add README.fedora 2013-10-31 11:34:14 -05:00
alpine-2.00-gcc44_reply_hack.patch - "reply to all recipients" doesn't include anyone on the Cc list (#496400) 2009-05-06 13:44:26 +00:00
alpine.spec re-add README.fedora 2013-10-31 11:34:14 -05:00
re-alpine-2.02-openssl.patch - re-alpine-2.02 (#465341) 2010-10-08 14:51:19 -05:00
README.fedora re-add README.fedora 2013-10-31 11:34:14 -05:00
sources update to 2.10 - new upstream 2013-07-08 14:10:40 -04: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
}