Hi,
on Centos 7 I'm using postfix 2.10.1 and cluebringer-v2.1.x-201310261831.noarch

On my postfix I use submission to permit my user to send mail and I also put some rules in access module to have some specific relays.

Only mail coming from a specific IP, with a specific mail from and a specific rctp to can relay.

To have all those things working I put this line in my main.cf

For submission:
submission_recipient_restrictions = check_policy_service inet:127.0.0.1:10031

For relay:
smtpd_relay_restrictions = check_policy_service inet:127.0.0.1:10031

From Configuration manual:
smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10031
smtpd_end_of_data_restrictions = warn_if_reject check_policy_service inet:127.0.0.1:10031

With this configuration I can control received mail, sent mail and relayed mail, but every received mail passed two times inside cluebringer.

The solution seems to be to comment out the call in recipient_restrictions.

Could this give me problems?
Have I a complete control with policyd on every mail running inside my system?

Thanks.

--
Gelpi ing. Andrea
--------------------------------------------------------------
It took the computing power of three C-64s to fly to the Moon.
It takes a 486 to run Windows 95. Something is wrong here.
--------------------------------------------------------------

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

Reply via email to