In fact that was my primary intension - not listen sieve on all interfaces.

So it should be
protocol managesieve {
  listen = 127.0.01:4190
}

-- 
Vilius




On Thu, Apr 11, 2013 at 9:04 PM, Jean Raby <jr...@inverse.ca> wrote:

> On 13-04-11 1:58 PM, Vilius Baušys wrote:
>
>>
>>     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
>> }
>>
>>  You probably don't want sieve to listen on *:4190
> I'd recommend using 127.0.0.1:4190
>
>
>  Thank you Jean!
>>
>> --
>> Vilius
>>
>
>
> --
> Jean Raby
> jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (
> www.packetfence.org)
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to