[pkg-kolab] r142 - trunk/kolab-cyrus-imapd/debian

Steffen Joeris white-guest at costa.debian.org
Fri Jan 13 10:55:19 UTC 2006


Author: white-guest
Date: 2006-01-13 10:55:18 +0000 (Fri, 13 Jan 2006)
New Revision: 142

Modified:
   trunk/kolab-cyrus-imapd/debian/imapd.conf
Log:
* use mostly configured imapd.conf in the
  kolab-cyrus package


Modified: trunk/kolab-cyrus-imapd/debian/imapd.conf
===================================================================
--- trunk/kolab-cyrus-imapd/debian/imapd.conf	2006-01-13 10:52:08 UTC (rev 141)
+++ trunk/kolab-cyrus-imapd/debian/imapd.conf	2006-01-13 10:55:18 UTC (rev 142)
@@ -6,32 +6,32 @@
 configdirectory: /var/lib/cyrus
 
 # Which partition to use for default mailboxes
-defaultpartition: default
+#defaultpartition: default
 partition-default: /var/spool/cyrus/mail
 
 # News setup
-partition-news: /var/spool/cyrus/news
-newsspool: /var/spool/news
+#partition-news: /var/spool/cyrus/news
+#newsspool: /var/spool/news
 
 # Alternate namespace
 # If enabled, activate the alternate namespace as documented in
 # /usr/share/doc/cyrus22-doc/html/altnamespace.html, where an user's
 # subfolders are in the same level as the INBOX
 # See also userprefix and sharedprefix on imapd.conf(5)
-altnamespace: no
+#altnamespace: no
 
 # UNIX Hierarchy Convention
 # Set to yes, and cyrus will accept dots in names, and use the forward
 # slash "/" to delimit levels of the hierarchy. This is done by converting
 # internally all dots to "^", and all "/" to dots. So the "rabbit.holes"
 # mailbox of user "helmer.fudd" is stored in "user.elmer^fud.rabbit^holes"
-unixhierarchysep: no
+unixhierarchysep: yes
 
 # Rejecting illegal characters in headers
 # Headers of RFC2882 messages must not have characters with the 8th bit
 # set. However, too many badly-written MUAs generate this, including most
 # spamware. Enable this to reject such messages.
-#reject8bit: yes
+reject8bit: no 
 
 # Munging illegal characters in headers
 # Headers of RFC2882 messages must not have characters with the 8th bit
@@ -49,7 +49,7 @@
 
 # Uncomment the following and add the space-separated users who 
 # have admin rights for all services.
-#admins: cyrus
+admins: cyrus
 
 # Space-separated list of users that have lmtp "admin" status (i.e. that
 # can deliver email through TCP/IP lmtp) in addition to those in the
@@ -80,15 +80,18 @@
 allowanonymouslogin: no
 
 # Minimum time between POP mail fetches in minutes
-popminpoll: 1
+#popminpoll: 1
 
 # If nonzero, normal users may create their own IMAP accounts by creating
 # the mailbox INBOX.  The user's quota is set to the value if it is positive,
 # otherwise the user has unlimited quota.
-autocreatequota: 0
+autocreatequota: 10000
+quotawarn: 90
+timeout: 30
+allowusermoves: no
 
 # umask used by Cyrus programs
-umask: 077
+#umask: 077
 
 # Sendmail binary location
 # DUE TO A BUG, Cyrus sends CRLF EOLs to this program. This breaks Exim 3. 
@@ -96,12 +99,15 @@
 # /usr/sbin/sendmail -dropcr instead if you use Exim 3.
 #sendmail: /usr/sbin/sendmail
 
+#Settings for tempdir
+temp_path: /var/tmp
+
 # If enabled, cyrdeliver will look for Sieve scripts in user's home
 # directories: ~user/.sieve.
-sieveusehomedir: false
+#sieveusehomedir: false
 
 # If sieveusehomedir is false, this directory is searched for Sieve scripts.
-sievedir: /var/spool/sieve
+#sievedir: /var/spool/sieve
 
 # notifyd(8) method to use for "MAIL" notifications.  If not set, "MAIL"
 # notifications are disabled.  Valid methods are: null, log, zephyr
@@ -122,7 +128,7 @@
 # If enabled, the partitions will also be hashed, in addition to the hashing
 # done on configuration directories. This is recommended if one partition has a
 # very bushy mailbox tree.
-hashimapspool: true
+#hashimapspool: true
 
 # Allow plaintext logins by default (SASL PLAIN)
 allowplaintext: yes
@@ -131,7 +137,7 @@
 # (you need to uncomment this if you are not using an auxprop-based SASL
 # mechanism.  saslauthd users, that means you!). And pay attention to
 # sasl_minimum_layer and allowapop below, too.
-#sasl_mech_list: PLAIN
+sasl_mech_list: PLAIN
 
 # Allow use of the POP3 APOP authentication command.
 # Note that this command requires that the plaintext passwords are 
@@ -184,7 +190,7 @@
 #
 # Do note that, since sasl will be run as user cyrus, you may have a lot of
 # trouble to set this up right.
-sasl_pwcheck_method: auxprop
+sasl_pwcheck_method: saslauthd
 
 # What auxpropd plugins to load, if using sasl_pwcheck_method: auxprop
 # by default, all plugins are tried (which is probably NOT what you want).
@@ -192,7 +198,7 @@
 
 # If enabled, the SASL library will automatically create authentication secrets
 # when given a plaintext password. Refer to SASL documentation 
-sasl_auto_transition: no
+#sasl_auto_transition: no
 
 #
 # SSL/TLS Options
@@ -245,16 +251,16 @@
 #tls_ca_file: /etc/ssl/certs/cyrus-imapd-ca.pem
 
 # Path to directory with certificates of CAs.
-tls_ca_path: /etc/ssl/certs
+#tls_ca_path: /etc/ssl/certs
 
 # The length of time (in minutes) that a TLS session will be cached for later
 # reuse.  The maximum value is 1440 (24 hours), the default.  A value of 0 will
 # disable session caching.
-tls_session_timeout: 1440
+#tls_session_timeout: 1440
 
 # The list of SSL/TLS ciphers to allow.  The format of the string is described
 # in ciphers(1). THIS DISABLES THE WEAK 'FOR EXPORT' CRAP!
-tls_cipher_list: TLSv1:SSLv3:SSLv2:!NULL:!EXPORT:!DES:!LOW:@STRENGTH
+#tls_cipher_list: TLSv1:SSLv3:SSLv2:!NULL:!EXPORT:!DES:!LOW:@STRENGTH
 
 # Require a client certificate for ALL services (imap, pop3, lmtp, sieve).
 #tls_require_cert: false
@@ -291,13 +297,13 @@
 lmtpsocket: /var/run/cyrus/socket/lmtp
 
 # Unix domain socket that idled listens on.
-idlesocket: /var/run/cyrus/socket/idle
+#idlesocket: /var/run/cyrus/socket/idle
 
 # Unix domain socket that the new mail notification daemon listens on.
-notifysocket: /var/run/cyrus/socket/notify
+#notifysocket: /var/run/cyrus/socket/notify
 
 # Syslog prefix. Defaults to cyrus (so logging is done as cyrus/imap etc.)
-syslog_prefix: cyrus
+#syslog_prefix: cyrus
 
 ##
 ## DEBUGGING




More information about the pkg-kolab-devel mailing list