|
| Does anyone know exactly which permissions are required to run SMTP (Windows
2003) when the relay is configured to authenticate as a non-administrator
account?
We are getting this error in our application: Could not access 'CDO.Message'
object
We are also getting the following detailed error in the event viewer:
Message delivery to the host 'xyz.xy.x.xyz' failed while delivering to the
remote domain 'domain.com' for the following reason: An SMTP protocol error
occurred.
The SMTP verb which caused the error is 'MAIL'. The response from the
remote server is '454 5.7.3 Client does not have permission to Send As this
sender..
Our application website is running under domain\account1 account.
domain\emailaccount account is the ‘From’ for our emails. This account has
send as permission for domain\account1. If we make domain\account1 as admin
on the box, the below error goes away. however, we cannot do that due to some
other restrictions.
Is there any other way to get around this error other than making the
account as admin on the box?
Thanks
|
|