-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
There's a recipe for exim's configuration that makes it unnecessary to add aliases to /etc/aliases for every mailing list.
list_transport:
driver = pipe
command = "/var/spool/smartlist/.bin/flist
${local_part}${local_part_suffix}"
current_directory = /var/spool/smartlist
home_directory = /var/spool/smartlist
user = smartlist
group = list
Would/is something like this possible for mailman? This std aliases fragment would hint at needing to replace wrapper with a smart-wrapper or such that groks the list addresses (test, test-admin, etc) and calls wrapper as appropriate.
## test mailing list ## created: 27-Jan-2000 root test: "|/var/lib/mailman/mail/wrapper post test" test-admin: "|/var/lib/mailman/mail/wrapper mailowner test" test-request: "|/var/lib/mailman/mail/wrapper mailcmd test" owner-test: test-admin test-owner: test-admin
Would this work? Comments?
Bye, J
PS: Need to get the Mailman source... as that wrapper ain't Python ;-)
Jürgen A. Erhard eMail: jae@ilk.de phone: (GERMANY) 0721 27326 MARS: http://JuergenErhard.tripod.com/mars_index.html The GNU Project (http://www.gnu.org) Win32 has many known work arounds. For example, Linux. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: Use Mailcrypt and GnuPG <http://www.gnupg.org/>
iEYEARECAAYFAji1k9kACgkQN0B+CS56qs2i1QCfdKXgC/3bvk9VCyDFWThx2Xus iWsAoIz+jUdl/12GImZTjTzlpKpeK4ha =JdHL -----END PGP SIGNATURE-----
On Thu, Feb 24, 2000 at 09:26:02PM +0100, Juergen A. Erhard wrote:
There's a recipe for exim's configuration that makes it unnecessary to add aliases to /etc/aliases for every mailing list.
list_transport: driver = pipe command = "/var/spool/smartlist/.bin/flist
${local_part}${local_part_suffix}" [...] Would/is something like this possible for mailman? This std aliases
Yes, a similar scheme for mailman is described in the "HOWTO - Using exim and mailman together" that Nigel Metheringham put together: http://www.exim.org/howto/mailman.html
participants (2)
-
Jim Tittsler
-
Juergen A. Erhard