Re: Amavis on Alma Linux 8 with Quarantined issue.

2023-09-25 Thread Damian
ALTER TABLE policy MODIFY spam_tag_level varchar(10) NULL; ALTER TABLE policy MODIFY spam_tag2_level varchar(10) NULL; ALTER TABLE policy MODIFY spam_kill_level varchar(10) NULL; ALTER TABLE policy MODIFY spam_dsn_cutoff_level varchar(10) NULL; ALTER TABLE policy MODIFY

Re: Amavis on Alma Linux 8 with Quarantined issue.

2023-09-25 Thread Indunil Jayasooriya
Hi Damian, Thanks a lot. you saved my time. Below 5 lines solved the issue. ALTER TABLE policy MODIFY spam_tag_level varchar(10) NULL; ALTER TABLE policy MODIFY spam_tag2_level varchar(10) NULL; ALTER TABLE policy MODIFY spam_kill_level varchar(10) NULL; ALTER TABLE policy MODIFY

Amavis on Alma Linux 8 with Quarantined issue.

2023-09-25 Thread Indunil Jayasooriya
Hi Users, I have set up amavisd ( amavis-2.12.1-5.el8.noarch ) on ALmaLinux 8 with mariadb 10.11. I have referred to the below url. http://gogs.info/books/debian-mail/chunked/antispam.amavis.html I have used below lines in amavisd-new-schema.sqlfile. INSERT INTO policy (id, policy_name,

Re: Amavis on Alma Linux 8 with Quarantined issue.

2023-09-25 Thread Damian
Could you please come up with your ideas? Not sure, but it sounds like another case of [1]. The quickest workaround would be to use `DBI::MariaDB` instead of `DBI::mysql` in @lookup_sql_dsn. However it seems that perl-DBD-MariaDB is not shipped with AlmaLinux 8. You could try [2] instead.