Current time: 11-16-2024, 02:01 AM Hello There, Guest! (LoginRegister)


Post Reply 
Postfix problem
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #8
RE: Postfix problem
Trust me, it's not a postfix problem. The problem is that, as your management software doesn't identify as a user, postfix applies the usual checks it does when an external mailer tries to send mail to it.

One of this checks is a hostname check (all external mailers MUST have valid hostnames, and use them in the "EHLO" smtp command). Your management software uses "sedepos" as hostname, which obviously is not a fqdn. Therefore, postfix rejects this delivery attempt with a "Helo command rejected: need fully-qualified hostname" error.

The easiest and safest way to correct this is making the management software identify properly as a user. There are other options though, such as deactivating this hostname check in postfix. To do this, remove "reject_non_fqdn_sender," from the "smtpd_sender_restrictions" in /etc/postfix/main.cf
08-30-2009 03:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Postfix problem - theprincy - 08-29-2009, 07:02 PM
RE: Postfix problem - kilburn - 08-29-2009, 07:18 PM
RE: Postfix problem - theprincy - 08-29-2009, 07:31 PM
RE: Postfix problem - kilburn - 08-29-2009, 07:53 PM
RE: Postfix problem - theprincy - 08-29-2009, 07:53 PM
RE: Postfix problem - kilburn - 08-29-2009, 09:49 PM
RE: Postfix problem - theprincy - 08-29-2009, 11:37 PM
RE: Postfix problem - kilburn - 08-30-2009 03:23 AM
RE: Postfix problem - theprincy - 08-30-2009, 09:17 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)