From: phasma on
Hello,

how i can permit to some sasl users to send to local domain only and not to
external domains ?

Thanks
From: mouss on
phasma a �crit :
> Hello,
>
> how i can permit to some sasl users to send to local domain only and not
> to external domains ?
>

there is no check_user_access. but you can use sasl to enforce
sender-login match, then use check_sender_access. if this is what you
want, read about restriction classes.