On 07-06-2026 03:43, Charles Sprickman via Postfix-users wrote:
So, if this is permissible here, please post a guide that you've seen that 
you've either used or pulled some tips and tricks from...

I'm not terribly interested in IMAP server, webmail, or other things that are a 
few more steps removed from the MTA, just the bits about the MTA and 
add-ons/milters and clever ways of exploiting the flexibility on offer from 
Postfix.
I have used the previous version of this one:
https://workaround.org/ispmail-trixie/
It seems like the old versions have been removed...

I had to make some changes because I have a reverse proxy in front of the webservices.

I also installed clamav afterwards.

I have postfix, rspamd, dovecot, roundcube, clamav, DKIM. DANE is a work in progress....

Clamav made me scratch my head, my solution was to create:
/etc/rspamd/local.d/antivirus.conf
Containing:
clamav {
 attachments_only = false;
 symbol = "CLAM_VIRUS";
 type = "clamav";
 action = "reject";
 servers = "/var/run/clamav/clamd.ctl";
 retransmits = 5;
 timeout = 60;
}

Happy postfixing!

--
Med venlig hilsen/Kind regards
Danjel Jungersen

_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to