[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] owner-lists in majordomo
- Subject: Re: [cobalt-users] owner-lists in majordomo
- From: Duncan Laurie <duncan@xxxxxxxxxx>
- Date: Thu Feb 10 05:12:44 2000
On Thu, 10 Feb 2000, Julien Macquart wrote:
>
> Hi all,
>
> I'm using Majorodomo for my lists, and try to make that the message sent
> from
> Majordomo ariive in a particular adress, different of owner-list..... .
>
> I already change the majordomo.aliases file, but that did nothing ....
>
> Can anyone help me ???
>
For this you will need to find the config file for the list in question..
lets use "cobalt-users" as an example. the file will be called
"cobalt-users.config", and its location depends on your product.
for raq2:
/usr/local/majordomo/lists/cobalt-users.config
for raq3: (substitute the virtual site fqdn for www.x.com)
/usr/local/majordomo/www.x.com/lists/cobalt-users.config
In this there will be a line that begins with "sender" and looks something
like:
sender = owner-cobalt-users
you can change that line to be whatever you want, but be sure that what you
change it to is a valid user/alias on the system or sendmail will not deliver
it. as an alternative you can change it to whatever you changed the owner-
line in /etc/aliases.majordomo as it will be a valid user to sendmail.
-duncan