| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
Hello,
I have blat available on a server. I connect to a second server and map a drive to the blat folder on the other server.
Next I open a command shell (aka DOS Box) and type
blat -body "Test Mail" -to [email protected] -s "Test" -server email3.xxx.yyy.com -f [email protected]<mailto:[email protected]>
That works.
Now I have a workstation, map a drive to the blat folder on the 1st server, open a command shell and type
blat -body "Test Mail" -to [email protected] -s "Test" -server email3.xxx.yyy.com -f [email protected]>
This does not work but gives the error
2015.01.16 13:34:00 (Fri): *** Warning *** The SMTP server does not like the name [email protected].
*** Warning *** Have you set the 'To:' field correctly, or do you need authorization (-u/-pw) ?
*** Warning *** The SMTP server response was -> 550 5.7.1 Unable to relay
The email of the recipient is valid.
The IP of the workstation was added to the "allowed to relay" field on the Exchange server (Exchange 2010).
The IP of the Exchange server itself was added to the "allowed to relay" field on the Exchange server
Blat is Blat v3.1.2 (build : Dec 27 2013 14:33:12)
32-bit Windows, Full, Unicode
This is the full log file:
2015.01.16 13:33:48 (Fri)------------Start of Session-----------------
Blat v3.1.2 (build : Dec 27 2013 14:33:12)
32-bit Windows, Full, Unicode
2015.01.16 13:33:49 (Fri): <<<getline<<< 220 email3.xxx.yyy.com Microsoft ESMTP MAIL Service ready at Fri, 16 Jan 2015 13:36:28 -0600
2015.01.16 13:33:49 (Fri): >>>putline>>> EHLO someone
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-email3.xxx.yyy.com Hello [111.222.333.444]
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-SIZE
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-PIPELINING
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-DSN
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-ENHANCEDSTATUSCODES
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-STARTTLS
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-X-ANONYMOUSTLS
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-AUTH NTLM
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-X-EXPS GSSAPI NTLM
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-8BITMIME
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-BINARYMIME
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-CHUNKING
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-XEXCH50
2015.01.16 13:33:49 (Fri): <<<getline<<< 250-XRDST
2015.01.16 13:33:49 (Fri): <<<getline<<< 250 XSHADOW
2015.01.16 13:33:55 (Fri): Sending stdin.txt to [email protected]
2015.01.16 13:33:55 (Fri): Subject: Test
2015.01.16 13:33:55 (Fri): Login name is [email protected]
2015.01.16 13:33:55 (Fri): >>>putline>>> MAIL FROM:<[email protected]>
2015.01.16 13:33:55 (Fri): <<<getline<<< 250 2.1.0 Sender OK
2015.01.16 13:33:55 (Fri): >>>putline>>> RCPT TO:<[email protected]>
2015.01.16 13:34:00 (Fri): <<<getline<<< 550 5.7.1 Unable to relay
2015.01.16 13:34:00 (Fri): *** Warning *** The SMTP server does not like the name [email protected].
2015.01.16 13:34:00 (Fri): *** Warning *** The SMTP server does not like the name [email protected].
*** Warning *** Have you set the 'To:' field correctly, or do you need authorization (-u/-pw) ?
*** Warning *** The SMTP server response was -> 550 5.7.1 Unable to relay
2015.01.16 13:34:00 (Fri): >>>putline>>> QUIT
2015.01.16 13:34:00 (Fri): <<<getline<<< 221 2.0.0 Service closing transmission channel
2015.01.16 13:34:00 (Fri)-------------End of Session------------------
Authorization is not needed on that server.
I hope there are some ideas out there.
Regards,
Michael