CVS: tmda/htdocs config-pre.ht,1.20,1.21 config-pre.html,1.49,1.50
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv7377 Modified Files: config-pre.ht config-pre.html Log Message: Re-add the Main Configuration instructions for Exim now that sendmail transport is the default. Also add a workaround for sites that can't set the 'untrusted_set_sender' option. Index: config-pre.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.ht,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- config-pre.ht 24 Sep 2003 19:46:29 -0000 1.20 +++ config-pre.ht 13 Oct 2003 23:48:51 -0000 1.21 @@ -79,6 +79,23 @@ Edit your Exim run time configuration file as follows: +<h5>MAIN CONFIGURATION</h5> + +<ol> +<li> +TMDA uses sendmail's `-f' option to set the envelope sender +address on outgoing messages. By default this option is only +available to Exim's "trusted users". You can also add +<b>untrusted_set_sender = true</b> to your Exim configuration +which allows untrusted users use of the -f command line option. +<br><br> + +If you cannot set this option for some reason, a workaround +is to set <strong>MAIL_TRANSPORT = "smtp"</strong> in your +~/.tmda/config, which will cause TMDA to send mail using direct +SMTP instead of the sendmail command, thus bypassing this problem. +</ol> + <h5>DIRECTOR/ROUTER CONFIGURATION</h5> <ol> Index: config-pre.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- config-pre.html 24 Sep 2003 19:46:29 -0000 1.49 +++ config-pre.html 13 Oct 2003 23:48:51 -0000 1.50 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Wed Sep 24 13:43:39 2003 --> +<!-- Mon Oct 13 17:47:17 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -270,6 +270,23 @@ <a name="exim"><h4>MTA Configuration (Exim)</h4></a> Edit your Exim run time configuration file as follows: + +<h5>MAIN CONFIGURATION</h5> + +<ol> +<li> +TMDA uses sendmail's `-f' option to set the envelope sender +address on outgoing messages. By default this option is only +available to Exim's "trusted users". You can also add +<b>untrusted_set_sender = true</b> to your Exim configuration +which allows untrusted users use of the -f command line option. +<br><br> + +If you cannot set this option for some reason, a workaround +is to set <strong>MAIL_TRANSPORT = "smtp"</strong> in your +~/.tmda/config, which will cause TMDA to send mail using direct +SMTP instead of the sendmail command, thus bypassing this problem. +</ol> <h5>DIRECTOR/ROUTER CONFIGURATION</h5>