That's a surprise - thanks. I've just checked and seen that opendkim and 
opendmarc set up init-style services. I'll do a systemd service for this 
milter, but I'd be interested to hear if there's any policy or other advice 
about whether we should be using master.cf or a service.

ultimately up to you.

my $0.02, let postfix be postfix, not a 3rd-party service manager

here, e.g.

grep " smtpd_milters" master.cf
        -o 
smtpd_milters=unix:/run/mregex/mregex.sock,unix:/run/clamav-milter/clamav-milter.sock,unix:/run/spamassassin-milter/spamassassin-milter.sock
        -o smtpd_milters=unix:/run/dkimpy-milter/dkimpy-milter.sock

systemctl list-units  | egrep "regex|clam|spam|dkim" |grep service
        clamav-daemon.service        loaded active running   clamd scanner
        clamav-milter.service        loaded active running   clamav milter
        dkimpy-milter.service        loaded active running   dkimpy milter
        mregex.service               loaded active running   regex milter
        spamassassin-milter.service  loaded active running   SA milter
        spamd.service                loaded active running    SA daemon

works great

fwiw, i also run the fastmail auth milter in its SMTP mode in a prior stage, 
and inject into this^^ milter stage

ymmv.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to