The alpine rpms
Find a file
Zbigniew Jędrzejewski-Szmek dbd9d4a821 Fix the date stamp recorded in sources to $SOURCE_DATE_EPOCH
The builds were irreproducible because `date` was used to insert the
timestamp into alpine/date.c. Use --utc to ignore the local time zone
setting (if any) and --date=@$SOURCE_DATE_EPOCH to clamp the time
to the "official build time".

(Use of $SOURCE_DATE_EPOCH is made optional. It'll be set in normal
rpm builds, but allow it to not be set, so the spec file still works
even if built with 'rpmbuild -ba' or such.)
2024-07-03 12:21:21 +02:00
.gitignore Use patched upstream rhbz#2187297 2024-06-22 13:33:17 +02:00
alpine-2.23-gcc10.patch bump version 2020-06-22 21:36:49 +02:00
alpine-2.24-useragent.patch modify patch1 2020-10-11 14:07:39 +02:00
alpine-configure-c99.patch Port configure script to C99 (#2148656) 2022-11-26 21:29:17 +01:00
alpine.spec Fix the date stamp recorded in sources to $SOURCE_DATE_EPOCH 2024-07-03 12:21:21 +02:00
changelog Convert to %autorelease and %autochangelog 2024-06-22 13:18:20 +02:00
README.fedora bump version 2020-03-24 19:51:47 +01:00
sources Use patched upstream rhbz#2187297 2024-06-22 13:33:17 +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
}