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

« back to all changes in this revision

Viewing changes to debian/01-dovecot-postfix.auth

  • 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
mechanisms = plain login
 
2
socket listen {
 
3
        client {
 
4
                path = /var/spool/postfix/private/dovecot-auth
 
5
                mode = 0660
 
6
                user = postfix
 
7
                group = postfix
 
8
        }
 
9
}