HI All,

I'm running postfix 2.3.7 and getting  "Helo command rejected: Host not
found;"  which i would completely expect if I had some
smtpd_helo_restrictions set but I don't.. at least that i can see.. can
someone possibly tell me what's right in front of my face that i'm not
seeing?

Postconf output below.  If needed i will post my entire main.cf.

Thanks,

Aaron

# 
postconf
-n                                                                              
                                                                                
                       
alias_database = 
alias_maps = 
biff = no
broken_sasl_auth_clients = yes
canonical_maps = proxy:mysql:/etc/postfix/canonical.cf
command_directory = /usr/local/sbin
config_directory = /etc/postfix
daemon_directory = /usr/local/libexec/postfix
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/header_checks.txt
local_recipient_maps = 
mail_owner = _postfix
mailq_path = /usr/local/sbin/mailq
manpage_directory = /usr/local/man
message_size_limit = 30270000
mydomain = mydomain.com
myhostname = mail.mydomain.com
mynetworks = 127.0.0.1, 192.168.0.0/24, 192.168.3.64/27,
192.168.3.96/27, 192.168.3.128/28
myorigin = $mydomain
newaliases_path = /usr/local/sbin/newaliases
notify_classes = resource, software
queue_directory = /var/spool/postfix
queue_minfree = 61440000
readme_directory = /usr/local/share/doc/postfix/readme
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
relocated_maps = hash:/etc/postfix/relocatedhash.cf
sample_directory = /etc/postfix
sender_bcc_maps = hash:/etc/postfix/sender_bcc
sendmail_path = /usr/local/sbin/sendmail
setgid_group = _postdrop
smtpd_data_restrictions = reject_unauth_pipelining,     permit
smtpd_helo_required = yes
smtpd_junk_command_limit = 10
smtpd_recipient_restrictions = reject_invalid_hostname,
reject_non_fqdn_sender,         reject_non_fqdn_recipient,
check_sender_access hash:/etc/postfix/sender_restrictions,
hash:/etc/postfix/steve_access_rules,
reject_unknown_sender_domain,   permit_mynetworks,
permit_sasl_authenticated       reject_non_fqdn_hostname,
reject_unknown_hostname,       reject_unknown_recipient_domain,
reject_unauth_destination,      reject_unlisted_recipient,
reject_unknown_sender_domain,        reject_unknown_hostname,
reject_rbl_client zen.spamhaus.org
smtpd_restriction_classes = steve_class
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
virtual_gid_maps = mysql:/etc/postfix/vgid.cf
virtual_mailbox_base = /var/spool/postfix/virtuals
virtual_mailbox_domains = /etc/postfix/virtual_domains
virtual_mailbox_maps = mysql:/etc/postfix/vmm.cf
virtual_uid_maps = mysql:/etc/postfix/vuid.cf


helo specific postconf stuff:

# postconf | grep helo
milter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject}
{cert_issuer}
smtp_helo_name = $myhostname
smtp_helo_timeout = 300s
smtpd_helo_required = yes
smtpd_helo_restrictions = 

Reply via email to