The alpine rpms
Find a file
Fedora Release Engineering 17f642d5c0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 13:12:39 +00:00
.gitignore use patched features release tarball, adjust Source0 URL accordingly (#1486899) 2017-11-15 14:24:59 -06:00
alpine.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild 2019-01-31 13:12:39 +00:00
README.fedora use patched alpine sources (#1270331,#1270183) 2015-10-09 12:58:37 -05:00
sources use patched features release tarball, adjust Source0 URL accordingly (#1486899) 2017-11-15 14:24:59 -06: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
}