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
>>>
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
> 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
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