>>> I've patched postfix 3.7.4 on a low volume server.
>>
>> Thank you!
>>
>>> "charset" has to be present and defined in all mysql configs, otherwise
>>> startup fails:
>>> (no backwards compatibility)
>>>
>>> postfix/proxymap[3996]: fatal: /etc/postfix/test.mysql.cf: bad string
>>> length 0 < 1: charset =
>>
>> Grr. In the patch,
>>
>> cfg_get_int(stuff, "charset", "", 1, 0)
>>
>> should be
>>
>> cfg_get_int(stuff, "charset", "", 0, 0)
>
> That should be cfg_get_str.
Thanks, I modified dict_mysql.c, recompiled and now it works as expected.
Best regards,
Gerald
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org