On 18/02/18 14:26, John Fawcett wrote:
> On 18/02/18 14:04, Wietse Venema wrote:
>> Christian Ro??ner:
>>> Hi,
>>>
>>> sorry for the delay. I gave a party at Friday and I did not find the time 
>>> to anser faster.
>>>
>>>> Am 18.02.2018 um 00:48 schrieb Wietse Venema <wie...@porcupine.org>:
>>>>
>>>> postconf -xn | grep /etc/postfix/ldap
>> I copied those settings to my main.cf file, and as expected, no
>> warning messages.
>>
>> What about the other postconf command in my response?
>>
>>      Wietse
> Not sure if it helps, but with this configuration in /etc/postfix/main.cf
>
> ldap = proxy:ldap:/etc/postfix/ldap when I run postconf it gives me a warning 
> that
> depends on whether that directory exists or not either postconf:
> warning: open "ldap" configuration "/etc/postfix/ldap": No such file
> or directory or postconf: warning: read "ldap" configuration
> "/etc/postfix/ldap": Is a directory that's on 3.3-20171229 John

looks like the source code that produces the error message is in
postconf/postconf_dbms.c

        dict_load_fp(dict_spec, fp);
        if (vstream_fclose(fp)) {
            msg_warn("read \"%s\" configuration \"%s\": %m",
                     dp->db_type, cf_file);
            myfree(dict_spec);
            return;
        }

Reply via email to