How do I change the old style Majordomo list aliases?

 
              Edit the /etc/aliases file, which is where the majordomo
              aliases are kept. eg:
              webcoders-archive: "|/usr/server/wrapper mhonarc -add -quiet
              -rcfile rcs.mrc -outdir /www/lists /webcoders -stderr
              /var/log/mhonarc -title webcoders"
              webcoders: "|/usr/server/wrapper resend -l webcoders
              webcoders-outgoing"
              webcoders-outgoing: :include:/usr/server/lists/webcoders
              webcoders-request: "|/usr/server/wrapper majordomo -l
              webcoders"
              owner-webcoders: andy
              webcoders-approval: andy
              geton.webcoders: "|/usr/server/wrapper stuff subscribe
              webcoders"
              getoff.webcoders: "|/usr/server/wrapper stuff unsubscribe
              webcoders"
              who.webcoders: "|/usr/server/wrapper stuff who webcoders"

              You will need to use sudo to edit this file.
              IMPORTANT: run newaliases, as this is what converts the
              /etc/aliases file into something that qmail can use!
              newaliases is part of the fastforward package in the qmail
              system
              andy (at) cat.org.au