![]() |
In this User Guide, the domain of example.com is used as a placeholder domain, and listname is used as a place holder for your actual mailing list name. Please substitute your actual domain name and listname where necessary. |
![]() |
These passwords are only relevant when using e-mail to directly manage a Majordomo mailing list. There generally should be no need to change them. If you are actively managing or trying to manage a Majordomo list using e-mail commands, that is outside of our support. If you are trying to do this you should become very familiar with the Majordomo FAQ – http://www.greatcircle.com/majordomo/majordomo-faq.html. There are also many other Majordomo tutorials online. We only support what can be directly managed through the Control Panel. |
![]() |
All of the command line examples in this User Guide must be done while logged in via SSH as the root user. See the SSH User Guide for more information if necessary. The ability to use standard Linux commands and edit files using the vi text editor is required. |
/var/spool/vmail/example.com/lists/ -rwxr-xr-x 1 majordomo majordomo 38 Mar 30 17:34 listname -rw-r--r-- 1 root root 16595 Feb 21 22:48 listname.config -rwxr-xr-x 1 majordomo majordomo 29 Feb 21 21:52 listname.intro |
[root@example lists]# ll total 36 -rwxr-xr-x 1 majordomo majordomo 38 Mar 30 17:32 listname -rwxr-xr-x 1 majordomo majordomo 38 Mar 30 17:29 listname.back -rw-r--r-- 1 root root 16595 Feb 21 22:48 listname.config -rwxr-xr-x 1 majordomo majordomo 29 Feb 21 21:52 listname.intro -rwxr-xr-x 1 root root 348 Mar 30 17:32 listname.users [root@example lists]# [root@example lists]# mv listname{,.bck} [root@example lists]# cp listname.users listname [root@example lists]# ll total 40 -rwxr-xr-x 1 root root 348 Mar 30 17:34 listname -rwxr-xr-x 1 majordomo majordomo 38 Mar 30 17:29 listname.back -rwxr-xr-x 1 majordomo majordomo 38 Mar 30 17:32 listname.bck -rw-r--r-- 1 root root 16595 Feb 21 22:48 listname.config -rwxr-xr-x 1 majordomo majordomo 29 Feb 21 21:52 listname.intro -rwxr-xr-x 1 root root 348 Mar 30 17:32 listname.users [root@example lists]# chown majordomo:majordomo listname |