Hi,
is not clear to me in which order I have to put the call to policyd inside my postfix configuration.

Now I'm using the following:

smtpd_recipient_restrictions = permit_mynetworks,
        permit_sasl_authenticated,
        reject_unauth_destination,
        reject_unlisted_recipient,
        check_policy_service inet:127.0.0.1:10031,
        check_sender_access hash:/kolab/etc/postfix/access-senders,
        check_client_access hash:/kolab/etc/postfix/access-clients,
        reject_rbl_client bl.spamcop.net,
        reject_rbl_client psbl.surriel.com,
        reject_rbl_client dnsbl.njabl.org,
        reject_rbl_client korea.services.net,
        check_policy_service unix:private/kolabpolicy
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031

But I suspect every things after policyd is never call.

Have I to move the call at the end?
Is there a ways to tell Policyd to go on checking restrictions?

Thanks

--
ing. Andrea Gelpi
***************************************************
La Terra non la abbiamo ereditata dai nostri avi,
ma la abbiamo presa in prestito dai nostri bambini.
***************************************************
We do not inherit the Earth from our parents,
but borrow it from our children.
***************************************************

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org

Reply via email to