Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: cigikey on February 04, 2012, 02:08:12 PM

Title: how can I solve this problem: Diagnostic-Code: smtp; 501 HELO requires FQDN address
Post by: cigikey on February 04, 2012, 02:08:12 PM
Some email addresses sebd back the messages with "Diagnostic-Code: smtp; 501 HELO requires FQDN address".
How can I solve this problem? If you can send a detailed description: which file(s), which line! Thanks!
Title: how can I solve this problem: Diagnostic-Code: smtp; 501 HELO requires FQDN address
Post by: alec on February 05, 2012, 04:33:17 AM
You need to set properly smtp_helo_host option in config/main.inc.php file.
Title: how can I solve this problem: Diagnostic-Code: smtp; 501 HELO requires FQDN address
Post by: cigikey on February 05, 2012, 08:09:53 AM
Quote from: alec;38178You need to set properly smtp_helo_host option in config/main.inc.php file.

OK! I found: /etc/roundcube/main.inc.php; var/lib/roundcube/config/main.inc.php.
Which one should be edit? Both files in the smtp_helo_host_option section are this: rcmail_config['smtp_helo_host']=  '' ;
What and what needs to be replaced? Thanks.