smtp qualified hostname (wodSmtp)
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:
- smtp qualified hostname - Klinzter, 2013-09-08, 22:28
- Re: smtp qualified hostname - wodSupport, 2013-09-08, 22:38
- Re: smtp qualified hostname - Klinzter, 2013-09-08, 23:00
- Re: smtp qualified hostname - wodSupport, 2013-09-08, 22:38