On Thu, 09 Aug, 2007 at 11:12:13PM +0200, it was scribed by Ralf.Hildebrandt AT
charite DOT de that:
> * Jonathan Kay <jpk AT panix DOT com>:
> > Hi everyone,
> > I have an odd situation here. I have a solaris 10 x64 machine with
> > postfix 2.2.10 & amavids-new running, and mail to a particular domain
> > is not getting sent correctly.
> >
> > When I send mail to well.com, postfix tries to send mail to the IP
> > for well.com, and not to the IP for the MX record for well.com
>
> postconf -n
> output please.
sorry about that
alias_database = dbm:/etc/mail/aliases
alias_maps = dbm:/etc/mail/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 40
default_destination_recipient_limit = 500
default_process_limit = 200
disable_dns_lookups = yes
disable_vrfy_command = yes
forward_path = /var/forward/${user},
$home/.forward.${myhostname}+${extension},
$home/.forward+${myhostname},
$home/.forward.${extension}, $home/.forward
header_checks = regexp:/usr/local/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
local_destination_concurrency_limit = 40
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/man
mydestination = $myhostname, $mydomain, echo.net
mydomain = echonyc.com
myhostname = e3.echonyc.com
mynetworks = 198.67.15.13/32, 127.0.0.0/8, 166.84.0.0/16,
dbm:/etc/postfix/access, 198.67.15.0/24, 204.178.128.0/24, 204.178.12
9.0/24, 204.178.130.0/24, 204.178.131.0/24, 198.143.30.0/24,
166.84.0.0/16, 198.7.0.0/24, 198.7.1.0/24, 198.7.2.0/24, 198.7.3.0
/24, 198.7.4.0/24, 198.7.5.0/24, 198.7.6.0/24, 198.7.7.0/24,
198.143.21.0/24, 162.33.202.0/24
myorigin = $mydomain
newaliases_path = /usr/sbin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $mydestination
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_connection_count_limit = 500
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated,
permit_auth_destination, reject_unauth_destination, reject_unauth_pipelining,
reject_unknown_sender_domain, reject_non_fqdn_sender,
reject_non_fqdn_recipient, reject_unverified_sender, reject_rbl_client
sbl.spamhaus.org, permit
smtpd_delay_reject = no
smtpd_error_sleep_time = 60
smtpd_hard_error_limit = 5
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, check_helo_access
dbm:/usr/local/etc/postfix/helo_access, reject_non_
fqdn_hostname, reject_invalid_hostname, permit
smtpd_recipient_limit = 500
smtpd_recipient_restrictions = check_recipient_access
dbm:/etc/postfix/recipient, permit_mynetworks, permit_sasl_authenticated,
warn_if_reject check_policy_service inet:127.0.0.1:12525, check_sender_access
dbm:/usr/local/etc/postfix/white.map, check_sender_access
dbm:/usr/local/etc/postfix/black.map, check_client_access
dbm:/usr/local/etc/postfix/white.map, reject_unauth_destination,
reject_unknown_sender_domain, reject_non_fqdn_recipient,
reject_unauth_pipelining, reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client cbl.abuseat.org, reject_rbl_client dnsbl.njabl.org,
reject_rbl_client list.dsbl.org, permit_auth_destination
smtpd_restriction_classes =
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain, check_sender_access
dbm:/usr/local/etc/po
stfix/white.map, permit
smtpd_soft_error_limit = 3
smtpd_tls_cert_file = /etc/certs/smtpd.pem
smtpd_tls_key_file = /etc/certs/smtpd.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
unknown_local_recipient_reject_code = 550
virtual_alias_domains = (a bunch, but not well.com)
virtual_alias_maps = dbm:/etc/postfix/virtual
|