On 12/17/2010 03:19 PM, Wietse Venema wrote:
[...]
If there is any indication that the program does not behave according
to the documentation, please describe the symptoms in a manner that
allows the problem to be reproduced (i.e. configuration + logging).

        Wietse

The problem is, if I write a new alias and do what I describe into it and send an email it works. But the aliases, that were allready there and contain multiple entries somehow work differently. And the offsite delivery there does not happen, while local users do receive the mail addressed to the alias.

The log does not contain errors or warning messages when that happens.

postconf -n output is attached.

Regards,
B.
alias_database = hash:/etc/postfix/aliases
alias_maps = ldap:alias, ldap:useralias, ldap:forward, hash:/etc/postfix/aliases
allow_mail_to_commands = alias,forward
biff = no
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/sender_canonical_maps
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:localhost:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_process_limit = 300
disable_vrfy_command = yes
empty_address_recipient = ""
header_checks = pcre:/etc/postfix/header_checks
inet_interfaces = all
local_destination_concurrency_limit = 5
local_destination_recipient_limit = 300
local_recipient_maps = ldap:routing $alias_maps 
pcre:/etc/postfix/dspam_auto_users
mail_owner = postfix
mailbox_size_limit = 500000000
mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
maps_rbl_domains = sbl.spamhaus.org
masquerade_classes = envelope_sender, header_sender
masquerade_domains = ourdomain.tld
max_use = 10
maximal_queue_lifetime = 6h
message_size_limit = 200000000
minimal_backoff_time = 120s
mydestination = $myhostname, localhost.$mydomain, $mydomain, mb.ourdomain.tld, 
kp.ourdomain.tld, ce.ourdomain.tld, kr.ourdomain.tld, ms.ourdomain.tld
mynetworks = 127.0.0.0/8, 192.168.0.0/16
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
notify_classes = software
queue_directory = /var/spool/postfix
queue_minfree = 50000
readme_directory = /usr/share/doc/postfix-2.0.18/README_FILES
relay_domains = $mydestination 
sample_directory = /usr/share/doc/postfix-2.0.18/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_destination_concurrency_limit = 20
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,                       
         permit_mynetworks,                                
reject_non_fqdn_sender,                                
reject_non_fqdn_recipient,                                
reject_unknown_recipient_domain,                                
reject_maps_rbl,                                check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_tls_CApath = /usr/share/ssl/certs/
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /usr/share/ssl/certs/mail.ourdomain.tld.crt
smtpd_tls_key_file = /usr/share/ssl/certs/mail.ourdomain.tld.key
smtpd_tls_wrappermode = no
smtpd_use_tls = yes
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_domains = dom1.tld dom2.tld dom3.tld
virtual_alias_maps = ldap:routing, ldap:alias

Reply via email to