System: Red Hat 9.0 Have successfully gone through qmailrocks installation. Would like to setup ezmlm so that it is used as strictly a announcement list to send out newsletters to subscribed users. The mailing list is also private meaning only the administrator can subscribe/unsubscribe users. To initiate the newsletter would like to execute a PHP page that uses the mail() command to send out the newsletter. Want the post from the postmaster to be automatically accepted and not have to be confirmed.
Can the announcement list be setup through Qmailadmin web interface or must this be done through the command line and how does one do this? Several techniques for creating an announcement list show editting the dir/Editor file and adding a single line at the top of the file to test for who the e-mail came from or for a secret value in the header. // Technique for checking who sent the post |grep "^From:[EMAIL PROTECTED]" || (echo "You are not allowed to post to this list"; exit 100) // Technique for sending a secret code in the header |grep "^X-Secret-Code: 1234" || ( echo "You are not allowed to post to this list"; exit 100 ) In both these cases after I tried either one, Qmailadmin no longer recognized the mailing list. Once I removed the lines Qmailadmin recognized the mailing list again. Any help would be greatly appreciated
