Apply policy service for inbound mail only.

2012-09-18 Thread Brock Henry
I have created a policy service, which checks quota, returning 'reject' if the mailbox is full, and 'dunno' otherwise. smtpd_(data|recipient)_restrictions = check_policy_service unix:private/checkfull And it's all working fine. However, I only want that policy to trigger for incoming mail - m

Re: Apply policy service for inbound mail only.

2012-09-19 Thread Brock Henry
a_ treatment of recipients. On Wednesday, 19 September 2012, Wietse Venema wrote: > On Wed, Sep 19, 2012 at 02:24:13PM +1000, Brock Henry wrote: >> I have created a policy service, which checks quota, returning >> 'reject' if the mailbox is full, and 'dunno' ot