View Single Post
  #282 (permalink)  
Old 03-31-2009, 10:06 PM
elephant007's Avatar
elephant007
domo arigato mr roboto
Offline
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by Maverick0984 View Post
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="" />
Reply With Quote