]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 28 Dec 2016 11:36:45 +0000 (12:36 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 28 Dec 2016 11:36:45 +0000 (12:36 +0100)
courier-imap/imapd
courier-imap/imapd-ssl
courier-imap/pop3d
courier-imap/pop3d-ssl

index 7c20c4562955723ed69614b68dc01d050fdf3c3e..d58ca75a37d1af1a7c60d52d3bdad780d7b0acc7 100644 (file)
@@ -1,11 +1,11 @@
-##VERSION: $Id: 2013-08-19 16:39:41 -0400 9c45d9ad13fdf439d44d7443ae75da15ea0223ed$
+##VERSION: $Id: 106596a150c4585c41d65f60a17e173402125332-20150610064018$
 #
 # imapd created from imapd.dist by sysconftool
 #
 # Do not alter lines that begin with ##, they are used when upgrading
 # this configuration.
 #
-#  Copyright 1998 - 2008 Double Precision, Inc.  See COPYING for
+#  Copyright 1998 - 2015 Double Precision, Inc.  See COPYING for
 #  distribution information.
 #
 #  This configuration file sets various options for the Courier-IMAP server
@@ -73,16 +73,22 @@ PIDFILE=/var/run/imapd.pid
 
 TCPDOPTS="-nodnslookup -noidentlookup"
 
+##NAME: ACCESSFILE:0
+#
+# IMAP access file.
+
+IMAPACCESSFILE=/etc/courier-imap/imapaccess
+
 ##NAME: LOGGEROPTS:0
 #
-# courierlogger(1) options.                                        
+# courierlogger(1) options.
 #
 
 LOGGEROPTS="-name=imapd"
 
 ##NAME: DEFDOMAIN:0
 #
-# Optional default domain. If the username does not contain the         
+# Optional default domain. If the username does not contain the
 # first character of DEFDOMAIN, then it is appended to the username.
 # If DEFDOMAIN and DOMAINSEP are both set, then DEFDOMAIN is appended
 # only if the username does not contain any character from DOMAINSEP.
@@ -347,6 +353,27 @@ IMAP_MOVE_EXPUNGE_TO_TRASH=0
 #
 # IMAP_LOG_DELETIONS=1
 
+##NAME: AUTH_MKHOMEDIR_SKEL:0
+#
+# Uncomment this setting to automatically create a home directory on first
+# login. if the AUTH_MKHOMEDIR_SKEL environment variable is set, and the
+# home directory does not exist, the home directory gets created, with its
+# initial contents copied from AUTH_MKHOMEDIR_SKEL which must be a directory,
+# typically /etc/skel.
+#
+# Note that this must be a complete home directory structure, including
+# the maildir. Typically:
+#
+# mkdir /etc/skel
+# chmod 700 /etc/skel
+# maildirmak /etc/skel/Maildir
+#
+# This directory gets copied as is, preserving each file/subdirectory's
+# permissions, with only userid/groupid changed to match the account's.
+#
+#
+# AUTH_MKHOMEDIR_SKEL=/etc/skel
+
 ##NAME: IMAPDEBUGFILE:0
 #
 # IMAPDEBUGFILE="imaplog.dat"
index 0811b739d6163007675ee3f4926b07b80c81bcd2..47ca432b6c965ab69c52a7998bc81364d93dbfd1 100644 (file)
@@ -1,4 +1,4 @@
-##VERSION: $Id: 2013-10-14 22:07:39 -0400 37a74ee0f736237b67330c620de7dc08232dec17$
+##VERSION: $Id: d4d0683714b8d6ec02c9db26cc7e371a1dde0269-20150609200831$
 #
 # imapd-ssl created from imapd-ssl.dist by sysconftool
 #
@@ -54,7 +54,7 @@ SSLPIDFILE=/var/run/imapd-ssl.pid
 
 ##NAME: SSLLOGGEROPTS:0
 #
-# courierlogger(1) options.                                        
+# courierlogger(1) options.
 #
 
 SSLLOGGEROPTS="-name=imapd-ssl"
@@ -112,21 +112,40 @@ COURIERTLS=/usr/sbin/couriertls
 #
 # DEFAULT: NORMAL:-CTYPE-OPENPGP
 #
-# TLS_PRIORITY="NORMAL:-CTYPE-OPENPGP"
+# This setting is also used to select the available ciphers.
+#
+# The actual list of available ciphers depend on the options GnuTLS was
+# compiled against. The possible ciphers are:
+#
+# AES256, 3DES, AES128, ARC128, ARC40, RC2, DES, NULL
+#
+# Also, the following aliases:
+#
+# HIGH -- all ciphers that use more than a 128 bit key size
+# MEDIUM -- all ciphers that use a 128 bit key size
+# LOW -- all ciphers that use fewer than a 128 bit key size, the NULL cipher
+#        is not included
+# ALL -- all ciphers except the NULL cipher
+#
+# See GnuTLS documentation, gnutls_priority_init(3) for additional
+# documentation.
 
 ##NAME: TLS_PROTOCOL:0
-# 
+#
 # TLS_PROTOCOL sets the protocol version.  The possible versions are:
 #
 # OpenSSL:
 #
 # SSL3 - SSLv3
 # SSL23 - all protocols (including TLS 1.x protocols)
-# TLS1 - TLS1
+# TLSv1 - TLS1
 # TLSv1.1 - TLS1.1
 # TLSv1.2 - TLS1.2
 #
-# Leave it unset to use any protocol except SSL 2.
+# SSL3+, TLSv1+, TLSv1.1+, and TLSv1.2+ - the corresponding protocol, and all
+# higher protocols.
+#
+# The default value is TLSv1+
 
 ##NAME: TLS_CIPHER_LIST:0
 #
@@ -136,7 +155,7 @@ COURIERTLS=/usr/sbin/couriertls
 #
 # OpenSSL:
 #
-# TLS_CIPHER_LIST="SSLv3:TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"
+# TLS_CIPHER_LIST="TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"
 #
 # GnuTLS:
 #
@@ -159,7 +178,7 @@ COURIERTLS=/usr/sbin/couriertls
 # documentation.
 
 ##NAME: TLS_STARTTLS_PROTOCOL:0
-# 
+#
 # TLS_STARTTLS_PROTOCOL is used instead of TLS_PROTOCOL for the IMAP STARTTLS
 # extension, as opposed to IMAP over SSL on port 993.
 #
@@ -173,7 +192,7 @@ COURIERTLS=/usr/sbin/couriertls
 #
 # OpenSSL:
 #
-# TLS_CIPHER_LIST="SSLv3:TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"
+# TLS_CIPHER_LIST="TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"
 #
 #
 
index 908c5c5820383a382f797c13ab680bea3b1e5367..812fa7ad8dd5b6d56b2f63bbb26a4a9e7b67bfdf 100644 (file)
@@ -1,4 +1,4 @@
-##VERSION: $Id: 2013-08-19 16:39:41 -0400 9c45d9ad13fdf439d44d7443ae75da15ea0223ed$
+##VERSION: $Id: 106596a150c4585c41d65f60a17e173402125332-20150610064018$
 #
 # pop3d created from pop3d.dist by sysconftool
 #
@@ -155,6 +155,26 @@ POP3DSTART=NO
 #
 # POP3_LOG_DELETIONS=1
 
+##NAME: AUTH_MKHOMEDIR_SKEL:0
+#
+# Uncomment this setting to automatically create a home directory on first
+# login. if the AUTH_MKHOMEDIR_SKEL environment variable is set, and the
+# home directory does not exist, the home directory gets created, with its
+# initial contents copied from AUTH_MKHOMEDIR_SKEL which must be a directory,
+# typically /etc/skel.
+#
+# Note that this must be a complete home directory structure, including
+# the maildir. Typically:
+#
+# mkdir /etc/skel
+# chmod 700 /etc/skel
+# maildirmak /etc/skel/Maildir
+#
+# This directory gets copied as is, preserving each file/subdirectory's
+# permissions, with only userid/groupid changed to match the account's.
+#
+#
+# AUTH_MKHOMEDIR_SKEL=/etc/skel
 
 ##NAME: MAILDIRPATH:0
 #
index 8597a05c58e6b0db8e2eb2d0f866859b5491ae91..7f5fc422cfda73d2eb623242a23ff54ef186049a 100644 (file)
@@ -1,4 +1,4 @@
-##VERSION: $Id: 2013-10-14 22:07:39 -0400 37a74ee0f736237b67330c620de7dc08232dec17$
+##VERSION: $Id: d4d0683714b8d6ec02c9db26cc7e371a1dde0269-20150609200831$
 #
 # pop3d-ssl created from pop3d-ssl.dist by sysconftool
 #
@@ -52,7 +52,7 @@ SSLPIDFILE=/var/run/pop3d-ssl.pid
 
 ##NAME: SSLLOGGEROPTS:0
 #
-# courierlogger(1) options.                                        
+# courierlogger(1) options.
 #
 
 SSLLOGGEROPTS="-name=pop3d-ssl"
@@ -96,20 +96,41 @@ COURIERTLS=/usr/sbin/couriertls
 # DEFAULT: NORMAL:-CTYPE-OPENPGP
 #
 # TLS_PRIORITY="NORMAL:-CTYPE-OPENPGP"
+#
+# This setting is also used to select the available ciphers.
+#
+# The actual list of available ciphers depend on the options GnuTLS was
+# compiled against. The possible ciphers are:
+#
+# AES256, 3DES, AES128, ARC128, ARC40, RC2, DES, NULL
+#
+# Also, the following aliases:
+#
+# HIGH -- all ciphers that use more than a 128 bit key size
+# MEDIUM -- all ciphers that use a 128 bit key size
+# LOW -- all ciphers that use fewer than a 128 bit key size, the NULL cipher
+#        is not included
+# ALL -- all ciphers except the NULL cipher
+#
+# See GnuTLS documentation, gnutls_priority_init(3) for additional
+# documentation.
 
 ##NAME: TLS_PROTOCOL:0
-# 
+#
 # TLS_PROTOCOL sets the protocol version.  The possible versions are:
 #
 # OpenSSL:
 #
 # SSL3 - SSLv3
 # SSL23 - all protocols (including TLS 1.x protocols)
-# TLS1 - TLS1
+# TLSv11 - TLS1
 # TLSv1.1 - TLS1.1
 # TLSv1.2 - TLS1.2
 #
-# Leave it unset to use any protocol except SSL 2.
+# SSL3+, TLSv1+, TLSv1.1+, and TLSv1.2+ - the corresponding protocol, and all
+# higher protocols.
+#
+# The default value is TLSv1+
 
 ##NAME: TLS_CIPHER_LIST:0
 #
@@ -119,7 +140,7 @@ COURIERTLS=/usr/sbin/couriertls
 #
 # OpenSSL:
 #
-# TLS_CIPHER_LIST="SSLv3:TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"
+# TLS_CIPHER_LIST="TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"
 #
 # GnuTLS:
 #