On Mon, Jun 25, 2012 at 11:47:41AM -0500, Noel Jones wrote: > HOLD does not imply "OK". You can create smtpd_restriction_classes > that will do both: > > # main.cf > smtpd_restriction_classes = > HOLD_OK > > HOLD_OK = > reject_unauth_destination > check_client_access static:HOLD > permit > > Then use HOLD_OK as the result in your table lookup
Or perhaps better style: HOLD_OK = check_client_access static:HOLD permit_sasl_authenticated permit_auth_destination -- Viktor.