ich habe mal wieder ein Postfix Problem. Seit der Umstellung auf 2.0.18 werden bei mir keine BCC-Mails mehr zugestellt. TO, CC funktioniert tadellos, nur BCC kommt nicht durch. Da die meisten Mailiniglisten aber BCC versenden, ist das natürlich etwas doof. Hat das vielleicht schon mal jemand gehabt und gelöst?
Postfix Ver. 2.0.18 auf Debian 3.0 (Woody)
postconf -n sieht so aus
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 3
debug_peer_list = hash:/etc/postfix/local_domains
mailbox_command = procmail -f- -a "$USER"
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mime_header_checks = regexp:/etc/postfix/mime_header_checks
mydestination = pxxxxxxxx.pureserver.info, localhost
mydomain = pxxxxxxxx.pureserver.info
myhostname = $mydomain
mynetworks = 217.xxx.xxx.xxx/32, 127.0.0.0/8
myorigin = pxxxxxxxx.pureserver.info
newaliases_path = /usr/bin/newaliases
program_directory = /usr/lib/postfix
readme_directory = no
relay_domains = $mydomain
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/saslpass
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
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 = 450
virtual_alias_domains = hash:/etc/postfix/local_domains
virtual_alias_maps = hash:/etc/postfix/virtual
master.cf
Code: Select all
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd -v -o content_filter=spamassassin:
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp -v -o content_filter=spamassassin:
relay unix - - n - - smtpi -v
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
Code: Select all
Aug 20 10:56:26 p15097043 postfix/smtpd[3712]: maps_find: virtual_alias_maps: hash:/etc/postfix/virtual:
struts-user@meine-domain.tld = web2p033
Aug 20 10:56:26 p15097043 postfix/smtpd[3712]: mail_addr_find: struts-user@meine-domain.tld -> web2p033
Axel