Quote:
Originally Posted by Maverick0984
What am I missing? I posted my XML a couple posts up, it's almost identical to yours.
|
A couple of things that stand out to me...
First off, I would change your server from an IP address to a FQDN (Fully Qualified Domain Name)
<parm name="Server" value="my.server.ip" />
to
<parm name="Server" value="mail.yourserver.com" />
do you know if your exchange server requires SSL Option (Secure, most are)
if that's the case you want to change your
<parm name="AllowSSLOption" value="0" />
to
<parm name="AllowSSLOption" value="1" />
to enable SSL
There is no need to have your domain listed, it is with your email address
change(username@domain.com)
<parm name="Domain" value="actualdomain" />
to
<parm name="Domain" value="" />