Re: Controlling IP addresses for services

2015-05-24 Thread Alex Regan
# 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

Re: Controlling IP addresses for services

2015-05-23 Thread Benny Pedersen
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 :=)

Re: Controlling IP addresses for services

2015-05-22 Thread Gedalya
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:

Re: Controlling IP addresses for services

2015-05-22 Thread Alex Regan
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

Re: Controlling IP addresses for services

2015-05-22 Thread Marcus Rueckert
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

Controlling IP addresses for services

2015-05-22 Thread Alex
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