We have an Exchange 2016 and we have this issue:
on some of our customers servers we must configure some email alerts that are sent through a SMTP connector (with STARTTLS and AUTH-LOGIN enabled)
the destination address is To:
people@customerdomain.com
the SMTP user is
alert@ourcompany.com
if we specify
From: alert@ourcompany.it
then everything is finebut if we specify
From: alertservice@customerdomain.com
our server reports this error
:
[S] 235 2.7.0 Authentication successful
....
550 5.7.60 SMTP; Client does not have permissions to send as this sender
The error occurs both if we use a FrontendTransport receive connector or a HubTransport receive connector.
We searched for a solution but we didn't find anything.
Is there a setting that allows to use any
From:
address when relaying mail for authenticated SMTP users?
Thanks.