Change list-owner majordomo

melker

Verified User
Joined
Oct 15, 2007
Messages
11
Is it possible to change the list-owner in majordomo?

Right now it seems like the account@serverhost are the list-owner but i want account@virtualhost to be list-owner.
 
Is it possible to change the list-owner in majordomo?

AFAIK, it is

From the comman prompt issue
locate list.aliases

You should see something like
/etc/virtual/domain_name.net/majordomo/list.aliases

Then, using your editor, open the list.aliases for the domain
I used arts as the list name.
The default address is what DA sets up when the list is created

arts: "|/etc/virtual/majordomo/wrapper resend -C /etc/virtual/domain_name.net/majordomo/majordo$
arts-approval: defaultaddress@domain_name.net
arts-digest: arts@domain_name.net
arts-digest-approval: defaultaddress@domain_name.net
arts-digest-owner: defaultaddress@domain_name.net
arts-digest-request: "|/etc/virtual/majordomo/wrapper majordomo -C /etc/virtual/baltimorearts.co$
arts-owner: defaultaddress@domain_name.net
arts-request: "|/etc/virtual/majordomo/wrapper majordomo -C /etc/virtual/domain_name.net/majord$
majordomo: "|/etc/virtual/majordomo/wrapper majordomo -C /etc/virtual/domain_name.net/majord$
majordomo-owner:defaultaddress@domain_name.net
owner-arts: defaultaddress@domain_name.net
owner-arts-digest: defaultaddress@domain_name.net
owner-arts-digest-outgoing: defaultaddress@domain_name.net
owner-arts-out: defaultaddress@domain_name.net
owner-majordomo:defaultaddress@domain_name.net

copy the file to something like list.aliases.old and then you can
edit the address of arts-owner and owner-arts

Caveat....this is what I used to do on RA servers...I think the logic holds true for DA.

It would be nice if DA could change thier list setup script to allow one to change the default owner emails....but you can do it this way.

Let me know how it works for you....
 
Back
Top