trash at skrilnetz.net
2015-Apr-17 20:21 UTC
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, -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-keys Size: 1718 bytes Desc: PGP Public Key URL: <http://dovecot.org/pipermail/dovecot/attachments/20150417/ae142ba8/attachment.bin>
address = 127.0.0.1 port = 4190 On 04/17/2015 04:21 PM, trash at 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/dovecot > > Would did I not get here? > > Thanks,
http://wiki2.dovecot.org/Services
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 at gedalya.net>:
> address = 127.0.0.1
> port = 4190
>
>
> On 04/17/2015 04:21 PM, trash at 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/dovecot
>>
>> Would did I not get here?
>>
>> Thanks,
--
Regards,
Michael
https://skrilnetz.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1718 bytes
Desc: PGP Public Key
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20150417/b5841b21/attachment.bin>
trash at skrilnetz.net
2015-Apr-17 20:55 UTC
ManageSieve Dovecot v2 listen on localhost only
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 at gedalya.net>:
> address = 127.0.0.1
> port = 4190
>
>
> On 04/17/2015 04:21 PM, trash at 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/dovecot
>>
>> Would did I not get here?
>>
>> Thanks,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1718 bytes
Desc: PGP Public Key
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20150417/d729e06a/attachment.bin>
Reasonably Related Threads
- ManageSieve Dovecot v2 listen on localhost only
- Initialization failed: Namespace '': mkdir(/var/www/mail) failed: Permission denied
- Initialization failed: Namespace '': mkdir(/var/www/mail) failed: Permission denied
- ManageSieve Dovecot v2 listen on localhost only
- Initialization failed: Namespace '': mkdir(/var/www/mail) failed: Permission denied