Auth failure avec smtp

Auth failure avec smtp - Logiciels - Linux et OS Alternatifs

Marsh Posté le 27-03-2013 à 02:03:13    

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 :
  1. Mar 26 23:52:41  postfix/smtpd[5695]: warning: SASL authentication failure: Password verification failed
  2. 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 :
  1. Mar 27 01:54:27  saslauthd[12880]: server_exit     : master exited: 12880
  2. Mar 27 01:54:28  saslauthd[13021]: detach_tty      : master pid is: 13021
  3. Mar 27 01:54:28  saslauthd[13021]: ipc_init        : listening on socket: /var/spool/postfix/var/run/saslauthd/mux
  4. Mar 27 01:54:33  postfix/smtpd[13137]: sql auxprop plugin using mysql engine
  5. Mar 27 01:54:33  saslauthd[13022]: pam_mysql - SELECT returned no result.
  6. Mar 27 01:54:33  saslauthd[13022]: pam_mysql - SELECT returned no result.
  7. Mar 27 01:54:33  saslauthd[13022]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication module
  8. 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 :
  1. pwcheck_method: saslauthd auxprop
  2. mech_list: plain login
  3. allow_plaintext: true
  4. auxprop_plugin: mysql
  5. sql_hostnames: localhost
  6. sql_user: SQLuser
  7. sql_passwd: SQLpassword
  8. sql_database: SQLdb
  9. 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
Reply

Marsh Posté le 27-03-2013 à 02:03:13   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed