v5.6.2
- fixed a configure break where a trivial C test program exits on error with gcc-14.1 due to missing headers 4e9d90f
- vusaged/domain.c: fixed -Wimplicit-function-declaration compilation warning 9044fd9
- vusaged/configure: autoconf 2.71 compat 577b0b9
- vmysql.h: dropped the multicolumn PRIMARY KEY in valias table to allow multiple forwards for a given alias. 554fe54
In case one already has the valias table defined, this is the sql query for the upgrade:ALTER TABLE `vpopmail`.`valias` DROP PRIMARY KEY, ADD INDEX (`alias`, `domain`, `valias_type`) USING BTREE; ALTER TABLE `vpopmail`.`valias` ADD `id` INT NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (`id`);