Sieve connection error

Discussion in 'General' started by SamTzu, Oct 9, 2024.

Tags:
  1. SamTzu

    SamTzu Active Member

    I just started using Kmail client but I get an error if I enable the "Server supports Sieve" tab.
    I get connection error. Kmail tries to connect to port 4190 but there is nothing there.
    Any ideas?
     
    Last edited: Oct 9, 2024
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess your setup is a bit older? But you use Dovecot and not Courier Imap?

    On recent Dovecot setups, the port should be open. You can check it like this:

    Code:
    root@server1:~# netstat -ntap | grep 4190
    tcp        0      0 0.0.0.0:4190            0.0.0.0:*               LISTEN      1139/dovecot
    tcp6       0      0 :::4190                 :::*                    LISTEN      1139/dovecot
    Or maybe you closed the port in a firewall?
     
  3. SamTzu

    SamTzu Active Member

    I used the install script on Debian 12 LXC container with Proxmox firewall. I doubt it's a firewall issue. I looks more like sieve won't open any port.
     

Share This Page