Re: [Exim] Increase $message_body from 500 chars

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Peter Bowyer
Data:  
Para: exim-users
Assunto: Re: [Exim] Increase $message_body from 500 chars
Kerry Seibold wrote:

> The problem was that undeliverable mail was being returned to apache,
> not to the Squirrelmail authenticated user


If you want to address the original problem here - I predict you'll need to
set

trusted_users = apache

This lets Squirrelmail set the envelope sender to the SM authenticated
user's address - otherwise Exim won't allow this and will enforce the
address of the (unix) user sending the mail - which is apache.

Peter