bruce a écrit :
> hi.
> 
> in testing mail/postfix, i'm finding that the mail that i get on the
> destination/target email is sent from the "user" who's sent the email.
> 
> is there an attribute that i can set within the postfix main.cf file
> to force that name to be "foo"...
> 
> I've been looking but I can't find it... so i must have missed it!
> 

postfix is an MTA: a Mail Transport Agent. It takes client mail and pass
it to destination. the place to write messages is in the Mail User Agent
(MUA).

of course, postfix has features to rewrite things. for example
/^From: .*/     REPLACE From: f...@example.com
will rewrite the From header, but I doubt this is what you want! (no,
there is no "lookup the header in mysql and replace with the value found
there..").

What problem are you trying to solve?

Reply via email to