On Thursday, January 14, 2016 04:05:29 PM Hans Muster wrote: >Hello > >I have problems with my setup, the quota module is not updating authenticated >users when the Protocol state is 'END-OF-MESSAGE'. >In my /etc/postfix/main.cf I have set: > >smtpd_recipient_restrictions = permit_mynetworks, check_client_access >pcre:/var/spool/postfix/plesk/no_relay.re, check_policy_service >inet:127.0.0.1:10031, permit_sasl_authenticated, reject_unauth_destination >smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031 > >But the latter is not working obviously - see here: >https://gitlab.devlabs.linuxassist.net/policyd/policyd/issues/11
Your permit_mynetworks & check_client_access precedes your check_policy_service, policyd will not see mail if either of these is resulting in OK. Thats more than likely your issue. To test, put check_policy_service first on your smtpd_recip... line. -N DO NOT send email to this address: [email protected] _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
