~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Ante Karamatic, Mathias Gug
  • Date: 2009-03-31 18:43:06 UTC
  • Revision ID: james.westby@ubuntu.com-20090331184306-0x78x9v6iiw8ja2v
Tags: 1:1.1.11-0ubuntu3
[ Ante Karamatic ]
* Add SMTP-AUTH support for Outlook (login auth mechanism)
* debian/dovecot-postfix.postinst:
  - merge user's custom changes from dovecot.conf (LP: #339966)

[ Mathias Gug ]
* properly support package upgrades.
* handle reinstallation of package if it wasn't purged. Based on Ante's
  patch:
  + debian/dovecot-postfix.postinst, debian/dovecot-posftix.postrm:
    - rename configuration name on remove, delete on purge
  + debian/dovecot-postfix.dirs
    - create backup directory for postfix's configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- dovecot-postfix.conf        2009-02-14 18:39:02.000000000 +0000
2
 
+++ dovecot-postfix.conf        2009-02-14 18:36:48.000000000 +0000
 
1
--- dovecot-postfix.conf        2009-03-19 12:58:03.000000000 +0000
 
2
+++ dovecot-postfix.conf        2009-03-19 13:00:04.000000000 +0000
3
3
@@ -32,7 +32,7 @@
4
4
 # Protocols we want to be serving: imap imaps pop3 pop3s managesieve
5
5
 # If you only want to use dovecot-auth, you can set this to "none".
156
156
 
157
157
 # Username character translations before it's looked up from databases. The
158
158
 # value contains series of from -> to characters. For example "#@/@" means
 
159
@@ -857,7 +857,7 @@
 
160
   #   plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
 
161
   #   gss-spnego
 
162
   # NOTE: See also disable_plaintext_auth setting.
 
163
-  mechanisms = plain
 
164
+  mechanisms = plain login
 
165
 
 
166
   #
 
167
   # Password database is used to verify user's password (and nothing more).
159
168
@@ -1072,7 +1072,7 @@
160
169
   #ssl_username_from_cert = no
161
170