Kirill Miazine <[EMAIL PROTECTED]> writes:

> Note this message:
>
>     http://marc.theaimsgroup.com/?m=107003246205307

It is not a good idea to set MAIL_TRANSFER_AGENT = "qmail" unless you
are actually running qmail.  This variable is used for more than just
allowing you to not set DELIVERY.  

For example, this will break BOUNCE_ENV_SENDER on your Exim system,
because the /usr/sbin/sendmail command on Exim needs a different
string than qmail does to set a null envelope sender address (see
Defaults.py).

It may break more things in the future because I'm allowed to assume
the system is really a qmail system if MAIL_TRANSFER_AGENT is set as
such.

That said, the right thing to do is tweak the code so that you still
have the functionality you need when MAIL_TRANSFER_AGENT = "exim".
Whether this will involve adding an additional configuration variable,
I'm not sure.  If you have any suggestions, let us know.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to