[Mailman-Users] Adding list with new domain. Which alias set would I use

George Kasica gkasica at netwrx1.com
Tue Feb 11 18:16:29 CET 2014


Currently have mailman working here with Postfix and MySQL and in the transport it has


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

I have a couple lists under the netwrx1.org domain here that are working well and aliases look like the below but they are all under the netwrx1.org setup:

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

I want to add a couple lists with their own domains...would the aliases look something like:

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

OR would they be like this with the lists own domain and would I need to do anything to transport or another setting??

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

Thanks, I'm slowly getting the hang of this,

George



More information about the Mailman-Users mailing list