[Dovecot] Postfix - Dovecot - SASL
I am trying to get Dovecot - Postfix - SASL to work. So, I do not have to use the pop-before-smtp goofy way of authenticating pop3 users when they want to SEND mail.
dovecot.conf
pop3_uidl_format = %08Xu%08Xv auth default { mechanisms = plain login
passdb sql { args = /home/digipanel/secure/programs/dovecot/config/dovecot-mysql.conf } userdb sql { args = /home/digipanel/secure/programs/dovecot/config/dovecot-mysql.conf } socket listen { client { path = /home/digipanel/secure/programs/postfix/queue/private/auth mode = 0660 user = postfix group = postfix } } }
postfix main.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth
postconf -a (yields dovecot so I know it is compiled into postfix)
Any ideas why it is failing? Am I missing something?
Matt пишет:
I am trying to get Dovecot - Postfix - SASL to work. So, I do not have to use the pop-before-smtp goofy way of authenticating pop3 users when they want to SEND mail.
dovecot.conf
pop3_uidl_format = %08Xu%08Xv auth default { mechanisms = plain login
passdb sql { args = /home/digipanel/secure/programs/dovecot/config/dovecot-mysql.conf } userdb sql { args = /home/digipanel/secure/programs/dovecot/config/dovecot-mysql.conf } socket listen { client { path = /home/digipanel/secure/programs/postfix/queue/private/auth mode = 0660 user = postfix group = postfix } } }
postfix main.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth
postconf -a (yields dovecot so I know it is compiled into postfix)
Any ideas why it is failing? Am I missing something?
I have it's configuration in working state without any problems. What about looking at maillog?
-- С уважением, Савчук Тарас ООО "Элантек" : Аутсорсинг ИТ, WEB-разработка +7 (495) 589 68 81 +7 (926) 575 22 11 http://www.elantech.ru info@elantech.ru
participants (2)
-
Matt
-
Taras Savchuk