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 August 3rd, 2004, 03:54 PM
baddawg baddawg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 11 baddawg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smtp "Delay"

Hey guys I know you can help me. I am running the built-in 2003 pop and smtp servers on my home server and sometimes when i send emails i get this error.

This is an automatically generated Delivery Status Notification.

THIS IS A WARNING MESSAGE ONLY.

YOU DO NOT NEED TO RESEND YOUR MESSAGE.

Delivery to the following recipients has been delayed.

user@domain.com

However it is only to some domains. I can send to my other email address that is outside my LAN, but some domains don't work. Here is a returned report.

Reporting-MTA: dns;server.domain.com
Received-From-MTA: dns;server
Arrival-Date: Tue, 3 Aug 2004 13:34:32 -0700

Final-Recipient: rfc822;user@domain.com
Action: delayed
Status: 4.4.7
Will-Retry-Until: Thu, 5 Aug 2004 13:34:32 -0700



Please Help me. You guys haven't failed me yet. TIA

Reply With Quote
  #2  
Old August 4th, 2004, 03:59 PM
nogginthenog nogginthenog is offline
Principal Goatkeeper
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Location: Galway, Ireland
Posts: 157 nogginthenog User rank is Corporal (100 - 500 Reputation Level)nogginthenog User rank is Corporal (100 - 500 Reputation Level)nogginthenog User rank is Corporal (100 - 500 Reputation Level)nogginthenog User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 18 h 26 m
Reputation Power: 6
is it all users in the domain ? if not it could be just a temporary error (4xx code) like 'users mailbox full'

Reply With Quote
  #3  
Old August 10th, 2004, 01:40 PM
baddawg baddawg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 11 baddawg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by nogginthenog
is it all users in the domain ? if not it could be just a temporary error (4xx code) like 'users mailbox full'


It is all users in the domain it isn't just a temporary error and i believe it is related to our dns settings but i don't know where or how.

Reply With Quote
  #4  
Old August 10th, 2004, 07:20 PM
biatch biatch is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Brisbane, Australia
Posts: 7 biatch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It could be because the IP of your mailserver may not have a PTR record.

Perhaps it could also be that the receiving mailserver could not be contacted? They might be having issues.

Reply With Quote
  #5  
Old August 10th, 2004, 07:59 PM
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
do you have issues browsing certain web pages? DNS errors etc (if you are using a domain server 2003 uses an enhanced DNS query that is larger then 512bytes which some firewalls like cisco PIX thinks is a hijack)? try just enabling a DNS forwarder instead of using root servers. what if any firewall are you using?

Try this also

telnet to the recipients mail server on port 25

telnet mail.domain.com 25
mail from:you@yourdomain.com
rcpt to:recipient@theirdomain.com
data
test
.

dont forget the period!!!!
what error if any do you get?

Reply With Quote
  #6  
Old August 11th, 2004, 02:18 AM
nogginthenog nogginthenog is offline
Principal Goatkeeper
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Location: Galway, Ireland
Posts: 157 nogginthenog User rank is Corporal (100 - 500 Reputation Level)nogginthenog User rank is Corporal (100 - 500 Reputation Level)nogginthenog User rank is Corporal (100 - 500 Reputation Level)nogginthenog User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 18 h 26 m
Reputation Power: 6
to find the mail server for the recipients domain: (in XP)
nslookup
set type=MX
theirdomain.com

[it lists servers: "mail exchanger=mail.theirdomain.com"]
exit

Reply With Quote
  #7  
Old August 11th, 2004, 06:06 PM
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
or just do

nslookup -q=mx domain.com


but thats beside the point I would like to see the error you get when sending mail directly from their server.

using the telnet stated above

Reply With Quote
  #8  
Old August 17th, 2004, 07:43 PM
baddawg baddawg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 11 baddawg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
added user authentication and SPA and it worked!

I fixed it by adding user authentication and SPA.

Although i ran into another little snag. Since SPA (or windows authentication i don't know which) is enabled when i put in my password to authenticate with SPA i only get the mail for the primary mailbox and the secondary mailbox's mail stays on the server and isn't downloaded.

For example if i have two accounts set up in outlook or outlook express. When i click on send and receive i get the password authentication box for SPA (or windows authentication i don't know which) Then i enter the password for the primary account. then the primary account's email is downloaded and the secondary account remains unchecked. Why do i have so many problems... Yes i know i should just use exchange but do you have a couple thousand to throw down for a stupid mail program? cuz i don't.

Andy just to give you the cool diagram feel i'll spell it out here.

Joe (primary account)
Bob (secondary account)

Send/Receive ->

Logon - server

Information
Username:Joe
Password:blahblah
Domain:

then i press okay and get the mail for joe but the same authentication box never comes up for bob and i never get the email for him unless i make him the primary account. HELP

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > Smtp "Delay"


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
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT