Am 30.06.2016 um 04:51 schrieb Noel Jones: > IIRC the FreeBSD ports postfix configuration SPF option will compile > postfix with a third-party SPF library patch, which is not recommended. > > The recommended way to do SPF checking in postfix is with a policy > service plugin, which is what it looks as if you're doing already. > > So no, do not select the SPF option when installing the FreeBSD port. >
so if I have in master.cf: # SPF check spf-policy unix - n n - 0 spawn user=spfcheck argv=/usr/local/libexec/postfix-policyd-spf-perl and in main.cf: smtpd_recipient_restrictions = ..... check_policy_service unix:private/spf-policy, ...... spf-policy_time_limit = 3600 I can remove the SPF compile flag in FreeBSD? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook