~sbeattie/ubuntu/oneiric/dovecot/dovecot-lp792557

« back to all changes in this revision

Viewing changes to debian/patches/dovecot-postfix.conf.diff

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Ante Karamatic
  • Date: 2010-04-19 13:13:20 UTC
  • Revision ID: james.westby@ubuntu.com-20100419131320-zoem40bavuyyzxww
Tags: 1:1.2.9-1ubuntu6
[Ante Karamatic]
* dovecot-example.conf, debian/dovecot-common.dirs, debian/01-dovecot-postfix.auth,
     debian/01-dovecot-postfix.conf, debian/control, debian/dovecot-postfix.dirs,
     debian/dovecot-postfix.postinst, debian/dovecot-postfix.postrm, debian/dovecot-postfix.preinst,
     debian/rules:
     * Fix dovecot -n not to report wrong configuration. (LP: #511295) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- dovecot-postfix.conf        2010-01-21 19:08:14.313126568 -0500
2
 
+++ dovecont-postfix.conf       2010-01-21 19:13:11.883126803 -0500
3
 
@@ -22,7 +22,7 @@
4
 
 # Protocols we want to be serving: imap imaps pop3 pop3s managesieve
5
 
 # If you only want to use dovecot-auth, you can set this to "none".
6
 
 #protocols = imap imaps
7
 
-protocols = none
8
 
+protocols = imap pop3 imaps pop3s managesieve
9
 
 
10
 
 # A space separated list of IP or host addresses where to listen in for
11
 
 # connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
12
 
@@ -50,7 +50,7 @@ protocols = none
13
 
 # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
14
 
 # matches the local IP (ie. you're connecting from the same computer), the
15
 
 # connection is considered secure and plaintext authentication is allowed.
16
 
-#disable_plaintext_auth = yes
17
 
+disable_plaintext_auth = yes
18
 
 
19
 
 # Should all IMAP and POP3 processes be killed when Dovecot master process
20
 
 # shuts down. Setting this to "no" means that Dovecot can be upgraded without
21
 
@@ -92,13 +92,13 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
22
 
 #ssl_listen =
23
 
 
24
 
 # SSL/TLS support: yes, no, required. </usr/share/doc/dovecot-common/wiki/SSL.txt>
25
 
-#ssl = yes
26
 
+ssl = yes
27
 
 
28
 
 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
29
 
 # dropping root privileges, so keep the key file unreadable by anyone but
30
 
 # root.
31
 
-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
32
 
-#ssl_key_file = /etc/ssl/private/dovecot.pem
33
 
+ssl_cert_file = /etc/ssl/certs/ssl-mail.pem
34
 
+ssl_key_file = /etc/ssl/private/ssl-mail.key
35
 
 
36
 
 # If key file is password protected, give the password here. Alternatively
37
 
 # give it when starting dovecot with -p parameter. Since this file is often
38
 
@@ -126,7 +126,7 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
39
 
 #ssl_parameters_regenerate = 168
40
 
 
41
 
 # SSL ciphers to use
42
 
-#ssl_cipher_list = ALL:!LOW:!SSLv2
43
 
+ssl_cipher_list = ALL:!LOW:!SSLv2:ALL:!aNULL:!ADH:!eNULL:!EXP:RC4+RSA:+HIGH:+MEDIUM
44
 
 
45
 
 # Show protocol level SSL errors.
46
 
 #verbose_ssl = no
47
 
@@ -227,7 +227,7 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
48
 
 #
49
 
 # </usr/share/doc/dovecot-common/wiki/MailLocation.txt>
50
 
 #
51
 
-#mail_location = 
52
 
+mail_location = maildir:~/Maildir
53
 
 
54
 
 # If you need to set multiple mailbox locations or want to change default
55
 
 # namespace settings, you can do it by defining namespace sections.
56
 
@@ -572,7 +572,7 @@ protocol imap {
57
 
 
58
 
   # Maximum number of IMAP connections allowed for a user from each IP address.
59
 
   # NOTE: The username is compared case-sensitively.
60
 
-  #mail_max_userip_connections = 10
61
 
+  mail_max_userip_connections = 10
62
 
 
63
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
64
 
   # list of plugins to load.
65
 
@@ -618,7 +618,7 @@ protocol imap {
66
 
   #     but not both. Thunderbird separates these two by forcing server to
67
 
   #     accept '/' suffix in mailbox names in subscriptions list.
68
 
   # The list is space-separated.
69
 
-  #imap_client_workarounds = 
70
 
+  imap_client_workarounds = outlook-idle delay-newmail
71
 
 }
72
 
   
73
 
 ##
74
 
@@ -691,7 +691,7 @@ protocol pop3 {
75
 
 
76
 
   # Maximum number of POP3 connections allowed for a user from each IP address.
77
 
   # NOTE: The username is compared case-sensitively.
78
 
-  #mail_max_userip_connections = 3
79
 
+  mail_max_userip_connections = 10
80
 
 
81
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
82
 
   # list of plugins to load.