On 8/26/2016 4:02 PM, /dev/rob0 wrote:
> On Fri, Aug 26, 2016 at 10:31:20PM +0300, Aggelos wrote:
>> Does this also apply for any REJECT or DEFER ?
> 
> Reject actions are like permit actions; they end the processing of 
> restrictions in that stage.

Postfix stops all restriction processing when it encounters REJECT,
and the 5xx code is sent to the client at the next available
opportunity. The actual timing of sending to the client is affected
by smtpd_delay_reject, but the main thing is that all checks are
ended as soon as some rule results in REJECT.

> 
> Defer actions are a special case; processing will continue in case a 
> reject action is reached.

You're thinking of the DEFER_IF_PERMIT action.  DEFER acts
immediately just like REJECT.



  -- Noel Jones

Reply via email to