The alpine rpms
Find a file
Rex Dieter 16927c9b0e new URL
use %license, %make_build, %make_install
2018-05-21 08:20:05 -05:00
.gitignore use patched features release tarball, adjust Source0 URL accordingly (#1486899) 2017-11-15 14:24:59 -06:00
alpine.spec new URL 2018-05-21 08:20:05 -05: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
}