>I am using postfix 2.8 and cluebringer 2.0.10 . I have 3 postfix instances >on my mail server and I need policyd to be running on two only of instances. >I added instance ip in host part of cluebringer.conf and it's already >listening to only that ip. But while logging it logs to different instance
I find your description hard to understand. Firstly, PolicyD/Clkuebringer doesn't "run on an instance" of Postfix, it runs as a service and you configure each instance of Postfix to call it or not call it according to your requirements. My guess is that you mean you don't want one instance of Postfix to use PolicyD, but the logs show that it is still doing so. That being the case, you need to alter the config for that instance of Postfix to not call PolicyD. First Sorry for bad description . I have postfix instance 1,2,3 running each with its own ip and I need policyd only to check instances 2 and 3 . so I added in cluebringer.conf host=IP of instance 2 and in main.cf of instance 2 I added smtpd_recipient_restrictions = check_policy_service (added to rest of restrictions) and smtpd_end_of_data_restrictions = check_policy_service. While in first instance I disabled policy check .my question why do policy check and quota update appears in instance 1 log although it's not in configuration? _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
