The alpine rpms
Find a file
2017-08-02 17:31:06 +00:00
.gitignore alpine 2.21, update URL, .spec cosmetics 2017-06-16 13:00:54 -05:00
alpine.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 17:31:06 +00:00
README.fedora use patched alpine sources (#1270331,#1270183) 2015-10-09 12:58:37 -05:00
sources alpine 2.21, update URL, .spec cosmetics 2017-06-16 13:00:54 -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
}