On 31 10 2004 at 4:31 pm -0500, Joseph C. Lininger wrote: >I created .courier* files in /home/domains/pcdesk_net/lists/blur-developers >to forward mail to the proper mailman programs. However, courier keeps >trying to deliver to a ".maildir". What am I doing wrong here? Any help >would be greatly appreciated.
The dot-maildir thing sounds like a gentoo problem, which has dogged me in the past too. Whenever I emerge courier I run the following: # fix subsidiary rc scripts to use ./Maildir as default maildir instead of .maildir: cd /usr/share/courier; perl -n -i -e 's#\.maildir#\./Maildir#; print;' pop3d pop3d-ssl imapd imapd-ssl You may be interested in my courier-to-mailman.pl script which I use for automatically handling mailman mailing lists on lists.zygoat.ca. It should work for you if you have a subdomain whose sole purpose is to handle lists (which it sounds like you do). Script is attached -- if the courier list rejects the attachment, I can send to you directly. -ben -- Ben Kennedy, chief magician zygoat creative technical services 613-228-3392 | 1-866-466-4628 http://www.zygoat.ca
courier-to-mailman.pl
Description: Binary data
