Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ISPs Blocking SMTP

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Event 36 when launching ASP application on IIS 5...  
Author Message
anonymous653

External


Since: Dec 11, 2003
Posts: 7



(Msg. 1) Posted: Thu Dec 11, 2003 11:47 am
Post subject: ISPs Blocking SMTP
Archived from groups: microsoft>public>inetserver>iis (more info?)

I want to thank Ken and Jeff for responding to my previous
questions about SMTP, but now I've got it figured out.

The problem is that almost all of the ISP's are blocking
my e-mail because of suspicious headers. I can't get any
details, but Time-Warner roadrunner did tell me that this
was true in their case.

I have sent e-mails from my own server to several e-mail
accounts and the all get blocked except for yahoo. I've
been told that this is due to increased spam detection.
Yahoo apparently hasn't put increased protection in place
yet.

roadrunner did tell me that I could contact their security
office and have my outgoing mail unblocked, but that only
solves part of the problem. Ther are so many others that
could be blocking my outgoing mail with my even knowing it.

How does one run an SMTP server at home? I suspect that I
need to clean up the headers so they aren't suspicious but
I don't have a clue how to do it.

 >> Stay informed about: ISPs Blocking SMTP 
Back to top
Login to vote
anonymous111

External


Since: Oct 16, 2003
Posts: 43



(Msg. 2) Posted: Thu Dec 11, 2003 12:03 pm
Post subject: ISPs Blocking SMTP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you don't have reverse dns set up properly for the
sending server most major providers will drop your
messages.

Sincerely,
Invotion Engineering Team
Advanced Microsoft Hosting Solutions
<a style='text-decoration: underline;' href="http://www.Invotion.com" target="_blank">http://www.Invotion.com</a>

 >-----Original Message-----
 >I want to thank Ken and Jeff for responding to my
previous
 >questions about SMTP, but now I've got it figured out.
 >
 >The problem is that almost all of the ISP's are blocking
 >my e-mail because of suspicious headers. I can't get
any
 >details, but Time-Warner roadrunner did tell me that
this
 >was true in their case.
 >
 >I have sent e-mails from my own server to several e-mail
 >accounts and the all get blocked except for yahoo. I've
 >been told that this is due to increased spam detection.
 >Yahoo apparently hasn't put increased protection in
place
 >yet.
 >
 >roadrunner did tell me that I could contact their
security
 >office and have my outgoing mail unblocked, but that
only
 >solves part of the problem. Ther are so many others
that
 >could be blocking my outgoing mail with my even knowing
it.
 >
 >How does one run an SMTP server at home? I suspect that
I
 >need to clean up the headers so they aren't suspicious
but
 >I don't have a clue how to do it.
 >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ISPs Blocking SMTP 
Back to top
Login to vote
anonymous653

External


Since: Dec 11, 2003
Posts: 7



(Msg. 3) Posted: Thu Dec 11, 2003 2:29 pm
Post subject: ISPs Blocking SMTP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Invotion,

Could you give me a clue as to where I would look for this
in IIS running on XP Pro? I see that the SMTP setup has a
reverse DNS lookup for incoming mail, but not for outgoing.


 >-----Original Message-----
 >If you don't have reverse dns set up properly for the
 >sending server most major providers will drop your
 >messages.
 >
 >Sincerely,
 >Invotion Engineering Team
 >Advanced Microsoft Hosting Solutions
 >http://www.Invotion.com
 >
  >>-----Original Message-----
  >>I want to thank Ken and Jeff for responding to my
 >previous
  >>questions about SMTP, but now I've got it figured out.
  >>
  >>The problem is that almost all of the ISP's are blocking
  >>my e-mail because of suspicious headers. I can't get
 >any
  >>details, but Time-Warner roadrunner did tell me that
 >this
  >>was true in their case.
  >>
  >>I have sent e-mails from my own server to several e-mail
  >>accounts and the all get blocked except for yahoo. I've
  >>been told that this is due to increased spam detection.
  >>Yahoo apparently hasn't put increased protection in
 >place
  >>yet.
  >>
  >>roadrunner did tell me that I could contact their
 >security
  >>office and have my outgoing mail unblocked, but that
 >only
  >>solves part of the problem. Ther are so many others
 >that
  >>could be blocking my outgoing mail with my even knowing
 >it.
  >>
  >>How does one run an SMTP server at home? I suspect that
 >I
  >>need to clean up the headers so they aren't suspicious
 >but
  >>I don't have a clue how to do it.
  >>
  >>
  >>
  >>.
  >>
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISPs Blocking SMTP 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 4) Posted: Fri Dec 12, 2003 12:19 am
Post subject: Re: ISPs Blocking SMTP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 11 Dec 2003 11:29:02 -0800, "RD"
<anonymous.DeleteThis@discussions.microsoft.com> wrote:

 >Thanks Invotion,
 >
 >Could you give me a clue as to where I would look for this
 >in IIS running on XP Pro? I see that the SMTP setup has a
 >reverse DNS lookup for incoming mail, but not for outgoing.

It's not an issue with SMTP, it's the DNS configuration for your
domain, at your ISP. Many ISP's don't configure a reverse DNS for
user accounts, and those that do often use a "PortX.ispdomain.com" DNS
entry anyway. Many SPAM filters will check that your mail is from a
legitiamte source, and a domain that fails to resolve or an IP that
resolves to an incorrect domain will trigger them. Poor or missing MX
records will cause this as well.

Unfortunately, unless you run your own DNS, you can't do much about
it. If your ISP allows it, you can use their mail server as a smart
host, or you can start running your own DNS. That can also be
problematic with a dynamic IP, since you can't guarantee your IP will
match your DNS record at any given moment. Dynamic ISP redirection
services might help, but you may still be having trouble.

As for your question about how people run an SMTP server from their
home -- Most don't. Smile

Jeff

  >>-----Original Message-----
  >>If you don't have reverse dns set up properly for the
  >>sending server most major providers will drop your
  >>messages.
  >>
  >>Sincerely,
  >>Invotion Engineering Team
  >>Advanced Microsoft Hosting Solutions
  >>http://www.Invotion.com
  >>
   >>>-----Original Message-----
   >>>I want to thank Ken and Jeff for responding to my
  >>previous
   >>>questions about SMTP, but now I've got it figured out.
   >>>
   >>>The problem is that almost all of the ISP's are blocking
   >>>my e-mail because of suspicious headers. I can't get
  >>any
   >>>details, but Time-Warner roadrunner did tell me that
  >>this
   >>>was true in their case.
   >>>
   >>>I have sent e-mails from my own server to several e-mail
   >>>accounts and the all get blocked except for yahoo. I've
   >>>been told that this is due to increased spam detection.
   >>>Yahoo apparently hasn't put increased protection in
  >>place
   >>>yet.
   >>>
   >>>roadrunner did tell me that I could contact their
  >>security
   >>>office and have my outgoing mail unblocked, but that
  >>only
   >>>solves part of the problem. Ther are so many others
  >>that
   >>>could be blocking my outgoing mail with my even knowing
  >>it.
   >>>
   >>>How does one run an SMTP server at home? I suspect that
  >>I
   >>>need to clean up the headers so they aren't suspicious
  >>but
   >>>I don't have a clue how to do it.
   >>>
   >>>
   >>>
   >>>.
   >>>
  >>.
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISPs Blocking SMTP 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 5) Posted: Fri Dec 12, 2003 1:11 am
Post subject: Re: ISPs Blocking SMTP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is something that is configured in the DNS server.

--
Regards,
Kristofer Gafvert
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"RD" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:02de01c3c01d$088c8fc0$a301280a@phx.gbl...
 > Thanks Invotion,
 >
 > Could you give me a clue as to where I would look for this
 > in IIS running on XP Pro? I see that the SMTP setup has a
 > reverse DNS lookup for incoming mail, but not for outgoing.
 >
 >
  > >-----Original Message-----
  > >If you don't have reverse dns set up properly for the
  > >sending server most major providers will drop your
  > >messages.
  > >
  > >Sincerely,
  > >Invotion Engineering Team
  > >Advanced Microsoft Hosting Solutions
  > >http://www.Invotion.com
  > >
   > >>-----Original Message-----
   > >>I want to thank Ken and Jeff for responding to my
  > >previous
   > >>questions about SMTP, but now I've got it figured out.
   > >>
   > >>The problem is that almost all of the ISP's are blocking
   > >>my e-mail because of suspicious headers. I can't get
  > >any
   > >>details, but Time-Warner roadrunner did tell me that
  > >this
   > >>was true in their case.
   > >>
   > >>I have sent e-mails from my own server to several e-mail
   > >>accounts and the all get blocked except for yahoo. I've
   > >>been told that this is due to increased spam detection.
   > >>Yahoo apparently hasn't put increased protection in
  > >place
   > >>yet.
   > >>
   > >>roadrunner did tell me that I could contact their
  > >security
   > >>office and have my outgoing mail unblocked, but that
  > >only
   > >>solves part of the problem. Ther are so many others
  > >that
   > >>could be blocking my outgoing mail with my even knowing
  > >it.
   > >>
   > >>How does one run an SMTP server at home? I suspect that
  > >I
   > >>need to clean up the headers so they aren't suspicious
  > >but
   > >>I don't have a clue how to do it.
   > >>
   > >>
   > >>
   > >>.
   > >>
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISPs Blocking SMTP 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Extension Blocking in IIS - Hi There. I have recently inherited a fairly large shared web hosting platform, which, amo other features, allows customers to place access databses in their web sites, and then read / write data to them via DNS / Dsn-Les connections. However, a..

Group policy blocking users from logging in to FTP? - I am having a problem alllowing local users to login to my FTP service. Whenever I attempt to grant "log on locally" and "allow access from the network" rights to the user or group, it displays as a local setting but the check box is...

SMTP - Hi, I cannot seem to restart SMTP from IIS manager? There is always a red x on the Default SMTP virtual server and when I click start, a pop up menu appears telling me to restart the service. Is there any other way I can restart it. Thanks

ii6 & smtp - I recently upgraded my webserver to win2003 server which has iis6 and I have been having trouble with my emails that are sent via ASP pages ever since... most go through w/o a roblem but some sit in my queue folder till they are moved to bad mail.......

smtp - I have a smtp server which I am trying to use to send emails. The mailroot\queue folder contains emails but they are stuck there. Any ideas?
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]