Hi all, I can not find solution for the following problem: if I send mail to user1@mydomain, and list1@mydomain and /etc/aliases contains list1: user1,user2 postfix duplicates email for the user1(2 identical email delivered to user1 mailbox)
postconf -n output: alias_database = hash:/etc/aliases,hash:/etc/mail/sympa/aliases alias_maps = hash:/etc/aliases,hash:/etc/mail/sympa/aliases,ldap:/etc/postfix/ldap-aliases.cf append_dot_mydomain = no biff = no config_directory = /etc/postfix debug_peer_list = 127.0.0.1 enable_original_recipient = no inet_interfaces = all mailbox_size_limit = 0 mailbox_transport = dovecot mydestination = mx.mydomain, localhost.mydomain, localhost myhostname = mx.mydomain mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) Exim4 in that case delivers only 1 email Thank you. -- Best regards, Vasil Mikhalenya