On 04/17/2015 04:55 PM, tr...@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/dovecot
Why 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 :-)