I'm new here, so please be kind :) I'm using couriermlm to run a few mailing lists on a server that I maintain. Everything works great, except that I can't get the index function to work. Here's how I set up the list:
mkdir /etc/courier/lists cd /etc/courier/lists
couriermlm create listname [EMAIL PROTECTED]
couriermlm set listname KEYWORD="keyword" POST=subscribers ARCHIVE=subscribers SUBSCRIBE=mod
<edit help.tmpl>
couriermlm create listname-digest [EMAIL PROTECTED]
couriermlm set listname-digest KEYWORD="keyword" POST=subscribers ARCHIVE=subscribers SUBSCRIBE=mod
<edit help.tmpl>
couriermlm set listname DIGEST=/etc/courier/lists/listname-digest chown -R daemon:daemon /etc/courier/lists
then I set up the .courier files in /etc/courier/aliasdir according to the man page. All works (help, subscribe, post, digest, moderation, etc) except for the index function. It responds with a DSN:
------
Your message to the following recipients cannot be delivered:
<[EMAIL PROTECTED]>: <<< You are not subscribed to this mailing list. ------
I am subscribed, and I am sending mail from the right address. Any ideas?
Thanks, Matthew
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
