Re: Majordomo and Demime using Postfix
"Tom Patterson" <[email protected]> Sat, 10 May 2008 20:38:25 -0500
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <028f01c8b307$b5206040$6400a8c0@DESKTOPPRO> |
Dave, Thank you very much. That got it working. I had been almost ready to give up on it, but thankfully I thought of this mailing list. I had not been able to find the solution elsewhere on the internet. Just for general information for others on the list, following is the alias for my list. #mylist list aliases mylist: "|/usr/local/majordomo/demime '|/usr/local/majordomo/resend -l mylist -C /usr/local/majordomo/majordomo.cf -h domain.com mylist-outgoing'" mylist-outgoing: ":include:/usr/local/majordomo/lists/mylist" mylist-request: "|/usr/local/majordomo/wrapper majordomo -l mylist" owner-mylist: [email protected] mylist-owner: owner-mylist mylist-approval: owner-mylist -Tom ----- Original Message ----- From: "Dave Dewey" <[email protected]> To: "Tom Patterson" <[email protected]> Cc: <[email protected]> Sent: Saturday, May 10, 2008 5:31 PM Subject: Re: Majordomo and Demime using Postfix > Quoting Tom Patterson ([email protected]): > >> >> I have been unable to get demime to work with my mailing list which >> operates with postfix and do not see any solutions in the archives. >> >> >> >> I have been operating lists on a server with sendmail, and demime has >> worked fine on that server, but I am now moving to a new one. >> >> > > Here's an old example that worked for me. I've used demime and > postfix for years with majordomo and mailman. > > listname.listdomain.com: "|/usr/lib/majordomo/demime > '|/usr/lib/majordomo/resend -l listname -C > /usr/lib/majordomo/majordomo-listdomain.com.cf -h listname.com > listname.listdomain.com-outgoing'" > > Note the placement of the various quotation marks, they are important.