ManageSieve Dovecot v2 listen on localhost only
Hi,
How can I only listen on localhost for ManageSieve?
I tried:
port = localhost:4190
still listening *:
tcp 0 0 0.0.0.0:4190 0.0.0.0:*
LISTEN 0 515675 20540/dovecot
Would did I not get here?
Thanks,
address = 127.0.0.1 port = 4190
On 04/17/2015 04:21 PM, trash@skrilnetz.net wrote:
Hi,
How can I only listen on localhost for ManageSieve?
I tried:
port = localhost:4190
still listening *: tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN
0 515675 20540/dovecotWould did I not get here?
Thanks,
Thanks. I tried that now and added the "address":
service managesieve-login { inet_listener sieve { port = 4190 address = 127.0.0.1 }
I restarted dovecot but:
tcp 0 0 0.0.0.0:4190 0.0.0.0:*
LISTEN 0 522413 22288/dovecot
Why is this not working?
Quoting Gedalya gedalya@gedalya.net:
address = 127.0.0.1 port = 4190
On 04/17/2015 04:21 PM, trash@skrilnetz.net wrote:
Hi,
How can I only listen on localhost for ManageSieve?
I tried:
port = localhost:4190
still listening *: tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN
0 515675 20540/dovecotWould did I not get here?
Thanks,
-- Regards, Michael
Thanks. I tried that now and added the "address":
service managesieve-login { inet_listener sieve { port = 4190 address = 127.0.0.1 }
I restarted dovecot but:
tcp 0 0 0.0.0.0:4190 0.0.0.0:*
LISTEN 0 522413 22288/dovecot
Why is this not working?
Quoting Gedalya gedalya@gedalya.net:
address = 127.0.0.1 port = 4190
On 04/17/2015 04:21 PM, trash@skrilnetz.net wrote:
Hi,
How can I only listen on localhost for ManageSieve?
I tried:
port = localhost:4190
still listening *: tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN
0 515675 20540/dovecotWould did I not get here?
Thanks,
On 04/17/2015 04:55 PM, trash@skrilnetz.net wrote:
Thanks. I tried that now and added the "address":
service managesieve-login { inet_listener sieve { port = 4190 address = 127.0.0.1 }
I restarted dovecot but: tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN
0 522413 22288/dovecotWhy is this not working?
I did it here and here is how it came out in the output of doveconf -n
service managesieve-login { inet_listener sieve { address = localhost port = 4190 } }
tcp 0 0 127.0.0.1:4190 0.0.0.0:* LISTEN
1859/dovecot
tcp6 0 0 ::1:4190 :::* LISTEN 1859/dovecot
Check out your doveconf -n. if it doesn't get applied, try to find out why :-)
participants (3)
-
Gedalya
-
Michael
-
trash@skrilnetz.net