smtp qualified hostname - WeOnlyDo Discussion board

smtp qualified hostname (wodSmtp)

by Klinzter, Sunday, September 08, 2013, 22:28 (3854 days ago)

Hello,
I am having a little issue with the wodSMTP.
the EHLO commands sends a random string instead of the actual domain name, so therefore I get Helo command rejected: need fully-qualified hostname

it should be like this (EHLO site.com)


[code]Connecting to mail.site.com on port 25
220 site.com ESMTP Postfix (2.6.6)
*** Sending 15 bytes:
EHLO rRrafkTG
250-site.com
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
*** Sending 38 bytes:
MAIL FROM: <eo52LZ726q at hotmail.com>
250 2.1.0 Ok
*** Sending 28 bytes:
RCPT TO: <admin at site.com>
504 5.5.2 <rRrafkTG>: Helo command rejected: need fully-qualified hostname
[/code]


Complete thread: