Hi Chris Parker,
luckily, we are now getting closer, since you started to provide some little informations, which are needed to investigate the issue!
First, pls. note that it is irritating for people willing to help you, if you state:
... and later on provide a log - entry from ROUNDCUBE:
Connection refused in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_imap.php on line 193 (POST /roundcube/?_task=login&_action=login)
Second, pls. note that it is impossible for people willing to help you, to guess what suggestions in forum and knowledge - base you already followed, if you don't provide some detail here.
Third, pls. be informed, that your IP is already blacklisted at:
=> http://dnsbl.inps.de/query.cgi?action=check&lang=en&ip=212.48.75.98
( this is irrelevant for your current issue, but you should solve this issue! )
Fourth, pls. be informed, that you have a missing DMARC - entry, missing default DKIM/DomainKeys - entries and as well missed to configure a valid SPF - entry for your domain at the nameserver of your domain registrar ( 123-reg.co.uk ).
( this is irrelevant for your current issue, but you should solve this issue! )
Fifth, pls. be informed, that you use a non-standard auth - mechanism ( =>
AUTH LOGIN DIGEST-MD5 CRAM-MD5 PLAIN ... instead of "
AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN" )
( this is irrelevant for your current issue, but you should solve this issue! )
Sixth, your used mail - server certificate is still the default Plesk certificate ( self-signed and doesn't verify the domain ). Consider to change that.
( this is irrelevant for your current issue, but you should solve this issue! )
Now back to your issue:
IMAP Error: Login failed for
[email protected] from 86.169.242.209(X-Real-IP: 86.169.242.209,X-Forwarded-For: 86.169.242.209).
Could not connect to localhost:143:
Connection refused in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_imap.php on line 193 (POST /roundcube/?_task=login&_action=login)
I marked the important stuff here, which point to the following possible root causes:
- The imap - server might not be active. Pls. check whether courier-imap or dovecot ( as you can see, we can't guess, which software you use on your server, so pls. consider to provide such informations for investions reasons and to get possible solutions, which suits your environment! ) - services are in an active state and listed with the example command: "netstat -tulpn | grep :143" and/or "lsof -i | grep dovecot" / "lsof -i | grep courier". Pls check as well, if you are able to connect with the command: "telnet localhost 143"
- Your "host" - configuration could be insufficient. Pls. check that "/etc/hosts" contains not only the standard "127.0.0.1 localhost.localdomain localhost" entry, but as well your server - IP and the current server-domain, incl. the servername ( in your case, this would be: "212.48.75.98 356052.vps-10.com 356052"
- Your client IP could be blocked by Fail2Ban
- A firewall rule could block the access
If you need further help, pls. consider to provide MORE informations and don't forget to include the results of your commands from the command line.