On Fri, 2 Nov 2007, Timo Sirainen wrote:
On Mon, 2007-10-29 at 21:54 +0100, [EMAIL PROTECTED] wrote:
I've got dovecot 1.0.rc15.
..
dovecot -n correctly reports:
listen: 127.0.0.1:143
ssl_listen: *:10993
But I can still do a 'telnet MY_HOST 143' from the outside,
and 'netstat -pltn | grep dov
On Mon, 2007-10-29 at 21:54 +0100, [EMAIL PROTECTED] wrote:
> I've got dovecot 1.0.rc15.
..
> dovecot -n correctly reports:
> listen: 127.0.0.1:143
> ssl_listen: *:10993
>
> But I can still do a 'telnet MY_HOST 143' from the outside,
> and 'netstat -pltn | grep dovecot' reports: [ip changed ;)]
>
Hi!
I've got dovecot 1.0.rc15.
I want dovecot to listen only on localhost for imap, and on any interfaces for
imaps. So I put the following into my config:
protocol imap {
listen = 127.0.0.1:143
ssl_listen = *:10993
..
}
dovecot -n correctly reports:
listen: 127.0.0.1:143
ssl_listen: *:1