At Sat, 08 Nov 2003 11:27:09 -0700, Jason R Mastaler wrote: > What did change (see UPGRADE) is > that the default mail transport changed from using SMTP to > /usr/sbin/sendmail. > > Apparently Exim doesn't allow users to use sendmail -f to change the > envelope sender address by default, which BTW makes absolutely no > sense to me. In any case, see #1 under Main Configuration at > http://tmda.net/config-pre.html#exim
Ah, that got me on the the right track. It turns out that exim 4 allows and requires you to set a pattern for untrusted_set_sender, rather than a boolean. so my exim config file now has a line like untrusted_set_sender = ^$sender_ident- which lets people add an extension to their id. One of those nifty, but completely non-backwards compatible sort of features. Anyway, it nows seems to be work fine, thanks to you both. Perhaps a short note in the FAQ entry is in order. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
