Re: [Exim] Increase $message_body from 500 chars

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Peter Bowyer
Dátum:  
Címzett: exim-users
Tárgy: 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