test-list-approval: test-list-owner owner-test-list: test-list-owner test-list-owner: root owner-test-list-archive: test-list-owner test-list: "|/usr/lib/majordomo/wrapper resend -A -a /var/lib/majordomo/lists/test-list.passwd -l test-list -h linpus test-list-announce" test-list-announce: :include:/var/lib/majordomo/lists/test-list, "| /usr/lib/majordomo/wrapper archive2.pl -a -m -f /var/lib/majordomo/archives/test-list"
(resend是用来分析那些寄过来的文章,并作处理. -A 表示此list为moderated list ,即任何寄到此list的文章都必须经过 test-list-owner的approve才会流到各订阅此list的信箱中. -a filename 该文件记录moderator approve此信件password -h hostname 为此mailing list server的hostname -l listname 此list的名字
##################### # Trusted users # ##################### # this is equivalent to setting class "t" #Ft/etc/sendmail.ct Troot Tdaemon Tuucp Tmajordomo Tnobody
Step 7: Create a test-list (假设要建立的新mailing list 为test-list) touch /var/lib/majordomo/lists/test-list chown majordomo.majordomo /var/lib/majordomo/lists/test-list
Step 9: Any article post to this mailing list must be approved by the owner of the list. The owner of the list can approve the article by resend it to the list, and add "Approved: password-of-approval" at the beginning of the message body.