# dovecot -n
# 2.2.15: /etc/dovecot/dovecot.conf
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf
line 54: Unknown setting: listen
http://wiki2.dovecot.org/LMTP
hope it works for imap aswell :=)
This worked well, thanks everyone!
Best regards,
Alex
Alex Regan skrev den 2015-05-23 05:40:
# dovecot -n
# 2.2.15: /etc/dovecot/dovecot.conf
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf
line 54: Unknown setting: listen
http://wiki2.dovecot.org/LMTP
hope it works for imap aswell :=)
On 05/22/2015 11:40 PM, Alex Regan wrote:
service imap-login {
inet_listener imaps {
listen=192.168.1.100
port = 993
}
}
# dovecot -n
# 2.2.15: /etc/dovecot/dovecot.conf
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf
line 54: Unknown setting: listen
http:
Hi,
On 05/22/2015 10:44 PM, Marcus Rueckert wrote:
On 2015-05-22 22:02:49 -0400, Alex wrote:
I'm using dovecot-2.2.15 on fedora21 and would like to configure pop3s
and imaps to only listen on localhost and internal addresses.
It seems the listen= parameter only supports ports, not IP addresses
On 2015-05-22 22:02:49 -0400, Alex wrote:
> I'm using dovecot-2.2.15 on fedora21 and would like to configure pop3s
> and imaps to only listen on localhost and internal addresses.
>
> It seems the listen= parameter only supports ports, not IP addresses.
> Is it possible to control which IPs the ser
Hi,
I'm using dovecot-2.2.15 on fedora21 and would like to configure pop3s
and imaps to only listen on localhost and internal addresses.
It seems the listen= parameter only supports ports, not IP addresses.
Is it possible to control which IPs the services listen on?
I'm also interested in knowing