The alpine rpms
Find a file
Fedora Release Engineering 980977d91c - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 11:56:58 +00:00
.gitignore bump version 2020-06-22 21:36:49 +02:00
alpine-2.21-useragent.patch - Patch to suppress sending the user-agent per default 2019-07-21 12:34:13 -04:00
alpine-2.23-gcc10.patch bump version 2020-06-22 21:36:49 +02:00
alpine.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild 2020-07-27 11:56:58 +00:00
README.fedora bump version 2020-03-24 19:51:47 +01:00
sources bump version 2020-06-22 21:36:49 +02:00

= mlock =
If you get a notice "[Folder vulnerable - directory /var/mail must have 1777 protection]",
you may want to 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
}