I'm struggling with a problem related to sending mail via smtp.
I recently moved my ost install to a new host. Because this host doesn't have a completely setup smtp server, I need to use another smtp server.
When I try to send mail from ost, the mail server I'm using shows this message in the log...
Jan 9 18:05:14 listmail postfix/smtpd[23193]: NOQUEUE: reject: RCPT from unknown[34.234.127.4]: 504 5.5.2 <localhost>: Helo command rejected: need fully-qualified hostname; from=<support@support.example.com> to=<david@example.com> proto=ESMTP helo=<localhost>
Ost then proceeds to send the message through the smtp server on localhost.
Any suggestions on how I can fix this?
david