I am trying to send message using SMTP auth. SMTP auth succeeds, but message sending gets 550 prohibition error. Here it is
---------------------------------------------------
220-<hostname> ESMTP Exim 4.50 #1 Fri, 15 Apr 2005 06:20:50 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
ehlo
250-<hostname> Hello [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
auth login <username>
334 UGFzc3dvcmQ6
<password>
235 Authentication succeeded
rcpt to: kirti.contact@gmail.com
503 sender not yet given
rcpt to: <kirti.contact@gmail.com>
503 sender not yet given
mail from: <from email ID>
250 OK
rcpt to: <kirti.contact@gmail.com>
250 Accepted
data
354 Enter message, ending with "." on a line by itself
tata
.
550 Administrative prohibition
-----------------------------------------
Any clues?
K Singh



LinkBack URL
About LinkBacks
Reply With Quote




