openbsd-ports/mail/perdition/patches/patch-etc_perdition_perdition_conf
sthen 7c32f87b50 Update Perdition to 1.19-rc5 (using a so-called "release candidate" because
upstream haven't made a real release in quite some time, and this fixes
problems people have encountered). Change to DPB-friendly no_subpackage
handling and don't use groff.

Feedback/tweaks, fix for SSL timeout-related failure, and testing
from Rogier Krieger.
2013-03-15 15:17:36 +00:00

30 lines
692 B
Plaintext

$OpenBSD: patch-etc_perdition_perdition_conf,v 1.2 2013/03/15 15:17:36 sthen Exp $
--- etc/perdition/perdition.conf.orig Wed Sep 1 08:13:30 2010
+++ etc/perdition/perdition.conf Sat Nov 13 10:09:26 2010
@@ -132,9 +132,9 @@
# g|group GROUP:
# Group to run as.
-# (default "nobody")
-#g nobody
-#group nobody
+# (default "_perdition")
+#g _perdition
+#group _perdition
# imap_capability STRING:
# Capabilities for IMAP4 and IMAP4S
@@ -296,9 +296,9 @@
# u|username USERNAME:
# User to run as.
-# (default "nobody")
-#u nobody
-#username nobody
+# (default "_perdition")
+#u _perdition
+#username _perdition
# U|username_from_database:
# Substitute username from popmap lookup.