Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120529 - Add vpopmail use flag/mailgid to net-mail/mailman
Summary: Add vpopmail use flag/mailgid to net-mail/mailman
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 05:47 UTC by Johan Bondeson
Modified: 2006-04-18 07:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mailman-2.1.7 patched to support vpopmail USE flag (and also to work correctly with Postfix) (mailman-2.1.7.ebuild,4.24 KB, text/plain)
2006-04-12 04:23 UTC, Michele Beltrame
Details
Mailman 2.1.8rc1 patched to support "vpopmail" flag (mailman-2.1.8_rc1.ebuild,4.13 KB, text/plain)
2006-04-18 07:14 UTC, Michele Beltrame
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bondeson 2006-01-27 05:47:36 UTC
When using mailman with vpopmail, the mailgid is not set correctly. It would be nice to have a use flag for vpopmail when it is set, the ebuild should set the mailgid to vpopmail so that mailman deliveres mails sent to it through vpopmail. The 2.1.7 ebuild already has this mechanism for other MTA:s, but not for vpopmail.
Comment 1 Michele Beltrame 2006-04-12 04:23:57 UTC
Created attachment 84495 [details]
mailman-2.1.7 patched to support vpopmail USE flag (and also to work correctly with Postfix)
Comment 2 Johan Bondeson 2006-04-12 05:56:48 UTC
(In reply to comment #1)
> mailman-2.1.7 patched to support vpopmail USE flag (and also to work correctly
> with Postfix)
> 

I still see no use flag for vpopmail =(
Comment 3 Michele Beltrame 2006-04-18 07:14:21 UTC
Created attachment 84900 [details]
Mailman 2.1.8rc1 patched to support "vpopmail" flag

Here's mailman-2.1.8_rc1 ebuild patched to support vpopmail use flag.

Add the following to you /etc/portage/package.use:

net-mail/mailman -qmail vpopmail

This should work.
Comment 4 Johan Bondeson 2006-04-18 07:20:26 UTC
Great.