]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/cyrus-imapd/files/imapd.conf_2.2
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / cyrus-imapd / files / imapd.conf_2.2
1 # Don't forget to use chattr +S (if you are using ext[23])
2 # when you change these directories (read the docs).
3
4 # Configuration directory
5 configdirectory:        /var/lib/cyrus
6
7 # Which partition to use for default mailboxes
8 defaultpartition: default
9 partition-default:      /var/spool/cyrus/mail
10
11 sievedir:               /var/lib/cyrus/sieve
12
13 ## News setup
14 #partition-news:        /var/spool/cyrus/news
15 #newsspool:             /var/spool/news
16
17
18 tls_ca_path:            /etc/ssl/certs
19 tls_cert_file:          /etc/ssl/cyrus/server.crt
20 tls_key_file:           /etc/ssl/cyrus/server.key
21
22 # Who has the right to create Mailboxes
23 admins:                 cyrus root
24
25 hashimapspool:          yes
26 allowanonymouslogin:    no
27 allowplaintext:         yes
28
29 # Minimum time between POP mail fetches in minutes
30 popminpoll: 1
31
32 # umask used by Cyrus programs
33 umask: 077
34
35 # Allow renaming of top-level mailboxes.
36 #allowusermoves:         yes
37
38 # Use this if sieve-scripts could be in ~user/.sieve.
39 #sieveusehomedir:       yes
40
41 #sasl_pwcheck_method:   saslauthd
42
43 ## all possible values.
44 #sasl_mech_list: LOGIN PLAIN CRAM-MD5 DIGEST-MD5 NTLM
45 ## or limit to CRAM-MD5 only
46 #sasl_mech_list: CRAM-MD5
47
48 # This program will be used to send out Mails
49 sendmail: /usr/sbin/sendmail
50