Mail Server Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationMail Server Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 14th, 2004, 05:37 PM
nickwinters nickwinters is offline
Web Geek
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 62 nickwinters User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 25 sec
Reputation Power: 7
Using Windows 2003 Server, SMTP won't work

I don't have a DNS yet, but I've activated the mailboxes for a domain I will buy soon. I'm able to send and receive messages within my domain. I know I won't be able to send messages to the domain from outside since the messages wouldn't know where to go.

My problem is that it won't send any messages outside the domain. I've openned up ports 25 and 110 on my router, and they're forwarded to the right computer. The exact message I get back is this:

Your message did not reach some or all of the intended recipients.

Subject: testing factor to ornet
Sent: 1/14/2004 6:34 PM

The following recipient(s) could not be reached:

'nick@theouterrim.net' on 1/14/2004 6:34 PM
550 5.7.1 Unable to relay for nick@theouterrim.net


Anyone know what could be causing this?

I'm also having trouble finding the log files. The error was the auto reply I got.

Thanks.

-Nick
__________________
Do not reinvent the wheel, unless your new wheel works that much better.

Last edited by nickwinters : January 14th, 2004 at 05:41 PM.

Reply With Quote
  #2  
Old March 4th, 2004, 05:20 AM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
I have the exact same problem and can't find a solution... can someone kindly answer!?!

Reply With Quote
  #3  
Old March 4th, 2004, 08:45 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
This is a DNS issue...
possible cause is that the recipient you are sending to does not have a PTR or you do not have a PTR and RDNS is being used could also be a black list issue.

Also this could be an issue with exchange and your internal DNS server
http://support.microsoft.com/defaul...kb;en-us;289045

Reply With Quote
  #4  
Old March 4th, 2004, 03:08 PM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
I added the Reverse Lookup, Pointers to the host, and added the Forwarder IP as the article said and still have the problem!

Reply With Quote
  #5  
Old March 5th, 2004, 02:29 PM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
Anybody know how to solve it?

Reply With Quote
  #6  
Old March 6th, 2004, 10:21 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Im assuming both of you have opened your firewall for SMTP and are able to telnet to port 25 of the host mail server you are trying to send to? Also try and relay into the host server manualy

helo
mail from:you@your.domain
rcpt to:reciever@their.domain
data
test
.

if the reciever gets the message let me know if they dont then what is the error? you have to do this from within your domain.

Reply With Quote
  #7  
Old March 6th, 2004, 12:32 PM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
Ok the email my server is hosting is Administrator@kerbeos.com - I can receive mail from anyone but I just can't send it past my network. I have tried sending an email to an outside domain with my firewall disabled and I received this back locally:


Subject: test
Sent: 3/6/2004 1:32 PM

The following recipient(s) could not be reached:

'Trellis@ngirc.net' on 3/6/2004 1:32 PM
550 5.7.1 Unable to relay for Trellis@ngirc.net

I'm using Windows 2003 POP3 as well as IIS SMTP

Reply With Quote
  #8  
Old March 7th, 2004, 07:46 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Numerical Code: 5.7.1
Possible Cause:
General access denied, sender access denied - the sender of the message does not have the privileges necessary to complete delivery.
You are trying to relay your mail via another SMTP server and it does not permit you to relay.
The recipient might have mailbox delivery restrictions enabled. For example, a recipient's mailbox delivery restriction was sent to receive from a Distribution List only and non-member's email will be rejected with this error.
Troubleshooting: Check system privileges and attributes for the contact and retry the message. Also make sure you are running Exchange 2000 Service Pack 1 or later for other potential known issues.


also try this..

do nslookup -q=mx theouterrim.net

this will give the IP address of the recipients mail server from the mx record. use this in the following article..
http://support.microsoft.com/defaul...roduct=exch2003

to bypass DNS

Reply With Quote
  #9  
Old March 7th, 2004, 09:13 AM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
I changed a SMTP setting and I get this now in return:

Reporting-MTA: dns;server1.kerbeos.com
Received-From-MTA: dns;server1
Arrival-Date: Sun, 7 Mar 2004 10:15:08 -0500

Final-Recipient: rfc822;Trellis@ngirc.net
Action: failed
Status: 5.3.5


Reply With Quote
  #10  
Old March 8th, 2004, 06:12 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
http://support.microsoft.com/defaul...roduct=exch2003

or

Numerical Code: 5.3.5
Possible Cause: Loop-back detected (server is configured to loop back on itself).
If you have multiple SMTP virtual servers that are configured on your Exchange server, make sure that they are serving unique incoming port and also that the outgoing SMTP port configuration is valid to avoid looping between local virtual servers.
Troubleshooting: Check the configuration of the server's connectors for loops. For example, make sure that no connectors exist that have the address space of the local organization unless you share the domain and you do not select Use DNS to route to each address space on this connector. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
321721 XCON: Sharing SMTP Address Spaces in Exchange 2000

Reply With Quote
  #11  
Old March 8th, 2004, 02:37 PM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
Thanks for helping out soo much, but that was for MS Exchange Server which neither I or nickwinters have. We use strictly POP3 and SMTP from Windows 2003 Server. I'd appreciate it if you could help me out with this and thanks again for helping us!

Reply With Quote
  #12  
Old March 11th, 2004, 08:35 AM
ddoctor8 ddoctor8 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 3 ddoctor8 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
YOu need to reconfigure your smtp server to allow mail to be relayed to other domains. IE to allow you to send to other then your internal domain.. Do this by opeing iis manger right click default smtp server. Choose the acces tab then the relay tab. Then choose the option to allow all host to relay through this server except those in list below. You will want to make sure all hosts on your domain authenticate to the smtp server to avoid spammers from relaying through your server and thus having your domain flagged for sending spam.

Hope this helps.

What I have done for one of my pop3/smtp servers is get a static ip from my ISP and then use the fqdn assigned by my isp for my fqdn for my mx server. I then open my ports on my router and forward to my internal server. Works great.



Quote:
Originally Posted by Trellis
Ok the email my server is hosting is URL - I can receive mail from anyone but I just can't send it past my network. I have tried sending an email to an outside domain with my firewall disabled and I received this back locally:


Subject: test
Sent: 3/6/2004 1:32 PM

The following recipient(s) could not be reached:

'Trellis@ngirc.net' on 3/6/2004 1:32 PM
550 5.7.1 Unable to relay for URL

I'm using Windows 2003 POP3 as well as IIS SMTP

Reply With Quote
  #13  
Old March 11th, 2004, 04:37 PM
Trellis Trellis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 30 Trellis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 58 sec
Reputation Power: 5
Thanks everyone for the help. I actually fixed the problem before that but it's still good for anyone else to have the problem to see. Thanks! You've all been a great help!

~Trellis

Reply With Quote
  #14  
Old November 30th, 2004, 06:19 AM
AK2003 AK2003 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 1 AK2003 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have the same relay problem!

SMTP Virtual Server doesn't show up in IIS 6.0 I have uninstalled and reinstalled my Mail server role 3 times to no avail?

Windows 2003 Ent Server.

POP3 and SMTP "no exchange"

I can recevie mail from any email address but can't send it because of relaying but SMTP Virtual Server doesn't show up in IIS 6.0 so I can configure it?

Reply With Quote
  #15  
Old December 1st, 2004, 03:22 PM
grahambbs grahambbs is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 98 grahambbs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 37 m 34 sec
Reputation Power: 4
Lightbulb

Can somebody please have a look at my thred in this forum please! Its all bout setting up a mail server. Plenty of you have viewed it but i would appreciate a reply :-> Thank you but im becomming desperate!!!


Graham

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > Using Windows 2003 Server, SMTP won't work


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies