> The connection is refused.  localhost.localdomain.sieve is returning a tcp
> reset.
> I have no idea why it works when you telnet to the port...
> Do you have iptables running on this host?
>
There is no iptables on host


> I just noticed that telnet is using ipv6 to connect, just to test, try
> this:
>   telnet 127.0.0.1 4190
> Might guess is that it will bomb.
>

Yep!
Problem was in dovecot configuration:

protocol managesieve {
  listen = localhost:4190
}

> should be

protocol managesieve {
  listen = *:4190
}

Thank you Jean!

-- 
Vilius
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to