Re: [qmailtoaster] 550 5.7.1 Command rejected

2008-01-14 Thread Phil Leinhauser
It's not normal for the post office to reject mail like that.  You should be 
able to telnet into the SMTP port and simply send a message like this:

 Telnet servername 25
Server responds with 220 message

 helo
Server says hello

 mail from: [EMAIL PROTECTED]
Server says sender OK

rcpt to: [EMAIL PROTECTED]
Server says recipient OK start data end with . on line alone

Hi Jim
.
Server will forward


NOTE, no  on address
Did you change anything in the settings for Qmail?  

Phil


-Original message-
From: Andreas Galatis [EMAIL PROTECTED]
Date: Mon, 14 Jan 2008 17:35:08 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] 550 5.7.1 Command rejected

 Hi list,
 
 I have a customer trying to send a message to one server that replies always 
 with 550 5.7.1 Command rejected
 I tested the server via telnet and got the same result when entering the 
 from-adddress withaout   surrounding the address.
 
 If the address does not come from the address-book (where it is mostly 
 written 
 in the required format), nobody writes it that way.
 How can I enforce qmail to write the   signs around an email-address 
 whenever that is missing?
 
 Any help is appreciated.
 
 Andreas
 
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] 550 5.7.1 Command rejected

2008-01-14 Thread Andreas Galatis
Hi Phil,
I did not change anything in qmail, it is a standard qmail-toaster running 
like it is since several years.

I tested the other server as you can see here:
telnet smtp.kiv.de 25
Trying 195.226.81.250...
Connected to smtp.kiv.de.
Escape character is '^]'.
220 smtp.kiv.de ESMTP EKOM21
helo atlas
250 smtp.kiv.de talking to X ([XX.XXX.XX.XXX])
mail from: [EMAIL PROTECTED]
553 5.5.2 Bad command format

If I set the mail-address in  it goes through graylisting.
telnet smtp.kiv.de 25
Trying 195.226.81.250...
Connected to smtp.kiv.de.
Escape character is '^]'.
220 smtp.kiv.de ESMTP EKOM21
helo atlas
250 smtp.kiv.de talking to X ([XX.XXX.XX.XXX])
mail from: [EMAIL PROTECTED]
250 2.1.0 Ok
rcpt to: [EMAIL PROTECTED]
451 4.7.1 Greylisting in progress, please come back later

I searched google for the error and found the  where required, some 
mail-servers would insist on them while most servers where tolerant about 
this fault.


Andreas


Am Montag, 14. Januar 2008 22:51 schrieb Phil Leinhauser:
 It's not normal for the post office to reject mail like that.  You should be 
able to telnet into the SMTP port and simply send a message like this:
  Telnet servername 25

 Server responds with 220 message

  helo

 Server says hello

  mail from: [EMAIL PROTECTED]

 Server says sender OK

 rcpt to: [EMAIL PROTECTED]
 Server says recipient OK start data end with . on line alone

 Hi Jim
 .
 Server will forward


 NOTE, no  on address
 Did you change anything in the settings for Qmail?

 Phil


 -Original message-
 From: Andreas Galatis [EMAIL PROTECTED]
 Date: Mon, 14 Jan 2008 17:35:08 -0500
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] 550 5.7.1 Command rejected

  Hi list,
 
  I have a customer trying to send a message to one server that replies
  always with 550 5.7.1 Command rejected
  I tested the server via telnet and got the same result when entering the
  from-adddress withaout   surrounding the address.
 
  If the address does not come from the address-book (where it is mostly
  written in the required format), nobody writes it that way.
  How can I enforce qmail to write the   signs around an email-address
  whenever that is missing?
 
  Any help is appreciated.
 
  Andreas
 
 
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]