Szépe Viktor writes:


Good afternoon!

I am using an Email-SMS gateway that needs a certain "From:" address.
Every message going to a specific account ([email protected]) needs to be
redirected to the SMS provider and From: header should be rewritten to
a fixed one.

Is it a good idea?

[email protected]:  |/usr/sbin/sendmail -f [email protected]
[email protected]

I think a simple alias does not change the message's content.

Please help me.

The above is not going to change the From: header.

The From: header, and the envelope return path, what gets set by the -f option, are two completely different things.

You need to use something along the lines of reformail, to change the From: header.

Attachment: pgp9oE4yBGPk6.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to