Re: [Dovecot] dovecot proxy with nopassword and postfix sasl
Hello thank you for your answer
when I have this user in my passdb file franco@ozzir.ch:{plain}password::::::proxy host=xx.xx.xx.xx postfix sasl accept only the password => password
When I have this user in my passdb file franco@ozzir.ch:::::::nopassword proxy host=xx.xx.xx.xx postfix sasl accept any password
as I said imap and pop3 refuse always a bad password
this is my postfix config
smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth # and the common settings to enable SASL: smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated, reject_unauth_destination smtpd_sender_login_maps = mysql:/etc/postfix/mysql-smtpd_sender_login_maps.cf
#for outlook 2003 and outlook express > v6 broken_sasl_auth_clients = yes
Franco Rizzo
Il 13/05/2011 15:07, Franco Rizzo ha scritto:
Hello thank you for your answer
when I have this user in my passdb file franco@ozzir.ch:{plain}password::::::proxy host=xx.xx.xx.xx postfix sasl accept only the password => password
When I have this user in my passdb file franco@ozzir.ch:::::::nopassword proxy host=xx.xx.xx.xx postfix sasl accept any password
And i think this is all normal... From: http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy I don't think it is allowed behaviour for Postfix to authenticate on a dovecot proxy.
I think u can solve the issue using the 2nd point of the Proxy tutorial: "Let Dovecot proxy perform the authentication and login to remote server using the proxy's master password" or moving to sql/ldap userbase.
-- Simone Caruso IT Consultant p.iva: 03045250838
On Sat, 2011-05-14 at 12:54 +0200, Simone Caruso wrote:
Il 13/05/2011 15:07, Franco Rizzo ha scritto:
Hello thank you for your answer
when I have this user in my passdb file franco@ozzir.ch:{plain}password::::::proxy host=xx.xx.xx.xx postfix sasl accept only the password => password
When I have this user in my passdb file franco@ozzir.ch:::::::nopassword proxy host=xx.xx.xx.xx postfix sasl accept any password
And i think this is all normal... From: http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy I don't think it is allowed behaviour for Postfix to authenticate on a dovecot proxy.
Right. If you really want to, with v2.0 you could do:
protocol smtp { passdb for your sql/ldap/whatever database that has passwords } protocol !smtp { passdb for proxy without passwords }
participants (3)
-
Franco Rizzo
-
Simone Caruso
-
Timo Sirainen