[Mailman-Users] Help needed Mailman, Postfix with MySQL and Virtual Domain Lists

George Kasica gkasica at netwrx1.com
Sun Feb 9 00:29:30 CET 2014


This is all the setup doc told me to add:

/etc/postfix# cat transport
lists.netwrx1.org     mailman:

This s the other list

INSERT INTO aliases (mail,destination) VALUES
('mailtest at netwrx1.org','mailtest at lists.netwrx1.org'),
('mailtest-admin at netwrx1.org','mailtest-admin at lists.netwrx1.org'),
('mailtest-bounces at netwrx1.org','mailtest-bounces at lists.netwrx1.org'),
('mailtest-confirm at netwrx1.org','mailtest-confirm at lists.netwrx1.org'),
('mailtest-join at netwrx1.org','mailtest-join at lists.netwrx1.org'),
('mailtest-leave at netwrx1.org','mailtest-leave at lists.netwrx1.org'),
('mailtest-owner at netwrx1.org','mailtest-owner at lists.netwrx1.org'),
('mailtest-request at netwrx1.org','mailtest-request at lists.netwrx1.org'),
('mailtest-subscribe at netwrx1.org','mailtest-subscribe at lists.netwrx1.org'),
('mailtest-unsubscribe at netwrx1.org','mailtest-unsubscribe at lists.netwrx1.org'
);

Here is skunk-works:

INSERT INTO aliases (mail,destination) VALUES
('mailtest at netwrx1.org','mailtest at lists.netwrx1.org'),
('mailtest-admin at netwrx1.org','mailtest-admin at lists.netwrx1.org'),
('mailtest-bounces at netwrx1.org','mailtest-bounces at lists.netwrx1.org'),
('mailtest-confirm at netwrx1.org','mailtest-confirm at lists.netwrx1.org'),
('mailtest-join at netwrx1.org','mailtest-join at lists.netwrx1.org'),
('mailtest-leave at netwrx1.org','mailtest-leave at lists.netwrx1.org'),
('mailtest-owner at netwrx1.org','mailtest-owner at lists.netwrx1.org'),
('mailtest-request at netwrx1.org','mailtest-request at lists.netwrx1.org'),
('mailtest-subscribe at netwrx1.org','mailtest-subscribe at lists.netwrx1.org'),
('mailtest-unsubscribe at netwrx1.org','mailtest-unsubscribe at lists.netwrx1.org'
);



-----Original Message-----
From: Mark Sapiro [mailto:mark at msapiro.net] 
Sent: Saturday, February 08, 2014 5:24 PM
To: George Kasica; mailman-users at python.org
Subject: Re: [Mailman-Users] Help needed Mailman, Postfix with MySQL and
Virtual Domain Lists

On 02/08/2014 02:44 PM, George Kasica wrote:
> The ODD part is I have a list here set up as  mailtest and its working
fine.
> I don't see any differences in setup.


Is there a postfix transport maps entry affecting one of these lists/domains
and not the other?

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list