[Dovecot] Postfix - deliver problem.
Thomas Leuxner
tlx at leuxner.net
Mon Dec 27 09:10:46 EET 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 27.12.2010 um 05:53 schrieb Mark Bronstein:
> Thanks for catching. But same problem even after correcting.
> Mark
Looks like sockets are missing/incorrect. The client socket should be placed in the Postfix CHROOT:
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = vmail
group = mail
}
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
Postfix needs to reference it like this:
[main.cf]
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
http://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL
Regards
Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
iEYEARECAAYFAk0YO/0ACgkQ+meF/S97aXi6gQCdHDWrYFlrvbclIpQ9IXDo9Y82
IgAAoIf1x9BTxBe33VGD6iiy04t43des
=AsLI
-----END PGP SIGNATURE-----
More information about the dovecot
mailing list