|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Andrew Long (fursink
gmail.com)
Date: Tue Feb 26 2008 - 14:43:45 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When I do a dns check on the domain, I get a failure on the MTX smtpd greeting:
Mail server host name in greeting...
host.domain.com claims to be invalid hostname
'*************************************': <br />
220 ************************************* <br />
However, when I telnet to 25 from inside the lan, I get the correct banner.
I verified the behavior. From the WAN, the greeting is wrong.
Also, when I telnet from the outside, postfix is not recognizing ehlo.
It is only after a helo that it sends the right banner.
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_command = procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/
MAILDIR=$HOME/Maildir
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = /etc/postfix/local-host-names
myhostname = host.domain.tld
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain, permit_sasl_authenticated,
permit_mynetworks, check_recipient_access
hash:/etc/postfix/roleaccount_exceptions, reject_unauth_destination,
reject_rbl_client bl.spamcop.net, reject
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
Thank You.
- Andrew
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]