Thank you, that was exactly what I needed. Now it's working!
I wish this was documented on the https://mimedefang.org/ - but at least I'll post it on https://unix.stackexchange.com/questions/477653/how-to-install-mimedefang-on-debian
Regards, Allan Jensen -------- Original Message -------- Subject: Re: [Mimedefang] MIMEDefang From: Benoit Panizzon <[email protected]> To: [email protected] Date: 06-11-2018 02:35
Hi Allan I'm trying to give you a little bit of help. I'm looking at an ubuntu system, but I hope it's quite identical to Debian. /etc/default/mimedefang Make sure MIMEDefang is listening to an inet socket, maybe better on localhost, if you don't run your MIMEDefang on a dedicated filter machine. SOCKET=inet:33333 Then in the postfix main.cf, specify that socket as smtpd_milter: smtpd_milters = inet:filter-machine.local:33333 That's basically it. Mit freundlichen Grüssen -Benoît Panizzon-
_______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

