"Kathleen Weaver" <[EMAIL PROTECTED]> writes:

> A List works fine on the main domain, but if I try to set up a list
> on a virtual domain, the list messages go to default email address
> for the site, instead of being posted on the list.

I think this is an MTA problem.  I had the same thing with sendmail.
In a virtual hosting scenario, all the aliases are defined in the
virtuserstable (including the catchall); but the mailman aliases are
defined in the 'aliases' file.  The problem was that the sendmail
catchall was getting evaluated before the actual aliases.  

What I did was define an alias different than the actual list name.
For instance if the list is '[EMAIL PROTECTED]', I put an entry in
the virtusertable for '[EMAIL PROTECTED]' equal to 'my-list-alias'.
Then in the aliases file I setup the standard aliases as are spit out
from the make list command but with my-list-alias instead of my-list.

It looks like you might be running smail as opposed to sendmail.  I'm
sure the procedure is different.  This is just what I had to do to get
it to work with sendmail.  You should probably look at the order the
aliases get evaluated with your MTA.
-- 
(__) Doug Alcorn <[EMAIL PROTECTED]> http://www.lathi.net chat:lathinet@yahoo|aol
oo / PGP 02B3 1E26 BCF2 9AAF 93F1  61D7 450C B264 3E63 D543
|_/  If you're a capitalist and you have the best goods and they're
     free, you don't have to proselytize, you just have to wait.

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to