openbsd-ports/mail/perdition/patches/patch-etc_perdition_perdition_conf
msf 44b80f8c0a initial import of perdition 1.17
Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to
handle both SSL and non-SSL connections and redirect users to a real-server
based on a database lookup. Perdition supports modular based database access.
ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression and NIS modules ship
with the distribution. The API for modules is open allowing arbitrary modules
to be written to allow access to any data store.

Perdition has many uses. Including, creating large mail systems where an
end-user's mailbox may be stored on one of several hosts, integrating
different mail systems together, migrating between different email
infrastructures, and bridging plain-text, SSL and TLS services. It can also
be used as part of a firewall.

based off initial work from dlg@

ok sturm@ bernd@
2006-11-16 23:26:00 +00:00

30 lines
719 B
Plaintext

$OpenBSD: patch-etc_perdition_perdition_conf,v 1.1.1.1 2006/11/16 23:26:00 msf Exp $
--- etc/perdition/perdition.conf.orig Tue Nov 7 11:44:00 2006
+++ etc/perdition/perdition.conf Tue Nov 7 11:47:50 2006
@@ -132,9 +132,9 @@
# g|group GROUP:
# Group to run as.
-# (default "nobody")
-#g nobody
-#group nobody
+# (default "_perdition")
+#g _perdition
+#group _perdition
# I|capability|pop_capability|imap_capability STRING:
# Capabilities for the protocol.
@@ -258,9 +258,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.