On 11/08/2012 09:59, Gelpi Andrea wrote:
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?

permit_mynetworks - policy check will not be done for mynetworks
permit_sasl_authenticated - policy check will not be done for sasl users


If you want the policy check done for these mails, put it before them.

-N

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to