Hi,
I just installed Roundcube on my linux postfix system. Because of spam I have some very restrictive on the system, this rule is preventing RoundCube from sending mail
smtpd_helo_restrictions = reject_invalid_hostname, reject_unknown_hostname, reject_non_fqdn_hostname, permit
This is because when roundcube connects to my smtp server it uses localhost for the HELO command
Jul 24 11:20:13 neei postfix/smtpd[1111]: NOQUEUE: reject: RCPT from localhost.localdomain[127.0.0.1]: 450 <localhost>: Helo command rejected: Host not found; from=me@neei.uevora.tld to=me@neei.uevora.tld proto=ESMTP helo=<localhost>
How can I change the configuration so RoundCube send neei.uevora.tld with the HELO command?
My RoundCube version is: v0.1-beta
Best regards,
Luis
On 24/07/06, Luis Rodrigues luis@ess.co.at wrote:
I just installed Roundcube on my linux postfix system. Because of spam I have some very restrictive on the system, this rule is preventing RoundCube from sending mail
smtpd_helo_restrictions = reject_invalid_hostname, reject_unknown_hostname, reject_non_fqdn_hostname, permit
This is because when roundcube connects to my smtp server it uses localhost for the HELO command
That's probably because roundcube is running on the localhost interface. Why don't you allow localhost in your permitted SMTP rules though, that would seem the most sensible suggestion to me.
Paul
Luis Rodrigues wrote:
Because of spam I have some very restrictive on the system, this rule is preventing RoundCube from sending mail
smtpd_helo_restrictions = reject_invalid_hostname, reject_unknown_hostname, reject_non_fqdn_hostname, permit
Probably, but as always when you're trying to get help with Postfix, send the output of "postconf -n". If these are the only restrictions, your setup is not very restrictive at all.
You might want to insert "permit_mynetworks" (assuming that you have configured "mynetworks" correctly). If this does not work, I suggest you try the Postifx user's mailing list for help.