summaryrefslogtreecommitdiffstats
path: root/sqwebmail/sqwebmaild.dist.in.git
diff options
context:
space:
mode:
authorSam Varshavchik2015-02-28 11:59:45 -0500
committerSam Varshavchik2015-02-28 11:59:45 -0500
commitaab9bb42224fbb92c11eabb477282a8f0efe1c17 (patch)
tree9c9f27f6e3755bc7bba874727ae08a0e1a5df48b /sqwebmail/sqwebmaild.dist.in.git
parent3c35c22f36316dd84533a5d22f04f8b8f90b23a3 (diff)
downloadcourier-libs-aab9bb42224fbb92c11eabb477282a8f0efe1c17.tar.bz2
Remove clean and smudge filters from the git repo that are used to
stamp sysconftool-processed configuration file. Rename all sysconftool-processed configuration files to *.git, and use a build rule to create a stamped sysconftool file. Fix a couple of compilation warnings.
Diffstat (limited to 'sqwebmail/sqwebmaild.dist.in.git')
-rw-r--r--sqwebmail/sqwebmaild.dist.in.git63
1 files changed, 63 insertions, 0 deletions
diff --git a/sqwebmail/sqwebmaild.dist.in.git b/sqwebmail/sqwebmaild.dist.in.git
new file mode 100644
index 0000000..3b810a0
--- /dev/null
+++ b/sqwebmail/sqwebmaild.dist.in.git
@@ -0,0 +1,63 @@
+##VERSION: $Id:$
+#
+# sqwebmaild created from sqwebmaild.dist by sysconftool
+#
+# Do not alter lines that begin with ##, they are used when upgrading
+# this configuration.
+#
+# Copyright 2004-2005 Double Precision, Inc. See COPYING for
+# distribution information.
+#
+# Courier sqwebmaild daemon configuration
+#
+##NAME: PIDFILE:0
+#
+
+PIDFILE=@piddir@/sqwebmaild.pid
+
+##NAME: DEBUG_LOGIN:0
+#
+# Dump additional login diagnostics to syslog
+#
+# DEBUG_LOGIN=0 - turn off login debugging
+# DEBUG_LOGIN=1 - turn on login debugging
+# DEBUG_LOGIN=2 - turn on login debugging + log passwords too
+#
+# Note that most information is sent to syslog at level 'debug', so
+# you may need to modify your /etc/syslog.conf to be able to see it.
+
+DEBUG_LOGIN=0
+
+##NAME: MAILDIRPATH:0
+#
+# MAILDIRPATH - directory name of the maildir directory.
+
+MAILDIRPATH=Maildir
+
+##NAME: SQWEBMAIL_PREFORK:0
+#
+# Override default number of pre-forked child processes, or set to 0
+# to disable pre-forking.
+
+# SQWEBMAIL_PREFORK=5
+
+##NAME: LOGGEROPTS:0
+#
+# courierlogger(1) options, e.g. to set syslog facility
+#
+
+LOGGEROPTS=""
+
+##NAME: LDAP_FILTERSTRINGS:0
+#
+# LDAP search filter template. This is the default setting:
+#
+# LDAP_SEARCH_FILTER_EXACT='(|(uid=@)(sn=@)(cn=@))'
+#
+# LDAP_SEARCH_FILTER_APPROX='(|(uid=@*)(sn=@*)(mail=@*)(cn=@*))'
+#
+# If the first search does not return anything, the second one is tried.
+#
+# Each occurence of @ is replaced by the search key
+#
+# You may provide your own settings below.