I have the following problem. My postfix use a virtual ldap database for domain, accounts and aliases (postfix +amavisd-new +dovecot + spamassassin + clamav)

I want to do a blind copy from a virtual user to another user outside of my domain.

So I've added in main.cf :
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc_maps

And in recipient_bcc_maps :
[email protected]   externalu...@externaldomain

The external user receive mutiple mails. The logs are :

Jul 1 09:29:11 vsmail postfix/smtp[21603]: 99FAC3B1F08: to=<*externaluser*>, *relay=127.0.0.1[127.0.0.1]:10024*, delay=8.4, delays=0.05/0/0/8.4, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=20012-19, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as E71883B1F66) Jul 1 09:29:16 vsmail postfix/smtp[21616]: E71883B1F66: to=<*externaluser*>, *relay=smtp-in.orange.fr[80.12.242.53]:25*, delay=5.5, delays=0.05/0.01/4.7/0.73, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as DB5C71C00316) Jul 1 09:29:16 vsmail postfix/smtp[21619]: 029203B1F67: to=<*externaluser*>, *relay=smtp-in.orange.fr[80.12.242.9]:25*, delay=5.7, delays=0.04/0.01/5/0.59, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 3AA0120006B7)

As you can se for each relay a mail is sended.

What i've missed ?

Thanks



--
Hervé Hénoch
Responsable informatique
Institut Sainte Catherine
1750, chemin du Lavarin, 84000 Avignon
Téléphone : 04.90.27.57.44
Messagerie : [email protected]


Reply via email to