<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to setup IMAP4 Exchange 2003 email to sync with your iPhone</title>
	<atom:link href="http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/</link>
	<description>Small tweaks &#124; Huge Results</description>
	<pubDate>Wed, 09 Jul 2008 01:35:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Gus Anderson</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-2342</link>
		<dc:creator>Gus Anderson</dc:creator>
		<pubDate>Fri, 21 Dec 2007 01:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-2342</guid>
		<description>anyone have experience with the same except Exchange 2007?  We have successfully set up IMAP4 and are receiving email as well as seeing all of the Exchange folders - Inbox, Sent, Deleted, etc....

But not able to SMTP out - any ideas or tutorials on Exchange 2007 with the Iphone?

Thanks</description>
		<content:encoded><![CDATA[<p>anyone have experience with the same except Exchange 2007?  We have successfully set up IMAP4 and are receiving email as well as seeing all of the Exchange folders - Inbox, Sent, Deleted, etc&#8230;.</p>
<p>But not able to SMTP out - any ideas or tutorials on Exchange 2007 with the Iphone?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkM</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-361</link>
		<dc:creator>MarkM</dc:creator>
		<pubDate>Mon, 29 Oct 2007 22:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-361</guid>
		<description>I have IMAPs syncing working fine with Exchange 2007 and iPhone with 1.1.1 but deletion of emails from iPhone still do not update on the server.  The message moves to Deleted Items but no expunge.  I know 1.1.1 was suppose to fix it but does anyone have this fixed expunge working with Exchange 2007?</description>
		<content:encoded><![CDATA[<p>I have IMAPs syncing working fine with Exchange 2007 and iPhone with 1.1.1 but deletion of emails from iPhone still do not update on the server.  The message moves to Deleted Items but no expunge.  I know 1.1.1 was suppose to fix it but does anyone have this fixed expunge working with Exchange 2007?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.e-man</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-336</link>
		<dc:creator>mr.e-man</dc:creator>
		<pubDate>Thu, 25 Oct 2007 20:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-336</guid>
		<description>I think I've pretty much nailed my problem down to our firewall. Turns out that we have specified SMTP traffic to only a handful of IP's running back to an email filtering service we use. I can telnet port 25 internally, but when outside the network (ie - home, etc.) I cannot get to port 25.

OWA is running fine, but that's all over SSL on port 443. Yes, we do have an SSL cert for our webmail address. I am also using SSL on, NTLM auth, and enter my username as username@domain

Hope to be tweaking out the firewall once I get a few things squared away with this email filtering mumbo-jumbo. Will post back with progress.

Thanks.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve pretty much nailed my problem down to our firewall. Turns out that we have specified SMTP traffic to only a handful of IP&#8217;s running back to an email filtering service we use. I can telnet port 25 internally, but when outside the network (ie - home, etc.) I cannot get to port 25.</p>
<p>OWA is running fine, but that&#8217;s all over SSL on port 443. Yes, we do have an SSL cert for our webmail address. I am also using SSL on, NTLM auth, and enter my username as username@domain</p>
<p>Hope to be tweaking out the firewall once I get a few things squared away with this email filtering mumbo-jumbo. Will post back with progress.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Yeung</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-334</link>
		<dc:creator>Andy Yeung</dc:creator>
		<pubDate>Thu, 25 Oct 2007 19:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-334</guid>
		<description>I have trouble sending as well.  Eventually, I have to use the carrier smtp to solve this issue.  We have webmail running fine.  I enter

Both incoming and outgoing servers have SSL enable, 993 in this case.  

For incoming (this part works fine),
webmail.mycompany.com   
mycompany\user
password

For outgoing (this is the problem),
webmail.mycompany.com
mycompany\user
password

Do I need to use webmail.mycompany.com:25 and disable SSL?  I try it and it still gives me trouble.  telnet to webmail.mycompany.com 25 and it responds.  Do I need to allow relay in this case?  

Thx,</description>
		<content:encoded><![CDATA[<p>I have trouble sending as well.  Eventually, I have to use the carrier smtp to solve this issue.  We have webmail running fine.  I enter</p>
<p>Both incoming and outgoing servers have SSL enable, 993 in this case.  </p>
<p>For incoming (this part works fine),<br />
webmail.mycompany.com<br />
mycompany\user<br />
password</p>
<p>For outgoing (this is the problem),<br />
webmail.mycompany.com<br />
mycompany\user<br />
password</p>
<p>Do I need to use webmail.mycompany.com:25 and disable SSL?  I try it and it still gives me trouble.  telnet to webmail.mycompany.com 25 and it responds.  Do I need to allow relay in this case?  </p>
<p>Thx,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-325</link>
		<dc:creator>Wilson</dc:creator>
		<pubDate>Wed, 24 Oct 2007 22:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-325</guid>
		<description>@jason

I do not think you need SP2 installed, but it just happened that the environment I was running needed SP2 because of the 16gb lmiitation that was in Exchange 2003 pre SP2. With the SP2 patch, it gives you up to 75gb in your information store... 

What exactly doesn't work? Receiving from or sending from the iPhone?  Can you be more specific?

/Wilson</description>
		<content:encoded><![CDATA[<p>@jason</p>
<p>I do not think you need SP2 installed, but it just happened that the environment I was running needed SP2 because of the 16gb lmiitation that was in Exchange 2003 pre SP2. With the SP2 patch, it gives you up to 75gb in your information store&#8230; </p>
<p>What exactly doesn&#8217;t work? Receiving from or sending from the iPhone?  Can you be more specific?</p>
<p>/Wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-324</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 24 Oct 2007 21:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-324</guid>
		<description>Do you have to have sp2 for exchange 2003 installed for this to work properly? I do not and it works fine in outlook express, but not on the iphone.

Jason</description>
		<content:encoded><![CDATA[<p>Do you have to have sp2 for exchange 2003 installed for this to work properly? I do not and it works fine in outlook express, but not on the iphone.</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-323</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 24 Oct 2007 21:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-323</guid>
		<description>Do you have to have sp2 for exchange 2003 installed for this to work properly? I don't and it seems to work fine in outlook express with imap4 and SSL, but not on the iphone.

Thanks

Jason</description>
		<content:encoded><![CDATA[<p>Do you have to have sp2 for exchange 2003 installed for this to work properly? I don&#8217;t and it seems to work fine in outlook express with imap4 and SSL, but not on the iphone.</p>
<p>Thanks</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-318</link>
		<dc:creator>Wilson</dc:creator>
		<pubDate>Wed, 24 Oct 2007 18:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-318</guid>
		<description>@mr.e-man:

Sorry for the late response, i been busy with things

So what firmware version are you using? 

In my exchange environment, I am using a self assigned SSL cert. Are you using SSL in yours? 
I never seen SMTP port of 587, you can manually type in the port that's going out as well, with a colon followed by port number. 

My outgoing SMTP settings are: SSL on, Authentication NTLM, server port 25. 

In the outgoing Mail server setting, under username, did you forget to add your domain?

Did you make sure that your outgoing email address is the same as your domain? Sometimes your outgoing SMTP server might bark when it thinks you are a open relay to another domain.

One thing I noticed is that your web address might be wrong to begin with. Can you get to WebOutlook from anywhere outside (like at starbucks) with the server address you put in? Seems that this can be the root of the problem altogether.

I would suggest from the outside to do a telnet test and make sure you can telnet to the port that you opened up on the firewall. That should be the first test before anything...

LMK
Wilson</description>
		<content:encoded><![CDATA[<p>@mr.e-man:</p>
<p>Sorry for the late response, i been busy with things</p>
<p>So what firmware version are you using? </p>
<p>In my exchange environment, I am using a self assigned SSL cert. Are you using SSL in yours?<br />
I never seen SMTP port of 587, you can manually type in the port that&#8217;s going out as well, with a colon followed by port number. </p>
<p>My outgoing SMTP settings are: SSL on, Authentication NTLM, server port 25. </p>
<p>In the outgoing Mail server setting, under username, did you forget to add your domain?</p>
<p>Did you make sure that your outgoing email address is the same as your domain? Sometimes your outgoing SMTP server might bark when it thinks you are a open relay to another domain.</p>
<p>One thing I noticed is that your web address might be wrong to begin with. Can you get to WebOutlook from anywhere outside (like at starbucks) with the server address you put in? Seems that this can be the root of the problem altogether.</p>
<p>I would suggest from the outside to do a telnet test and make sure you can telnet to the port that you opened up on the firewall. That should be the first test before anything&#8230;</p>
<p>LMK<br />
Wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.e-man</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-310</link>
		<dc:creator>mr.e-man</dc:creator>
		<pubDate>Wed, 24 Oct 2007 03:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-310</guid>
		<description>Well, a quick update.  Seems I spoke too soon in regard to being able to send from my Macbook Pro when outside of our corporate network.  I'm at home now and I cannot send messages from my Exchange account.  Maybe this is a firewall issue, but then I don't understand why the Macbook will send while in the office but the iPhone will not (presumably with the same settings).

Any help is appreciated.  Thanks.</description>
		<content:encoded><![CDATA[<p>Well, a quick update.  Seems I spoke too soon in regard to being able to send from my Macbook Pro when outside of our corporate network.  I&#8217;m at home now and I cannot send messages from my Exchange account.  Maybe this is a firewall issue, but then I don&#8217;t understand why the Macbook will send while in the office but the iPhone will not (presumably with the same settings).</p>
<p>Any help is appreciated.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.e-man</title>
		<link>http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-305</link>
		<dc:creator>mr.e-man</dc:creator>
		<pubDate>Tue, 23 Oct 2007 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.monkeykit.com/2007/08/31/how-to-setup-imap4-exchange-2003-email-to-sync-with-your-iphone/#comment-305</guid>
		<description>I wrote a lengthy post this morning, but forgot the CAPTCHA so I think it got lost. Rats! Let me try to summarize ...

I got an iPhone - yippie! I have a question regarding SEND functionality with Exchange (shocking, I know). I've setup iTunes to sync all of my email accounts to my iPhone. I have 3 ISP accounts and one Exchange account. On my Macbook Pro, the Exchange account works fine - bothing sending and receiving while connected inside or outside of our corporate network. On the iPhone, my Exchange account will only receive. I cannot send from inside or outside of our corporate network. I took a look at the Exchange mail account settings on the iPhone - they look OK. I even tried your recommendation of deleting the synced Exchange account on the iPhone and setting it back up manually. No luck! I noticed on the iPhone that the SMTP is setup to use port 587. I haven't seen this port number in your documentation, or any other documentation I've found on the web. Do you know what this is? Also, my SMTP is setup to use SSL and NTLM authentication. We have an Active Directory environment. I am the IT Manager. Please let me know if there's anything else you suggest I check in order to get this sending issue resolved.

Thanks.</description>
		<content:encoded><![CDATA[<p>I wrote a lengthy post this morning, but forgot the CAPTCHA so I think it got lost. Rats! Let me try to summarize &#8230;</p>
<p>I got an iPhone - yippie! I have a question regarding SEND functionality with Exchange (shocking, I know). I&#8217;ve setup iTunes to sync all of my email accounts to my iPhone. I have 3 ISP accounts and one Exchange account. On my Macbook Pro, the Exchange account works fine - bothing sending and receiving while connected inside or outside of our corporate network. On the iPhone, my Exchange account will only receive. I cannot send from inside or outside of our corporate network. I took a look at the Exchange mail account settings on the iPhone - they look OK. I even tried your recommendation of deleting the synced Exchange account on the iPhone and setting it back up manually. No luck! I noticed on the iPhone that the SMTP is setup to use port 587. I haven&#8217;t seen this port number in your documentation, or any other documentation I&#8217;ve found on the web. Do you know what this is? Also, my SMTP is setup to use SSL and NTLM authentication. We have an Active Directory environment. I am the IT Manager. Please let me know if there&#8217;s anything else you suggest I check in order to get this sending issue resolved.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
