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-wo...@netwrx1.org','skunk-wo...@lists.netwrx1.org'), ('skunk-works-ad...@netwrx1.org','skunk-works-ad...@lists.netwrx1.org'), ('skunk-works-boun...@netwrx1.org','skunk-works-boun...@lists.netwrx1.org'), ('skunk-works-conf...@netwrx1.org','skunk-works-conf...@lists.netwrx1.org'), ('skunk-works-j...@netwrx1.org','skunk-works-j...@lists.netwrx1.org'), ('skunk-works-le...@netwrx1.org','skunk-works-le...@lists.netwrx1.org'), ('skunk-works-ow...@netwrx1.org','skunk-works-ow...@lists.netwrx1.org'), ('skunk-works-requ...@netwrx1.org','skunk-works-requ...@lists.netwrx1.org'), ('skunk-works-subscr...@netwrx1.org','skunk-works-subscr...@lists.netwrx1.org'), ('skunk-works-unsubscr...@netwrx1.org','skunk-works-unsubscr...@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 ('muf...@petdiabetes.net','muf...@lists.netwrx1.org'), ('muffin-ad...@petdiabetes.net','muffin-ad...@lists.netwrx1.org'), ('muffin-boun...@petdiabetes.net','muffin-boun...@lists.netwrx1.org'), ('muffin-conf...@petdiabetes.net','muffin-conf...@lists.netwrx1.org'), ('muffin-j...@petdiabetes.net','muffin-j...@lists.netwrx1.org'), ('muffin-le...@petdiabetes.net','muffin-le...@lists.netwrx1.org'), ('muffin-ow...@petdiabetes.net','muffin-ow...@lists.netwrx1.org'), ('muffin-requ...@petdiabetes.net','muffin-requ...@lists.netwrx1.org'), ('muffin-subscr...@petdiabetes.net','muffin-subscr...@lists.netwrx1.org'), ('muffin-unsubscr...@petdiabetes.net','muffin-unsubscr...@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 ('muf...@petdiabetes.net','muf...@lists.petdiabetes.net'), ('muffin-ad...@petdiabetes.net','muffin-ad...@lists.petdiabetes.net'), ('muffin-boun...@petdiabetes.net','muffin-boun...@lists.petdiabetes.net'), ('muffin-conf...@petdiabetes.net','muffin-conf...@lists.petdiabetes.net'), ('muffin-j...@petdiabetes.net','muffin-j...@lists.petdiabetes.net'), ('muffin-le...@petdiabetes.net','muffin-le...@lists.petdiabetes.net'), ('muffin-ow...@petdiabetes.net','muffin-ow...@lists.petdiabetes.net'), ('muffin-requ...@petdiabetes.net','muffin-requ...@lists.petdiabetes.net'), ('muffin-subscr...@petdiabetes.net','muffin-subscr...@lists.petdiabetes.net'), ('muffin-unsubscr...@petdiabetes.net','muffin-unsubscr...@lists.petdiabetes.net'); Thanks, I'm slowly getting the hang of this, George ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org