Amavis::Custom survey

2024-04-03 Thread Damian
Hello amavis users, I would like to ask those of you who have an own Amavis::Custom implementation, how your code interacts with Amavis internals and what your code's assumptions are. There is currently no convention how much or little can be changed in Amavis::Custom context without breaking

Re: Use another table for user lookup

2024-04-03 Thread Damian
I have in my MariaDB database used table users for other needs. Is there any opiniion to use another table such as emails which has structure CREATE TABLE `emails` ( `id` int(5) NOT NULL auto_increment, `email` varchar(255) NOT NULL, `password` mediumtext NOT NULL, `user_id` int(5) NO