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 May 20th, 2009, 02:55 PM
Nutopia Nutopia is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2005
Posts: 133 Nutopia User rank is Corporal (100 - 500 Reputation Level)Nutopia User rank is Corporal (100 - 500 Reputation Level)Nutopia User rank is Corporal (100 - 500 Reputation Level)Nutopia User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 11 h 27 m 56 sec
Reputation Power: 6
Mdaemon smtp problem

Hello,

I have a piece of code which a client is using. My code performs an SMTP relay (via php) with the client's email server. The client has some sort of config problem with their mdaemon email server which is causing the relay to fail. Below you will find the log of the errors. I suspect the problem has to do with the "EHLO localhost" portion, but I don't know that much about the specifics of email servers. Can someone shed some light on the situation?

Thanks!

Quote:
Wed 2009-05-20 10:06:32: [1571:3] <-- EHLO localhost
Wed 2009-05-20 10:06:32: [1571:3] Performing IP lookup (localhost)
Wed 2009-05-20 10:06:32: [1571:3] * Error: * Name server reports domain name unknown
Wed 2009-05-20 10:06:32: [1571:3] ---- End IP lookup results
Wed 2009-05-20 10:06:32: [1571:3] --> 250-mail1.mailcorp.net Hello 136744-app5.provider.com, pleased to meet you
Wed 2009-05-20 10:06:32: [1571:3] --> 250-ETRN
Wed 2009-05-20 10:06:32: [1571:3] --> 250-AUTH=LOGIN
Wed 2009-05-20 10:06:32: [1571:3] --> 250-AUTH LOGIN CRAM-MD5
Wed 2009-05-20 10:06:32: [1571:3] --> 250-8BITMIME
Wed 2009-05-20 10:06:32: [1571:3] --> 250 SIZE 76800000
Wed 2009-05-20 10:06:32: [1571:3] <-- AUTH LOGIN
Wed 2009-05-20 10:06:32: [1571:3] --> 334 VXNlcm5hbWU6
Wed 2009-05-20 10:06:33: [1571:3] <-- YXJpc3NpZW5AYm5jbmF0aW9uYWxiYW5rLmNvbQ==
Wed 2009-05-20 10:06:33: [1571:3] --> 334 UGFzc3dvcmQ6
Wed 2009-05-20 10:06:33: [1571:3] <-- ******
Wed 2009-05-20 10:06:33: [1571:3] --> 535 Authentication failed
Wed 2009-05-20 10:06:33: [1571:3] <-- EHLO localhost
Wed 2009-05-20 10:06:33: [1571:3] Performing IP lookup (localhost)
Wed 2009-05-20 10:06:33: [1571:3] * Error: * Name server reports domain name unknown
Wed 2009-05-20 10:06:33: [1571:3] ---- End IP lookup results
Wed 2009-05-20 10:06:33: [1571:3] --> 250-mail1.mailcorp.net Hello 136744-app5.provider.com, pleased to meet you
Wed 2009-05-20 10:06:33: [1571:3] --> 250-ETRN
Wed 2009-05-20 10:06:33: [1571:3] --> 250-AUTH=LOGIN
Wed 2009-05-20 10:06:33: [1571:3] --> 250-AUTH LOGIN CRAM-MD5
Wed 2009-05-20 10:06:33: [1571:3] --> 250-8BITMIME
Wed 2009-05-20 10:06:33: [1571:3] --> 250 SIZE 76800000
Wed 2009-05-20 10:06:33: [1571:3] <-- AUTH LOGIN
Wed 2009-05-20 10:06:33: [1571:3] --> 334 VXNlcm5hbWU6
Wed 2009-05-20 10:06:33: [1571:3] <-- ZGdhcnJpc29uQGJuY25hdGlvbmFsYmFuay5jb20=
Wed 2009-05-20 10:06:33: [1571:3] --> 334 UGFzc3dvcmQ6
Wed 2009-05-20 10:06:33: [1571:3] <-- ******
Wed 2009-05-20 10:06:33: [1571:3] --> 235 Authentication successful
Wed 2009-05-20 10:06:33: [1571:3] Authenticated as username@mailcorp.com
Wed 2009-05-20 10:06:34: [1571:3] <-- EHLO localhost
Wed 2009-05-20 10:06:34: [1571:3] Performing IP lookup (localhost)
Wed 2009-05-20 10:06:34: [1571:3] * Error: * Name server reports domain name unknown
Wed 2009-05-20 10:06:34: [1571:3] ---- End IP lookup results
Wed 2009-05-20 10:06:34: [1571:3] --> 250-mail1.mailcorp.net Hello 136744-app5.provider.com, pleased to meet you
Wed 2009-05-20 10:06:34: [1571:3] --> 250-ETRN
Wed 2009-05-20 10:06:34: [1571:3] --> 250-AUTH=LOGIN
Wed 2009-05-20 10:06:34: [1571:3] --> 250-AUTH LOGIN CRAM-MD5
Wed 2009-05-20 10:06:34: [1571:3] --> 250-8BITMIME
Wed 2009-05-20 10:06:34: [1571:3] --> 250 SIZE 76800000
Wed 2009-05-20 10:06:34: [1571:3] <-- AUTH LOGIN
Wed 2009-05-20 10:06:34: [1571:3] --> 503 Already authenticated
Wed 2009-05-20 10:06:34: [1571:3] <-- EHLO localhost
Wed 2009-05-20 10:06:34: [1571:3] Performing IP lookup (localhost)
Wed 2009-05-20 10:06:34: [1571:3] * Error: * Name server reports domain name unknown
Wed 2009-05-20 10:06:34: [1571:3] ---- End IP lookup results
Wed 2009-05-20 10:06:34: [1571:3] --> 250-mail1.mailcorp.net Hello 136744-app5.provider.com, pleased to meet you
Wed 2009-05-20 10:06:34: [1571:3] --> 250-ETRN
Wed 2009-05-20 10:06:34: [1571:3] --> 250-AUTH=LOGIN
Wed 2009-05-20 10:06:34: [1571:3] --> 250-AUTH LOGIN CRAM-MD5
Wed 2009-05-20 10:06:34: [1571:3] --> 250-8BITMIME
Wed 2009-05-20 10:06:34: [1571:3] --> 250 SIZE 76800000
Wed 2009-05-20 10:06:34: [1571:3] <-- AUTH LOGIN
Wed 2009-05-20 10:06:34: [1571:3] --> 503 Already authenticated
Wed 2009-05-20 10:06:35: [1571:3] <-- EHLO localhost
Wed 2009-05-20 10:06:35: [1571:3] Performing IP lookup (localhost)
Wed 2009-05-20 10:06:35: [1571:3] * Error: * Name server reports domain name unknown
Wed 2009-05-20 10:06:35: [1571:3] ---- End IP lookup results
Wed 2009-05-20 10:06:35: [1571:3] --> 250-mail1.mailcorp.net Hello 136744-app5.provider.com, pleased to meet you
Wed 2009-05-20 10:06:35: [1571:3] --> 250-ETRN
Wed 2009-05-20 10:06:35: [1571:3] --> 250-AUTH=LOGIN
Wed 2009-05-20 10:06:35: [1571:3] --> 250-AUTH LOGIN CRAM-MD5
Wed 2009-05-20 10:06:35: [1571:3] --> 250-8BITMIME
Wed 2009-05-20 10:06:35: [1571:3] --> 250 SIZE 76800000
Wed 2009-05-20 10:06:35: [1571:3] <-- AUTH LOGIN
Wed 2009-05-20 10:06:35: [1571:3] --> 503 Already authenticated
Wed 2009-05-20 10:06:35: [1571:3] * Winsock Error 590615
Wed 2009-05-20 10:06:35: [1571:3] SMTP session terminated (Bytes in/out: 1001/6185)
__________________
No trees were hurt in the sending of this message, however, a large number of electrons were terribly inconvenienced.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > Mdaemon smtp problem


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




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

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




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
Stay green...Green IT