Salut,
Je viens d'installer un serveur postfix et j'ai un problème authentification pour l'envoi des mails, (la réception en IMAPS fonctionne bien)
Quand je me connecte via roundcube (webmail), l'envoi des mails marche parfaitement mais par thunderbird il me dit mot de passe incorrect.
Dans /var/log/mail.log
Code :
- Mar 26 23:52:41 postfix/smtpd[5695]: warning: SASL authentication failure: Password verification failed
- Mar 26 23:52:41 postfix/smtpd[5695]: warning: client-xx.cht-bng-011.adsl.virginmedia.net: SASL PLAIN authentication failed: authentication failure
|
Dans /var/log/auth.log
Code :
- Mar 27 01:54:27 saslauthd[12880]: server_exit : master exited: 12880
- Mar 27 01:54:28 saslauthd[13021]: detach_tty : master pid is: 13021
- Mar 27 01:54:28 saslauthd[13021]: ipc_init : listening on socket: /var/spool/postfix/var/run/saslauthd/mux
- Mar 27 01:54:33 postfix/smtpd[13137]: sql auxprop plugin using mysql engine
- Mar 27 01:54:33 saslauthd[13022]: pam_mysql - SELECT returned no result.
- Mar 27 01:54:33 saslauthd[13022]: pam_mysql - SELECT returned no result.
- Mar 27 01:54:33 saslauthd[13022]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
- Mar 27 01:54:33 saslauthd[13022]: do_auth : auth failure: [user=MyUsername] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
|
cat /etc/postfix/sasl/smtpd.conf
Code :
- pwcheck_method: saslauthd auxprop
- mech_list: plain login
- allow_plaintext: true
- auxprop_plugin: mysql
- sql_hostnames: localhost
- sql_user: SQLuser
- sql_passwd: SQLpassword
- sql_database: SQLdb
- sql_select: select password from mailbox where username = '%u'
|
Ce que je trouve bizarre dans auth.log c'est [user=MyUsername] alors que l’impression que l’authentification doit se faire normalement avec MyUsername@Mydomain?
Any idea?
Merci
Message édité par POWA le 28-03-2013 à 04:40:07