Re: Email has come to a screeching halt!

From: Stephen M. Adams (adamst_at_no.spam)
Date: 05/05/05


Date: 5 May 2005 19:33:14 GMT

jwilli46@cpp.net writes:

>The tech staff denies blocking any ports. but I figured they'd say as
>much.
>
>Maybe I'm confused here---I thought on my Linux box that port 25 was
>used to SEND mail, and that 110 was used to RECEIVE mail.

25 is send/receive SMTP - that is, your server sends mail out this port
and receives new mail in via this port.

110 is the client delivery port - that is, an email client picks up mail
via this port for POP3 (or 143 for IMAP).

So, if someone sends you email, it goes from port 25 on their server to
port 25 on your server, then you pick it up via port 110.

>If, from another machine outside my domain, I "telnet mydomain 25",
>it times out, although from within my network it responds OK.

If 'mydomain' is the registered MX server for your domain, and it times
out from the outside, you aren't going to get any mail delivered to your
server.

>Does this point to port 25 being blocked by my ISP?

Or the sendmail/postfix/qmail daemon is not running. But if you can connect
from the inside on port 25, then either your ISP is blocking port 25 or your
firewall/router is blocking it.

>Again, I can successfully send mail to other domains; I can't receive
>mail from outside my own domain.

When you send out, it goes via port 25 to your ISP's SMTP server, and out
from there - as you noted in your first post.

Drop me a note via email or post here if you need more help..

 -Stephen

-- 
  Space Age Cybernomad                                   Stephen Adams
             malchus842SP@AMgmail.com (remove SPAM to reply)


Relevant Pages

  • RE: Some technical errors
    ... If the SMTP server is not running on port 25 TCP it is not a public ... Manager - Computer Assurance Services BDO Chartered Accountants & ...
    (Security-Basics)
  • Re: SRV RRs support in Internet Explorer?
    ... The port number could be implicit (i.e. ... At any point in time, a server could fail ... can't effectively LB or backup because NSs cache the records for the TTL ... I still don't see how SRV records would help backup or LB. ...
    (microsoft.public.win2000.dns)
  • Re: Still cant connect to RWW or OWA remotely
    ... I get 'cannot find server or dns error' on both ... TCP [port number]> to open the ports. ... As for error messages when I fail to access RWW with the laptop, ... network, no connection seems possible. ...
    (microsoft.public.windows.server.sbs)
  • Re: cannot send mail from Windows mail
    ... When a username/password combination doesn't work in Windows Mail, ... I mean I dont use it but as outgoing address for my ISP account. ... youir username and password are correct for your mail server". ... Ask your home ISP if they support SMTP on a port other than 25. ...
    (microsoft.public.windows.vista.mail)
  • Re: How to trigger server to reattempt printer connection
    ... The spooler does not log any SNMP data. ... Best practices and known issues when you install Windows Server 2003 Service ... Before restarting the spooler next time, create a new port name to the ... This does not happen often, but when it does, it seems to stay offline ...
    (microsoft.public.windows.server.general)

Loading