On 2012-07-17 03:58, Wietse Venema wrote:
Darren Pilgrim:
I have Postfix v2.9.1 installed from ports. My OS is:
# uname -a
FreeBSD catnip.pilgrimaccounting.com 8.3-RELEASE-p3 FreeBSD
8.3-RELEASE-p3 #0: Thu Jun 14 13:08:22 PDT 2012
r...@catnip.pilgrimaccounting.com:/usr/obj/usr/src/sys/CATNIP amd64
When I enable IPv6 with the following in main.cf:
inet_protocols = ipv4, ipv6
inet_interfaces = 65.75.198.147, [2001:470:eab1::4]
What is the output of
$ postconf -n
alias_database =
alias_maps =
bounce_template_file = ${config_directory}/bounce.cf
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_list = hash:${maps_dir}/debug_peers
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
fast_flush_domains =
forward_path =
helpful_warnings = no
html_directory = /usr/local/share/doc/postfix
in_flow_delay = 0
inet_interfaces = 65.75.192.54
inet_protocols = ipv4
local_recipient_maps =
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
maps_dir = ${config_directory}/maps
maximal_queue_lifetime = 30d
message_size_limit = 144000000
mydestination =
mydomain = $myhostname
myhostname = catnip.pilgrimaccounting.com
mynetworks = 127.0.0.0/8, $myhostname
myorigin = $myhostname
newaliases_path = /usr/local/bin/newaliases
parent_domain_matches_subdomains =
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix
recipient_delimiter = +
relay_domains =
relay_recipient_maps =
relayhost = relay.brtsvcs.net:587
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_auth_soft_bounce = yes
smtp_sasl_password_maps = hash:${maps_dir}/smtp_sasl_passwords
smtp_sasl_security_options = noanonymous
smtp_tls_CApath = /usr/local/etc/sslcerts/CAs
smtp_tls_mandatory_ciphers = high
smtp_tls_security_level = encrypt
smtp_tls_session_cache_database =
btree:${queue_directory}/private/smtp_tls_session_cache
smtpd_authorized_xforward_hosts = $mynetworks
smtpd_banner = $myhostname ESMTP Postfix (NO UCE)
smtpd_discard_ehlo_keywords = ETRN
smtpd_error_sleep_time = 0
smtpd_hard_error_limit = 5
smtpd_helo_required = yes
smtpd_recipient_restrictions =
reject_unlisted_recipient
reject_unlisted_sender
permit_sasl_authenticated
reject_unauth_destination
check_client_access hash:${maps_dir}/secure_relays
reject
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/dovecot_auth
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /usr/local/etc/sslcerts/CAs/pasca.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file =
/usr/local/etc/sslcerts/catnip.pilgrimaccounting.com.pem
smtpd_tls_loglevel = 1
smtpd_tls_security_level = encrypt
smtpd_tls_session_cache_database =
btree:${queue_directory}/private/smtpd_tls_session_cache
soft_bounce = yes
strict_rfc821_envelopes = yes
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:${maps_dir}/canonical_aliases
hash:${maps_dir}/pas_aliases
virtual_mailbox_domains = $myorigin hash:${maps_dir}/pas_domains
virtual_mailbox_maps = hash:${maps_dir}/pas_mailboxes
virtual_transport = dovecot