• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue roundcube - cannot change password

Dusti

New Pleskian
Hello everyone,

my users aren't able to change the passwords for their e-mail accounts.
I only get a error message that it wasn't successfull. But it's possible to check their emails.

roundcube log:
ERROR: Verbindungsaufbau abgelehnt (111)
=> ( Connection refused )
 
Looks like that Dovecot's plugin managesieve is not listening to the port.
Make sure that port 4190 is listening with:

# netstat -tulpn | grep dovecot
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 11164/dovecot
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 11164/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 11164/dovecot
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 11164/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 11164/dovecot
tcp6 0 0 :::4190 :::* LISTEN 11164/dovecot
tcp6 0 0 :::993 :::* LISTEN 11164/dovecot
tcp6 0 0 :::995 :::* LISTEN 11164/dovecot
tcp6 0 0 :::110 :::* LISTEN 11164/dovecot
tcp6 0 0 :::143 :::* LISTEN 11164/dovecot

Also check that you have this line in file /etc/dovecot/conf.d/90-plesk-sieve.conf:

# grep 'protocols = $protocols sieve' /etc/dovecot/conf.d/90-plesk-sieve.conf
protocols = $protocols sieve
 
Back
Top