> Greetings Koldo Navarro: > thanks for your answer, but copy depends only on sender. All outgoing > emails must be copied, regardless the recipient.
So it depends on sender *and* destination (you want to copy all remote mail from a specific sender). In that case, you need the second part of my reply, repeated below: When the copy must depend on both the sender *and* the destination, then you need an external solution: - A dummy SMTP-based content filter that splits the mail stream, for example based on smtpprox from http://bent.latency.net/smtpprox/ - A Milter that selectively adds the carbon-copy recipient. Milters are available in Python, Perl, and other languages. Wietse