W dniu 12.12.2024 o 15:00, Viktor Dukhovni via Postfix-users pisze:
On Thu, Dec 12, 2024 at 02:40:29AM +0100, natan via Postfix-users wrote:
I upgrade from postfix-3.7.x to postfix-3.9.x (Almalinux and repo GT-plus)
and i get problem
Dec 11 23:58:31 smtp2 postfix/postmap[24258]: warning: dict_mysql:
mysql_set_character_set 'utf8mb4' failed: Unknown character set: 'utf8mb4'
Dec 11 23:58:31 smtp2 postfix/postmap[24258]: fatal: table
mysql:/etc/postfix/mysql_sender_default_map.cf: query error: Resource
temporarily unavailabl
I cannot set charracter utf8mb4 in database - probbaly only in one table...
Is it possible to force Postfix not to force utf8mb4?
http://www.postfix.org/mysql_table.5.html
Just like that:
...
dbname = postfix_database
query = SELECT destination FROM transport WHERE source = '%s'
charset=latin2
...
--
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org