Re: allow_nets=local in passdb gets "auth: Panic"

2016-01-05 Thread Timo Sirainen
On 05 Jan 2016, at 10:31, SATOH Fumiyasu wrote: > > At Mon, 4 Jan 2016 14:19:52 -0500, > Timo Sirainen wrote: >>> Dec 22 14:57:39 localhost dovecot: auth: >>> ldap(u,::1,): allow_nets: Invalid >>> network 'local' >>> Dec 22 14:57:39 localhost dovecot: auth: Panic: file net.c: line 1137 >>>

Re: allow_nets=local in passdb gets "auth: Panic"

2016-01-05 Thread SATOH Fumiyasu
At Mon, 4 Jan 2016 14:19:52 -0500, Timo Sirainen wrote: > > passdb { > > driver = ldap > > args = /etc/dovecot/dovecot-ldap.conf.ext > > default_fields = allow_nets=local,127.0.0.1,10.255.1.0/24 > > } > > > > This triggers "auth: Panic" on POP3/IMAP logins as the below: > > > > Dec 22 14:57:39

Re: allow_nets=local in passdb gets "auth: Panic"

2016-01-04 Thread Timo Sirainen
> On 22 Dec 2015, at 01:10, SATOH Fumiyasu wrote: > > Hi, > > I have the following configuration in my dovecot.conf for Dovecot 2.2.21: > > passdb { > driver = ldap > args = /etc/dovecot/dovecot-ldap.conf.ext > default_fields = allow_nets=local,127.0.0.1,10.255.1.0/24 > } > > This triggers

allow_nets=local in passdb gets "auth: Panic"

2015-12-21 Thread SATOH Fumiyasu
Hi, I have the following configuration in my dovecot.conf for Dovecot 2.2.21: passdb { driver = ldap args = /etc/dovecot/dovecot-ldap.conf.ext default_fields = allow_nets=local,127.0.0.1,10.255.1.0/24 } This triggers "auth: Panic" on POP3/IMAP logins as the below: Dec 22 14:57:39 localhos