Postfix + dovecot configuration thunderbird impossible

Bonjour a tous

j’ai installé un serveur de messagerie dovecot avec postfix et postfixadmin. Comme Webmail j’ai installé Roundcube. via le Webmail envois de réception de mails ok

par contre quand j’essaie de configurer ma boite sur Thunderbird impossible de me connecter au serveur. Dans le mail.log j’ai un message :

dovecot: pop3-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=XX.XXX.XX.XXX, lip=XX.XXX.XX.XXX, session=<1QMFyHsS0wBO71Kd> dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=XX.XXX.XX.XXX, lip=XX.XXX.XX.XXX, session=<EAQFyHsS0gBO71Kd> dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=XX.XXX.XX.XXX, lip=XX.XXX.XX.XXX, session=<1wkFyHsS0ABO71Kd> dovecot: pop3-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=XX.XXX.XX.XXX, lip=XX.XXX.XX.XXX, session=<6gkFyHsS0QBO71Kd>
j’ai rien trouvé sur les forums qui correspond à mon souci…

je vous joins mon dovecot -n# OS: Linux 3.14.32-xxxx-grs-ipv6-64 x86_64 ext4 auth_mechanisms = plain login first_valid_uid = 5000 last_valid_uid = 5000 mail_gid = vmail mail_location = maildir:/var/spool/vmail/%d/%n mail_uid = vmail namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocols = " imap pop3" service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 user = postfix } unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol imap { mail_plugins = " autocreate" plugin { autocreate = Trash autocreate2 = Junk autocreate3 = Drafts autocreate4 = Sent autosubscribe = Trash autosubscribe2 = Junk autosubscribe3 = Drafts autosubscribe4 = Sent } }
avez vous une idée de la ou il faut que je cherche ?

Par avance merci.

[wiki.dovecot.org/WhyDoesItNotWork](http://wiki.dovecot.org/WhyDoesItNotWork)

wiki.dovecot.org/WhyDoesItNotWork

En v2 c’est mieux :mrgreen:
wiki2.dovecot.org/WhyDoesItNotWork