On 11/25/2014 07:03 AM, Tom Kinghorn wrote:
> Good morning list.
>
> I am having a problem with excluding email addresses from having a
> quota applied.
>
> what i have setup is:
>
> Policies:
>             main:
>                     default-outbound: members:
> src=any                         dest=any
>                                                                   src=
> !%whitelist_quotas dest=any

Remove the first one, modify the second one to...
src=any,!%whitelist_quotas   dest=any

>
>             group:
>                       whitelist_quotas: members: email address to exclude
>
>
> Quotas:
>         policy:       default-outbound
>         name:        default-quota-out
>         track:         Sender:user@domain
>         period:       3600
>         verdict:       reject
>         data:          180 msg/hour reached
>         disabled:    no
>
>
> My postfix logs show:
>
> /Nov 25 08:54:19 smtp5 postfix/smtpd[22454]: warning: problem talking
> to server 10.115.244.114:10031: Success//
> //Nov 25 08:54:19 smtp5 postfix/smtpd[22454]: generic_checks:
> name=check_policy_service status=2//
> //Nov 25 08:54:19 smtp5 postfix/smtpd[22454]: >
> unknown[10.113.131.23]: 451 4.3.5 Server configuration problem/
>
> when I disable the whitelist, the error is gone.
>
> can anyone point me in the right direction to exclude a single email
> address (or list of email addresses) from a quota.

Best to go back to enabling full debugging in policyd and seeing what
the policy resolution looks like by injecting the request manually.

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

Reply via email to