Serveur Postfix

Bonjour à tous, je viens demander vous demander de l’aide.
Mon serveur postfix fonctionne parfaitement mise à part un point.
J’ai un souçis avec une double redirection sur un email externe :

Email A = info@domain.com (sur mon serveur)
Email B = help@domain.com (sur mon serveur)
Email C = support@domainextern.com (domain sur un autre serveur)
Email D = it@domain.com (sur mon serveur)

Le cas qui ne fonctionne pas :
Email A -> (bcc) Email B -> (bcc) Email C

L’email A est correctement redirigé sur l’Email B, mais rien n’arrive sur l’email externe C, alors que sur une adresse interne ça fonctionne.

Par contre les cas suivant fonctionnent :
Email A -> (bcc) Email C
Email A -> (alias) Email C
Email A -> (bcc) Email B -> (bcc) Email D
Email A -> (alias) Email B -> (alias) Email C
Email A -> (alias) Email B -> (bcc) Email C

Voici ci dessous une copie de mon master.cf

[code]#
spamassassin unix - n n - - pipe
flags=Rq user=vmail argv=/var/shell/spamassassin.sh -f $sender – $recipient

smtp-amavis unix - - n - 3 lmtp
-o content_filter=
-o receive_override_options=no_header_body_checks,no_address_mappings
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
-o smtp_send_xforward_command=yes

dksign unix - - n - 2 smtp
-o smtp_send_xforward_command=yes
-o smtp_discard_ehlo_keywords=8bitmime

127.0.0.1:10025 inet n - n - - smtpd
-o receive_override_options=no_header_body_checks,no_address_mappings
-o content_filter=
-o local_recipient_maps=
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
smtp inet n - - - 2 smtpd
-o content_filter=spamassassin
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp

When relaying mail as backup MX, disable fallback_relay to avoid MX loops

relay unix - - - - - smtp
-o fallback_relay=
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache

maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
[/code]

J’espère que vous pourrez m’aider.
Merci d’avance !