[EMAIL PROTECTED] writes: > I am attempting to migrate from FreeBSD 4.9/Exim 4.22/TMDA 0.85 to > FreeBSD 5.1/Exim 4.24/TMDA 0.87
Thanks for the full description, this I believe gave me enough of a clue that I know what the problem is. > Mostly my old configuration seems to work fine, except for > BOUNCE_ENV_SENDER, which is being set to the From address. > > Here is the line from my config file > > BOUNCE_ENV_SENDER="[EMAIL PROTECTED]" [...] > Did something change in the handling of BOUNCE_ENV_SENDER from 0.85 > to 0.87 No, nothing changed with BOUNCE_ENV_SENDER, and I just tested your exact setting and it works fine. 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 Does this fix your problem? _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
