On Fri, 10 Dec 2010 17:12:17 +0300, c0re <nr1c...@gmail.com> wrote:
> I do use aliases file and I know what is it.
> But it looks like not this case.
> I want Cc: be rewritten like in aliases file defined in Cc: header,
> not only those one that comes in "RCPT TO:".
> And sendmail does not do it with Cc: field.
> Yes, recipient that in Cc: field do receive this mail, all ok in this
> way, but I want in MY mail Cc: field been rewritten as it is in
> aliases.
>
> I want to see in my mail this email headers
> to: u...@domain.com
> cc: us...@site2.domain.com
>
> Not this one:
> to: u...@site1.domain.com
> cc: us...@domain.com
>
> Looked at postfix - same thing, no such feature saw there in documentation.

That's because aliases do not actually 'rewrite' anything.  They merely
redirect the message.  Have a look at:

    FEATURE('masquerade_envelope')
    FEATURE(`allmasquerade')

But pay careful attention to the warning about `allmasquerade' in the
docs at `/usr/share/sendmail/cf/README'.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to