View Single Post
  #5 (permalink)  
Old 04-03-2009, 10:15 PM
parkjam's Avatar
parkjam
Regular 'Geeker
Offline
Location: O...H....They Blow
 
Join Date: Jan 2008
Posts: 487
Reputation: 1050
parkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on repparkjam is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: SDConfig / Email / Smtp Auth ?

Quote:
Originally Posted by mr.squonk View Post
Guys,

Searched all over PPCGeeks and XDA, and cannot figure out how to do this...
I use a different POP and SMTP server for mail. I got the config to work correctly, but need to know how to designate a separate username and password for the POP as well as for the SMTP. What would the parameter be to uncheck the option to use the same user name and password for the SMTP and specify the username and pass?

This is what I have now:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{05250a7a-21ff-4119-a4a5-046cfe884082}">
<parm name="SERVICENAME" value="mydomain.com" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="pop.mydomain.com" />
<parm name="OUTSERVER" value="smtp.mysmtpserver.net" />
<parm name="AUTHREQUIRED" value="1"/>
<parm name="NAME" value="myname" />
<parm name="AUTHNAME" value="myemail@mydomain.com" />
<parm name="AUTHSECRET" value="mypassword" />
<parm name="REPLYADDR" value="myemail@mydomain.com" />
<parm name="LINGER" value="30" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="7" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="FORMAT" value="2" />
</characteristic>
</characteristic>
</wap-provisioningdoc>

Any ideas or help would be truly appreciated!
Search your registry for the settings for your smtp provider, that may provide some insight. Worse comes to worse, you can just cut the entire email portion of your registry out after setup and then stick it in a cab and have your SDConfig run that cab.
__________________
Quote:
Originally Posted by turbochris View Post
I really need to stop f'n with this phone. I've stopped eating, stopped watching Tv and lost interest in jumping in the sack with the wife. I need an intervention.
Why donate to one person, when you can support the site that makes it all possible instead




Reply With Quote