Hi everyone,
I got a server up and running the other day with Plesk preinstalled. So I got myself a license since I really like the control panel thus far. Everything works with one exception: emails with Dovecot.
According to Plesk, IMAP is running for that particular mail account and I can successfully connect to Dovecot via telnet on port 143.
I gave Thunderbird the following settings (anonymous and actually photoshopped since my Thunderbird's all German). The values for Port, SSL and Authentification were chosen automatically but do match the ones Plesk provides.
So according to Thunderbird my login credentials are wrong. They actually aren't, I double checked and I can log into the webmailer with them.
According to the Dovecot log files I didn't even try to authenticate.
It seems Thunderbird's trying to log me in completely without my user name. Or does it have to do with the entries above the actual login?
Additionally I tried (in opposition to the Plesk instructions) to use the full mail address at incoming and outgoing username.
I also tried all the same procedures with other domains and mail accounts. The result is the same as described above everywhere.
And still what confuses me the most is that everything's running just fine using POP3 instead of IMAP.
Sadly Google couldn't help me so far. Does anyone have an idea how to approach this problem?
I got a server up and running the other day with Plesk preinstalled. So I got myself a license since I really like the control panel thus far. Everything works with one exception: emails with Dovecot.
- Sending and receiving emails does work with the Roundcube webmailer
- Receiving emails via POP3 does work in Thunderbird
- Receiving emails via IMAP (or even just setting up the account) in Thunderbird doesn't work
According to Plesk, IMAP is running for that particular mail account and I can successfully connect to Dovecot via telnet on port 143.
I gave Thunderbird the following settings (anonymous and actually photoshopped since my Thunderbird's all German). The values for Port, SSL and Authentification were chosen automatically but do match the ones Plesk provides.
So according to Thunderbird my login credentials are wrong. They actually aren't, I double checked and I can log into the webmailer with them.
According to the Dovecot log files I didn't even try to authenticate.
Code:
Mar 1 18:22:34 #server_name# postfix/smtpd[15206]: connect from p54B0F509.dip0.t-ipconnect.de[#my_ip#]
Mar 1 18:22:34 #server_name# postfix/smtpd[15210]: connect from p54B0F509.dip0.t-ipconnect.de[#my_ip#]
Mar 1 18:22:34 #server_name# postfix/smtpd[15206]: improper command pipelining after EHLO from p54B0F509.dip0.t-ipconnect.de[#my_ip#]: QUIT\r\n
Mar 1 18:22:34 #server_name# postfix/smtpd[15206]: disconnect from p54B0F509.dip0.t-ipconnect.de[#my_ip#]
Mar 1 18:22:34 #server_name# postfix/smtpd[15210]: improper command pipelining after EHLO from p54B0F509.dip0.t-ipconnect.de[#my_ip#]: QUIT\r\n
Mar 1 18:22:34 #server_name# postfix/smtpd[15210]: disconnect from p54B0F509.dip0.t-ipconnect.de[#my_ip#]
Mar 1 18:22:34 #server_name# dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=#my_ip#, lip=#server_ip#, session=<#crpytic_sessionname#>
Mar 1 18:22:34 #server_name# dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=#my_ip#, lip=#server_ip#, session=<#crpytic_sessionname#>
It seems Thunderbird's trying to log me in completely without my user name. Or does it have to do with the entries above the actual login?
Additionally I tried (in opposition to the Plesk instructions) to use the full mail address at incoming and outgoing username.
I also tried all the same procedures with other domains and mail accounts. The result is the same as described above everywhere.
And still what confuses me the most is that everything's running just fine using POP3 instead of IMAP.
Sadly Google couldn't help me so far. Does anyone have an idea how to approach this problem?