Hi Sam!
> untrusted_set_sender = apache
> Command line:
> /usr/exim/bin/exim -bm -dropcr -i -t -f email@???
You have misinterpreted the untrusted_set_sender option:
The "untrusted_set_sender" option allows you to permit untrusted users to
set other envelope sender addresses in a controlled way. When it is set,
untrusted users are allowed to set envelope sender addresses that match
any of the patterns in the list. Like all address lists, the string is
expanded. The identity of the user is in $sender_ident, so you can, for
example, restrict users to setting senders that start with their login ids
by a setting like this:
untrusted_set_sender = ^$sender_ident-
Andy