Differences between revisions 1 and 2
Revision 1 as of 2008-05-27 13:28:19
Size: 2780
Editor: terri
Comment:
Revision 2 as of 2008-06-05 22:41:24
Size: 2765
Editor: terri
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/4292649 #pragma page-filename DOC/versions/8684018
Line 3: Line 3:
Your MTA needs to be configured to support VERP addressing. If you don't know what VERP is, see <[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq02.002.htp]]>. Your MTA needs to be configured to support VERP addressing. If you don't know what VERP is, see [[../So what is this VERP stuff|So what is this VERP stuff]].
Line 14: Line 14:
}}}
Line 16: Line 15:

{{{
Line 20: Line 17:
}}}
Line 22: Line 18:

{{{
Line 29: Line 23:
Note that if you are running Mailman under CPanel, you should not upgrade to version 2.1.5, unless you got that upgrade from CPanel themselves. All Mailman support issues under CPanel should be directed to them. See <[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.011.htp]]>. Note that if you are running Mailman under CPanel, you should not upgrade to version 2.1.5, unless you got that upgrade from CPanel themselves. All Mailman support issues under CPanel should be directed to them. See [[../Mailman and CPanel|Mailman and CPanel]].
Line 33: Line 27:
There are a number of other FAQ entries which discuss VERP, and you can read them by clicking on this link: <[[http://www.python.org/cgi-bin/faqw-mm.py?query=verp&querytype=simple&casefold=yes&req=search]]>. There are a number of other FAQ entries which discuss VERP, and you can read them by clicking on this link: [[http://wiki.list.org/dosearchsite.action?searchQuery.queryString=verp&searchQuery.spaceKey=DOC|Search for VERP ]].
Line 35: Line 29:
For more information on the requirements of Mailman 2.1.5, see also <[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq05.008.htp]]>. For more information on the requirements of Mailman 2.1.5, see also [[../What version of Python is required for Mailman 2.1.5 and 2.1.9?|What version of Python is required for Mailman 2.1.5 and 2.1.9?]].

5.12. What MTA features are required for use with Mailman 2.1.5?

Your MTA needs to be configured to support VERP addressing. If you don't know what VERP is, see So what is this VERP stuff.

From the Mailman-2.1.5/NEWS file:

    - The bounce processor has been redesigned so that now when an address's
      bounce score reaches the threshold, that address will be sent a probe
      message.  Only if the probe bounces will the address be disabled.  The
      score is reset to zero when the probe is sent.  Also, bounce events are
      now kept in an event file instead of in memory.  This should help
      contain the bloat of the BounceRunner.

      New supporting variables in Defaults.py: VERP_PROBE_FORMAT,
      VERP_PROBE_REGEXP

      REGISTER_BOUNCES_EVERY is promoted to a Defaults.py variable.

These probe messages are sent out in VERP format, so if your MTA doesn't support VERP, you're likely to have serious problems with users being unsubscribed, etc....

Note that if you are running Mailman under CPanel, you should not upgrade to version 2.1.5, unless you got that upgrade from CPanel themselves. All Mailman support issues under CPanel should be directed to them. See Mailman and CPanel.

If your server is at a hosting provider, you need to ask your provider if the MTA is currently configured to support VERP. Do not upgrade Mailman to version 2.1.5 until you confirm that this support is in place.

There are a number of other FAQ entries which discuss VERP, and you can read them by clicking on this link: Search for VERP.

For more information on the requirements of Mailman 2.1.5, see also What version of Python is required for Mailman 2.1.5 and 2.1.9?.

The Mailman developers realize that not everyone can guarantee that their MTA provides VERP support, or can get their MTA upgraded to provide this support. Future versions of Mailman 2.1.x will most likely disable all features requiring VERP support by default, although they could easily be re-enabled by administrators wishing to do so. The Mailman developers will also try to figure out a way to automatically detect and make use of VERP support where available, while allowing Mailman to fall back to non-VERP methods where that is not possible.

Last changed on Tue Oct 19 04:11:55 2004 by Brad Knowles Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/What MTA features are required for use with Mailman 2.1.5? (last edited 2015-01-31 02:36:58 by msapiro)