Bug 116847 - [PATCH] Add postfix VERP support to mail/mailman
Summary: [PATCH] Add postfix VERP support to mail/mailman
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 01:30 UTC by Xin LI
Modified: 2007-10-23 02:20 UTC (History)
1 user (show)

See Also:


Attachments
mailman-verp.diff (5.21 KB, patch)
2007-10-03 01:30 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2007-10-03 01:30:04 UTC
	In recent Postfix releases the SMTP server has supplied an VERP functionality
which will drastically improve performance of mail delivery when using in conjuction
with Mailman.

	While the patch was submitted to Mailman developers years ago they does not
seem to adopt it.

	The proposed patch adds the support of XVERP delivery to Mailman when
WITH_POSTFIX is specified or choosen in OPTIONS menu.  It is disabled by default
but can easily enabled with VERP_STYLE = 'Postfix' in mm_cfg.py.

	This version of patch is what is running at cn.FreeBSD.org's production
mailing list.

	Maintainer (jmelo@) cc'ed.

How-To-Repeat: 	Mailman can not use XVERP extension of the Postfix SMTP server.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-03 01:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

Over to maintainer
Comment 2 Xin LI freebsd_committer freebsd_triage 2007-10-22 22:26:49 UTC
State Changed
From-To: open->closed

Patch applied because of maintainer timeout. 


Comment 3 Xin LI freebsd_committer freebsd_triage 2007-10-22 22:26:49 UTC
Responsible Changed
From-To: jmelo->delphij

Grab.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-10-23 02:14:25 UTC
delphij     2007-10-22 21:26:50 UTC

  FreeBSD ports repository

  Modified files:
    mail/mailman         Makefile 
    mail/mailman/files   patch-Mailman::Defaults.py.in 
  Added files:
    mail/mailman/files   postfix-verp.diff 
  Log:
  Teach mailman how to utilize postfix's XVERP functionality,
  which drastically improves mail delivery performance when
  VERP is being used.
  
  In order to exploit the performance gain, one has to choose
  'POSTFIX' in the OPTIONS menu, configure postfix with proper
  smtpd_authorized_verp_clients settings, then add:
  
          VERP_STYLE = 'Postfix'
  
  to the mm_cfg.py configuration.
  
  The Postfix style XVERP delivery is disabled by default.
  
  PR:             ports/116847
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.74      +2 -1      ports/mail/mailman/Makefile
  1.4       +18 -5     ports/mail/mailman/files/patch-Mailman::Defaults.py.in
  1.1       +51 -0     ports/mail/mailman/files/postfix-verp.diff (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"