I see this at the comment lines at qmail-to-mailman.py # INSTALLATION: # # Install this file as ~mailman/qmail-to-mailman.py # # To configure a virtual domain to connect to mailman, create these files: # # ~mailman/.qmail-default # |preline /usr/bin/python /home/mailman/mail-in.py # # /var/qmail/control/virtualdomains: # DOMAIN.COM:mailman # # Replace DOMAIN.COM above with the name of the domain to be connected to # Mailman. Note that _all_ mail to that domain will go to Mailman, so you # don't want to put the name of your main domain here. In my case, I created # lists.hams.com for Mailman, and I use hams.com as my regular domain.
They say: # |preline /usr/bin/python /home/mailman/mail-in.py Have they confused and put mail-in.py instead of qmail-to-mailman.py ? And the part: # /var/qmail/control/virtualdomains: # DOMAIN.COM:mailman Is needed?, they say i must use something like lists.domain.com or all of the email to [EMAIL PROTECTED] will be sent to mailman. Uhhmm i wanted to use [EMAIL PROTECTED] and not [EMAIL PROTECTED] , how are you using it?. Regards!. Alexis Bellido M. www.ventanazul.com - Web Design/ Hosting / eCommerce [EMAIL PROTECTED] Realice sus consultas via chat en www.ventanazul.com ICQ: 95509061 | MSN Messenger: [EMAIL PROTECTED] | Yahoo ID: alexisbellido Ofi: 4368700 - Cel: 9321389 -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] En nombre de Ciaran Johnston Enviado el: lunes, 15 de julio de 2002 10:47 Para: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Asunto: Re: [Mailman-Users] Many installations on one server Hi Alexis, I don't know if I can be of any help, but I have just successfully set up Mailman on top of a qmail installation running name-based virtual servers using vpopmail. I used the qmail-to-mailman.py script in the contrib directory of the source distribution of Mailman. In order to get qmail to pipe mail through to your mailman app, you should put the following into the .qmail-default file in your domain's home directory (if using vmailmgr - I think that's what it does) or in /home/vpopmail/domaiins/mydomain1.com |/preline /usr/bin/python |/usr/local/mailman/domain1.com/qmail-to-mailman.py Also the qmail-to-mailman.py script expects "mailman-" to be the prefix to the mail, so you need to hack the script to change this to "domain1.com-" if using vpopmail. Try 'tail -f'ing your maillog files as you send messages, this will show you more of what's happening. Hope this is of some use to you. Regards, Ciaran. ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py