CVS: tmda/htdocs config-filter.ht,1.26,1.27 config-filter.html,1.50,1.51 config-vars.ht,1.35,1.36 config-vars.html,1.61,1.62 features.ht,1.20,1.21 features.html,1.48,1.49
"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-serv13319/htdocs Modified Files: config-filter.ht config-filter.html config-vars.ht config-vars.html features.ht features.html Log Message: Add support for MMDF-style mailbox delivery courtesy of Tim Rice. Index: config-filter.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- config-filter.ht 9 Jun 2003 02:20:53 -0000 1.26 +++ config-filter.ht 23 Jul 2003 19:52:47 -0000 1.27 @@ -182,6 +182,20 @@ </tr> <tr> +<td>mmdf</td> +<td> +An mmdf instruction begins with a colon. +Please note the following restrictions below. +</td> +<td> +<code> +deliver=:/home/jason/Mailbox<br> +deliver=:~/Mailbox +</code> +</td> +</tr> + +<tr> <td>mbox</td> <td> An mbox instruction begins with a slash or tilde, and does not end with a @@ -212,11 +226,11 @@ </table> <br> -<u>Please note the following restrictions to mbox and Maildir delivery:</u><br> +<u>Please note the following restrictions to mmdf, mbox and Maildir delivery:</u><br> <ul> <li> -TMDA will not create Maildirs or mbox files if they do not exist. You +TMDA will not create Maildirs, mmdf or mbox files if they do not exist. You must create them prior to having TMDA deliver mail to them with commands like <a href="http://www.qmail.org/man/man1/maildirmake.html" TARGET="Resource Window"> @@ -225,17 +239,17 @@ <br><br> <li> -TMDA requires write access to any Maildir or mbox file you wish to +TMDA requires write access to any Maildir, mmdf or mbox file you wish to deliver mail to. <br><br> <li> -TMDA will not deliver to an mbox symlink. Specify the path to the +TMDA will not deliver to an mmdf or mbox symlink. Specify the path to the actual mbox file instead. <br><br> <li> -Do not deliver to mbox files located on an NFS filesystem. This is +Do not deliver to mmdf or mbox files located on an NFS filesystem. This is unsafe and can corrupt your mbox file -- this applies to all MDAs, not just TMDA. Use Maildir instead as it is immune to such problems. Index: config-filter.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- config-filter.html 3 Jul 2003 20:36:39 -0000 1.50 +++ config-filter.html 23 Jul 2003 19:52:47 -0000 1.51 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Thu Jul 3 14:34:16 2003 --> +<!-- Wed Jul 23 13:44:07 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -368,6 +368,20 @@ </tr> <tr> +<td>mmdf</td> +<td> +An mmdf instruction begins with a colon. +Please note the following restrictions below. +</td> +<td> +<code> +deliver=:/home/jason/Mailbox<br> +deliver=:~/Mailbox +</code> +</td> +</tr> + +<tr> <td>mbox</td> <td> An mbox instruction begins with a slash or tilde, and does not end with a @@ -398,11 +412,11 @@ </table> <br> -<u>Please note the following restrictions to mbox and Maildir delivery:</u><br> +<u>Please note the following restrictions to mmdf, mbox and Maildir delivery:</u><br> <ul> <li> -TMDA will not create Maildirs or mbox files if they do not exist. You +TMDA will not create Maildirs, mmdf or mbox files if they do not exist. You must create them prior to having TMDA deliver mail to them with commands like <a href="http://www.qmail.org/man/man1/maildirmake.html" TARGET="Resource Window"> @@ -411,17 +425,17 @@ <br><br> <li> -TMDA requires write access to any Maildir or mbox file you wish to +TMDA requires write access to any Maildir, mmdf or mbox file you wish to deliver mail to. <br><br> <li> -TMDA will not deliver to an mbox symlink. Specify the path to the +TMDA will not deliver to an mmdf or mbox symlink. Specify the path to the actual mbox file instead. <br><br> <li> -Do not deliver to mbox files located on an NFS filesystem. This is +Do not deliver to mmdf or mbox files located on an NFS filesystem. This is unsafe and can corrupt your mbox file -- this applies to all MDAs, not just TMDA. Use Maildir instead as it is immune to such problems. Index: config-vars.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.ht,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- config-vars.ht 11 Jul 2003 23:02:59 -0000 1.35 +++ config-vars.ht 23 Jul 2003 19:52:47 -0000 1.36 @@ -832,6 +832,8 @@ <code>DELIVERY = "~/Maildir/"</code><br> <code>DELIVERY = "~/Mailbox"</code><br> <code>DELIVERY = "/var/mail/jasonrm"</code><br> +<code>DELIVERY = ":~/Mailbox"</code><br> +<code>DELIVERY = ":/var/spool/mail/jasonrm"</code><br> <code>DELIVERY = "|/usr/bin/maildrop"</code><br> <code>DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"</code><br> <code>DELIVERY = "[email protected]"</code> @@ -1320,7 +1322,7 @@ A single character which specifies the separator between user names and address extensions (e.g, user-ext). The default under qmail is `-', while the default for Sendmail and -friends is likely `+'. +friends is likely `+'. The default for MMDF is '='. <br><br> Default is "-" <dt><hr> Index: config-vars.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- config-vars.html 11 Jul 2003 23:02:59 -0000 1.61 +++ config-vars.html 23 Jul 2003 19:52:47 -0000 1.62 @@ -1,186 +1,191 @@ -<HTML> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Fri Jul 11 16:42:53 2003 --> -<!-- USING HT2HTML 1.2 --> -<!-- SEE http://barry.wooz.org/software/ht2html --> +<!-- Wed Jul 23 13:44:08 2003 --> +<!-- USING HT2HTML 2.0 --> +<!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: Title: TMDA Configuration Variables --> -<HEAD> -<TITLE>TMDA Configuration Variables</TITLE> - -</HEAD> -<BODY BGCOLOR="#ffffff" TEXT="#000000" - TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" - LINK="#0000bb" VLINK="#551a8b" - ALINK="#ff0000"> +<head> +<title>TMDA Configuration Variables</title> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> +<style type="text/css"> +body { margin: 0px; } +</style> +</head> +<body bgcolor="#ffffff" text="#000000" + marginwidth="0" marginheight="0" + link="#0000bb" vlink="#551a8b" + alink="#ff0000"> <!-- start of page table --> -<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> <!-- start of banner row --> -<TR> +<tr> <!-- start of corner cells --> -<TD WIDTH=150 VALIGN=CENTER BGCOLOR="#afeeee"> +<td width="150" valign="middle" bgcolor="#afeeee" class="corner"> <center><font size="+2" - >>>> TMDA </font></center> </TD> -<TD WIDTH=15 BGCOLOR="#cccccc"> </TD><!--spacer--> + >>>> TMDA </font></center> </td> +<td width="15" bgcolor="#cccccc"> </td><!--spacer--> <!-- end of corner cells --> <!-- start of banner --> -<TD WIDTH="90%" BGCOLOR="#cccccc"> +<td width="90%" bgcolor="#cccccc" class="banner"> <!-- start of site links table --> -<TABLE WIDTH="100%" BORDER=0 +<table width="100%" border="0" CELLSPACING=0 CELLPADDING=0 - COLS=4 ROWS=1 BGCOLOR="#ffffff"> -<TR> - <TD BGCOLOR="#cccccc"> + bgcolor="#ffffff"> +<tr> + <td bgcolor="#cccccc"> <a href="./index.html">TMDA Homepage</a><br>[ <a href="http://www.au.tmda.net/">AU</a> | <a href="http://www.us.tmda.net/">US</a> mirror ] - </TD> - <TD BGCOLOR="#cccccc"> + </td> + <td bgcolor="#cccccc"> <a href="./tmda-cgi">tmda-cgi</a> - </TD> - <TD BGCOLOR="#cccccc"> + </td> + <td bgcolor="#cccccc"> <a href="http://sourceforge.net/projects/tmda">TMDA @ SourceForge</a> - </TD> - <TD BGCOLOR="#cccccc"> - </TD> -</TR> -</TABLE><!-- end of site links table --> + </td> + <td bgcolor="#cccccc"> + </td> +</tr> +</table><!-- end of site links table --> -</TD><!-- end of banner --> -</TR><!-- end of banner row --> -<TR><!-- start of sidebar/body row --> +</td><!-- end of banner --> +</tr><!-- end of banner row --> +<tr><!-- start of sidebar/body row --> <!-- start of sidebar cells --> -<TD WIDTH=150 VALIGN=TOP BGCOLOR="#cccccc"> +<td width="150" valign="top" bgcolor="#cccccc" class="sidebar"> <!-- start of sidebar table --> -<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=3 - BGCOLOR="#ffffff"> -<TR><TD BGCOLOR="#191970"><B><FONT COLOR="#ffffff"> +<table width="100%" border="0" cellspacing="0" cellpadding="3" + bgcolor="#ffffff"> +<tr><td bgcolor="#191970"><b><font color="#ffffff"> Overview -</FONT></B></TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="index.html">Introduction</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="history.html">History</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="features.html">Features</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="results.html">Results & Testimonials</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="inuse.html">TMDA In Use</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="press.html">Press Coverage</A><!-- -*- html -*- --> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<TR><TD BGCOLOR="#191970"><B><FONT COLOR="#ffffff"> +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="index.html">Introduction</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="history.html">History</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="features.html">Features</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="results.html">Results & Testimonials</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="inuse.html">TMDA In Use</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="press.html">Press Coverage</a><!-- -*- html -*- --> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#191970"><b><font color="#ffffff"> Install -</FONT></B></TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="requirements.html">Requirements</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="download.html">Download</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="install.html">Installation</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="upgrade.html">Upgrading</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<TR><TD BGCOLOR="#191970"><B><FONT COLOR="#ffffff"> +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="requirements.html">Requirements</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="download.html">Download</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="install.html">Installation</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="upgrade.html">Upgrading</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#191970"><b><font color="#ffffff"> Configuration -</FONT></B></TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="config.html">Overview</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="config-pre.html">Pre-Configuration</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="config-server.html">Server Configuration</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="config-client.html">Client Configuration</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="config.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="config-pre.html">Pre-Configuration</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="config-server.html">Server Configuration</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="config-client.html">Client Configuration</a> +</td></tr> +<tr><td bgcolor="#cccccc"> <b>Configuration Variables</b> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="config-filter.html">Filter Specification</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="filter-sources.html">Filter Sources</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<TR><TD BGCOLOR="#191970"><B><FONT COLOR="#ffffff"> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="config-filter.html">Filter Specification</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="filter-sources.html">Filter Sources</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#191970"><b><font color="#ffffff"> HOWTOs -</FONT></B></TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="howtos.html">Overview</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="howto-template.html">Templates</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="tmda-ofmipd.html">tmda-ofmipd</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="tmda-vdomains.html">Virtual Domains</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<TR><TD BGCOLOR="#191970"><B><FONT COLOR="#ffffff"> +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="howtos.html">Overview</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="howto-template.html">Templates</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="tmda-ofmipd.html">tmda-ofmipd</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="tmda-vdomains.html">Virtual Domains</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#191970"><b><font color="#ffffff"> Support -</FONT></B></TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="trouble.html">Troubleshooting</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="trouble.html">Troubleshooting</a> +</td></tr> +<tr><td bgcolor="#cccccc"> <a href="http://tmda.net/faq.cgi" TARGET="Resource Window">FAQ</a> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="bugs.html">Bugs & Patches</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="bugs.html">Bugs & Patches</a> +</td></tr> +<tr><td bgcolor="#cccccc"> <a href="http://tmda.net/lists/listinfo/" TARGET="Resource Window">Mailing Lists</a> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> +</td></tr> +<tr><td bgcolor="#cccccc"> <a href="http://mla.libertine.org/" TARGET="Resource Window">List Archive</a> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="support-commercial.html">Commercial Support</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="resources.html">External Resources</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="mirrors.html">Mirrors</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<TR><TD BGCOLOR="#191970"><B><FONT COLOR="#ffffff"> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="support-commercial.html">Commercial Support</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="resources.html">External Resources</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mirrors.html">Mirrors</a> +</td></tr> +<tr><td bgcolor="#cccccc"> +<tr><td bgcolor="#191970"><b><font color="#ffffff"> Author -</FONT></B></TD></TR> -<TR><TD BGCOLOR="#cccccc"> -<A HREF="mailto:[email protected]">Jason R. Mastaler</A> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> +</font></b></td></tr> +<tr><td bgcolor="#cccccc"> +<a href="mailto:[email protected]">Jason R. Mastaler</a> +</td></tr> +<tr><td bgcolor="#cccccc"> -</TD></TR> -<TR><TD BGCOLOR="#cccccc"> +</td></tr> +<tr><td bgcolor="#cccccc"> © 2001-2003 -</TD></TR> -</TABLE><!-- end of sidebar table --> +</td></tr> +</table><!-- end of sidebar table --> -</TD> -<TD WIDTH=15> </TD><!--spacer--> +</td> +<td width="15"> </td><!--spacer--> <!-- end of sidebar cell --> <!-- start of body cell --> -<TD VALIGN=TOP WIDTH="90%"><BR> +<td valign="top" width="90%" class="body"><br> <h3>TMDA Configuration Variables</h3> <ul> @@ -1013,6 +1018,8 @@ <code>DELIVERY = "~/Maildir/"</code><br> <code>DELIVERY = "~/Mailbox"</code><br> <code>DELIVERY = "/var/mail/jasonrm"</code><br> +<code>DELIVERY = ":~/Mailbox"</code><br> +<code>DELIVERY = ":/var/spool/mail/jasonrm"</code><br> <code>DELIVERY = "|/usr/bin/maildrop"</code><br> <code>DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"</code><br> <code>DELIVERY = "[email protected]"</code> @@ -1501,7 +1508,7 @@ A single character which specifies the separator between user names and address extensions (e.g, user-ext). The default under qmail is `-', while the default for Sendmail and -friends is likely `+'. +friends is likely `+'. The default for MMDF is '='. <br><br> Default is "-" <dt><hr> @@ -1893,7 +1900,7 @@ Default is 0 (turned off) </dl> -</TD><!-- end of body cell --> -</TR><!-- end of sidebar/body row --> -</TABLE><!-- end of page table --> -</BODY></HTML> +</td><!-- end of body cell --> +</tr><!-- end of sidebar/body row --> +</table><!-- end of page table --> +</body></html> Index: features.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/features.ht,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- features.ht 8 May 2003 01:41:23 -0000 1.20 +++ features.ht 23 Jul 2003 19:52:47 -0000 1.21 @@ -28,7 +28,7 @@ including multi-byte character sets (e.g, Chinese, Japanese, Korean).<br><br> <li>Local mail delivery, including qmail-style Maildirs, mboxrd-format -mboxes, program (pipe) delivery, and forward to an e-mail address.<br><br> +mboxes, MMDF-style mailboxes, program (pipe) delivery, and forward to an e-mail address.<br><br> <li>Smart auto-responding -- won't reply to a mailing list, bounce message, or another auto-response. Includes auto-response rate limiting Index: features.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/features.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- features.html 3 Jul 2003 20:36:40 -0000 1.48 +++ features.html 23 Jul 2003 19:52:47 -0000 1.49 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Thu Jul 3 14:34:18 2003 --> +<!-- Wed Jul 23 12:15:36 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -214,7 +214,7 @@ including multi-byte character sets (e.g, Chinese, Japanese, Korean).<br><br> <li>Local mail delivery, including qmail-style Maildirs, mboxrd-format -mboxes, program (pipe) delivery, and forward to an e-mail address.<br><br> +mboxes, MMDF-style mailboxes, program (pipe) delivery, and forward to an e-mail address.<br><br> <li>Smart auto-responding -- won't reply to a mailing list, bounce message, or another auto-response. Includes auto-response rate limiting _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs