The alpine rpms
Find a file
2015-10-09 13:03:33 -05:00
.gitignore Revert "Update to upstream alpine-2.20.tar.xz" 2015-10-09 13:03:28 -05:00
alpine-2.11-openssl_version.patch Revert "Update to upstream alpine-2.20.tar.xz" 2015-10-09 13:03:26 -05:00
alpine.spec Merge branch 'master' into el6 2015-10-09 13:03:33 -05:00
README.fedora use patched alpine sources (#1270331,#1270183) 2015-10-09 12:58:37 -05:00
sources Revert "Update to upstream alpine-2.20.tar.xz" 2015-10-09 13:03:28 -05: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)

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
}