i have had similar problems with outlook 2007. I use IMAP access to a
Email account (not gmail or hotmail etc) and have been sending and
receiving emails for the past 3 months with no problem. As of January
1st 2008 i can no long send mails. I am still receiving emails but
keep getting the error 0x80042109. Says i can not connect to your
outgoing SMTP email server. I checked to make sure that port 25 wasn't
being blocked on my end but then again if it was i wouldn't be
receiving emails either. On another note if i access this account
through exchange outlook web access i can send emails out. I am also a
comcast user. Thanks for any suggestions or help.
> i have had similar problems with outlook 2007. I use IMAP access to a
> Email account (not gmail or hotmail etc) and have been sending and
[quoted text clipped - 4 lines]
> being blocked on my end but then again if it was i wouldn't be
> receiving emails either.
Wrong. Port 25 has nothing to do with receiving email. By RFC 2821, port 25
is designated for "mail transfer". Most E-mail Service Providers initially
also use it for message submission. However, because outbound 25 can be used
with *any* SMTP server, not just message submission servers, spamming
Trojans infecting HSI customer computers, can jam spam to gateway mail
servers. As a consequence, more ISPs are blocking outbound port 25 access to
their residential customers, and more ESPs are providing access either on
RFC 2476 designated Message Submission port 587, or Cisco designated Message
Submission port 465 (some, such as Gmail, offer both).
Receiving email is done using port 110 (non-secure), port 995 (POP3 with
SSL), or port 993 (IMAP with SSL).
> On another note if i access this account through exchange outlook web access
> i can send emails out. I am also a comcast user. Thanks for any suggestions
> or help.
Comcast uses a hardware device to detect SMTP activity on outbound port 25.
If that exceeds a specific threshold, they push a port 25 block modem
configuration file onto their customers' cable modems. I don't know what the
file has (you should be able to view it in the modem GUI pages), but an easy
test for a port 25 block is to try to Telnet into the Message Submission
server on port 25. Looks like this:
| C:\Documents and Settings\User>telnet smtp.comcast.net 25
| Connecting To smtp.comcast.net...
[quoted text clipped - 3 lines]
|
| Connection to host lost.
If you get this instead:
| C:\Documents and Settings\User>telnet smtp.comcast.net 25
| Connecting To smtp.comcast.net...
| Could not open connection to the host, on port 25:
| Connect failed
You have an outbound port 25 block on your cable modem.

Signature
Norman
~Oh Lord, why have you come
~To Konnyu, with the Lion and the Drum
bjohnson@garagedust.com - 04 Jan 2008 12:56 GMT
> > i have had similar problems with outlook 2007. I use IMAP access to a
> > Email account (not gmail or hotmail etc) and have been sending and
[quoted text clipped - 50 lines]
> ~Oh Lord, why have you come
> ~To Konnyu, with the Lion and the Drum
i tested the and got the connect failure on port 25. i further read on
http://www.lockergnome.com/usrbingeek/2007/04/12/comcast-blocking-port-25/
about switching to port 587 etc for outgoing. But no such luck for my
issues so far. thanks for the help so far. This is very frustrating
for something that has been working fine for the past 3 months.
N. Miller - 04 Jan 2008 23:20 GMT
> i tested the and got the connect failure on port 25. i further read on
> http://www.lockergnome.com/usrbingeek/2007/04/12/comcast-blocking-port-25/
> about switching to port 587 etc for outgoing. But no such luck for my
> issues so far. thanks for the help so far. This is very frustrating
> for something that has been working fine for the past 3 months.
Comcast also accepts connections to 'smtp.comcast.net' using port 465 with
SSL. Might give that a try.

Signature
Norman
~Oh Lord, why have you come
~To Konnyu, with the Lion and the Drum
M.Mathews - 31 Mar 2008 00:30 GMT
I have been struggling with this issue for over a month now...THANK YOU for
the explanation...Fixed my problem in a snap.
> > i have had similar problems with outlook 2007. I use IMAP access to a
> > Email account (not gmail or hotmail etc) and have been sending and
[quoted text clipped - 45 lines]
>
> You have an outbound port 25 block on your cable modem.