ram wrote:
On Thu, 2007-10-18 at 13:55 -0400, Daryl C. W. O'Shea wrote:
ram wrote:
spf: relayed through one or more trusted relays, cannot use header-based
Envelope-From, skipping
[31516] dbg: spf: def_spf_whitelist_from: could not find useable
envelope sender
------------
Enable always_trust_envelope_sender.
Ok Works fine
But Why is this not enabled by default ?? There must be some issue
which I am not able to see
The option was added mid-3.0 and was not enabled by default so that
behaviour didn't change mid-way through a stable branch.
The intent of the original behaviour was to avoid situations where your
own relays alter the envelope sender. This was mainly to accommodate
fetchmail rewriting the envelope sender.
Changing the default in 3.3 to enabled would probably better fit the
majority of installations. If you'd like to open a bugzilla tickets
about it I'm sure we'd consider it.
Daryl