| |||||||||||||||||||||||||||||||
|
I'd like to use the relocated maps on front server. But when I send a message to a relocated user (whose address does nort exist anymore on backend server, thus is no more in relay_recipient_maps) I get the standard error message: Recipient address rejected: User unknown in relay recipient table (in reply to RCPT TO command) instead of the relocated message. Here is my postconf -n output alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no bounce_size_limit = 4096 config_directory = /etc/postfix content_filter = scan:[127.0.0.1]:10024 header_checks = pcre:/etc/postfix/header_checks inet_interfaces = all mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 mime_header_checks = pcre:/etc/postfix/mime_headers mydestination = myhostname = mail.trusted-logic.com mynetworks = 127.0.0.0/8 192.168.0.0/16 62.240.237.72/29 myorigin = trusted-logic.com recipient_delimiter = + relay_domains = trusted-logic.fr trusted-logic.com trustedlogic.fr trustedlogic.com trusted-labs.fr trusted-labs.com trustedlabs.fr relay_recipient_maps = hash:/etc/postfix/aliases/virt_users hash:/etc/postfix/aliases/externals relayhost = relocated_maps = hash:/etc/postfix/relocated smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) smtpd_recipient_restrictions = check_helo_access hash:/etc/postfix/helo_map reject_unlisted_recipient reject_unknown_sender_domain permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_policy_service inet:127.0.0.1:60000 check_client_access hash:/etc/postfix/ok_clients check_recipient_access pcre:/etc/postfix/virus-rcpt.pcre check_recipient_access hash:/etc/postfix/special_recipients check_client_access hash:/etc/postfix/access check_sender_access hash:/etc/postfix/access smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = trusted-logic.fr smtpd_tls_CAfile = /etc/postfix/mailCA.pem smtpd_tls_cert_file = /etc/postfix/mail.crt.pem smtpd_tls_key_file = /etc/postfix/mail.key.pem smtpd_tls_loglevel = 1 smtpd_use_tls = yes transport_maps = hash:/etc/postfix/transports -- Erwan
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com