No that did not work.
Someone is telling me that my pop3 client is not set up correctly. Well I am using Outlook Express ( I set my pop3_client_workarounds for outlook )
I was using pop-before-smtp and was working fine. Anyone know how to use POstfix/Dovecot/sasl/outlook express with POP3? I do not want to use pop-before-smtp anymore
--- Dovecot Mailing List <gerard@seibercom.net> wrote:
Matt wrote:
Hi,
I am trying to replace pop-before-smtp ( yes it is crap ) with Dovecot SASL. I have everything configured according to: http://www.postfix.org/SASL_README.html
But, does not allow me to SEND mail via POP3 using outlook express...
Below are my config files.
Postfix version 2.3.3 Dovecot version 1.0.rc7
dovecot.conf
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 = 0666 user = postfix group = 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 smtpd_sasl_authenticated_header = yes
Now my postconf -a yields: dovecot
So, I know postfix has compiled in Dovecot support.
My mail logs say I am not allowd to relay off the mailserver.
Did you set the 'mynetworks_style' in main.cf correctly? It probably needs to be 'class'.
-- Gerard
Money may not buy happiness; however, it does by beer!
Bud~Man