On 2013.11.20 20:19:50 +0200, Dave Johnsom wrote: > How Do I disable te plugin > smtpd_recipient_restrictions = reject_unknown_sender_domain, > reject_unknown_recipient_domain, reject_non_fqdn_sender, > reject_non_fqdn_recipient, reject_unlisted_recipient, > check_policy_service inet:127.0.0.1:7777, check_policy_service > inet:127.0.0.1:10031, permit_mynetworks, permit_sasl_authenticated, > reject_unauth_destination
The answer to your question is somewhere in 'smtpd_recipient_restrictions'. To disable the greylisting remove 'check_policy_service ...'. This will not disable the policy services itself. And this is not a adequate solution. Please think what you want to achieve and why the policy service is triggered. -- Best regards, Manuel