Michael wrote:
What I want to achieve now is to ONLY allow authenticated clients (via SASL) to send to the fax email address...How can this be achieved?
In your recipients table, rather than: faxdomain OK use instead: faxdomain permit_sasl_authenticatedIf you want to also allow unauthenticated clients in $mynetworks, you can use:
faxdomain permit_mynetworks, permit_sasl_authenticated -- Noel Jones