|
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: Mon Mar 03 2008 - 18:07:48 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This server has been through a bit of transformation. Originally, it
had virtual domains and the config was generated largely by ISPConfig.
Now, ISPConfig has been uninstalled and the server is rejecting all
mail bound for valid local accounts. I have checked the config but am
unable to see why.
### postconf -n ###
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 =
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = host.domain.com, domain.com
myhostname = host.domain.com
mynetworks = 127.0.0.0/8, /etc/postfix/relay-ip
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_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
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
### /etc/postfix/relay-ip ###
# a local host
192.168.10.100
# another local host
192.168.10.25
# and one more...
192.168.10.98
### roleaccount_exceptions ###
postmaster
OK
abuse
OK
Note: I can send mail for other local users from the host.
I am getting 554 recipient address rejected.
- Andrew
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]