hi ya mike
> Mike Horton wrote:
>
> I have Majordomo set up and working just fine. What I need to know though,
> is if anyone knows of an easy way to get about 150 linux users all
> subscribed to the list without entering them all by hand. Is there some
> way to get Majordomo to look at my password file and add all the users
> automatically.
make sure you and nobody is sending an outgoing email at the time
#
# take out things like root, bin, daemon and other system users
#
cut -d: -f 1 /etc/passwd | egrep -iv "root|bin|adm|halt|news|mail...." > /tmp/list.of.users.txt
mv /tmp/list.of.users.txt /home/majordomo/Lists/mailingList
echo "testing MailingList" | elm -v -s "testing ml" MailingList
c ya
alvin
References:
|
|