> I'm very new to exim and I would like to ask you, how to rewrite
> sender of outgoing e-mails. I have a php application which is sending
> emails without smtp auth. There is 2 e-mail addresses in php
> application which is sending e-mail. One is user@??? and
> second is user@???. Because of missing smtp auth the sender
> is allways ww@??? or www@???. And this is what I want
> to rewrite. If e-mail is going from www@??? I want to rewrite
> it to something else and also the same for www@???. Could
> somebody help me please? The rewrite section of exim docs is very
> poore. Thanks a lot ;)