On Fri, 12 Sep 2003, Miham KEREKES wrote: > Hi, > > I'm trying to set up cyrus-imap with exim4. Exim4 does smtp-time virus > and spamscan, and then calls cyrdeliver with arg username. > The only error is, that cyrdeliver always complaining about: > "Message contains invalid header", and the message doesn't get delivered. ...
By default Exim will send a "From_" header when using a pipe transport. You should read the documentation, and switch that off. If you using a resonably recent version of Exim, just us lmtp instead. Tom