On Fri, Dec 29, 2006 at 09:58:58PM -0800, Emmanuel Stapf [ES] wrote: > I've just configured dspam with exim and cyrus, everything seems > to work just fine. But there is one thing I've noticed, the mails > users receive have the following headers added: > - Return-Path: <[EMAIL PROTECTED]> > - Sender: <[EMAIL PROTECTED]> > where `dspam' is the user under which exim launches dspam.
This sounds like something your mailer is doing. What does dspam do with the mail after scanning? Probably you need to configure whatever it's talking to to trust dspam's user; or alternatively make dspam inject scanned messages via SMTP/LMTP. > Is there a way to prevent that? I've tried adding > --mail-from=$sender_address but it does not seem to have an > effect.