The fix is to specify every email address for a virtual domain in the virtusertable. That is the design of Sendmail. Your virtusertable should look like this: [EMAIL PROTECTED] test@localhost [EMAIL PROTECTED] test-admin@localhost [EMAIL PROTECTED] test-request@localhost [EMAIL PROTECTED] test-owner@localhost @hank.org moseley@localhost
Now the email addresses are actually defined in the domain hank.org! Jon Carnes ----- Original Message ----- From: "Bill Moseley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 1:59 PM Subject: [Mailman-Users] Sendmail and virtual hosts > I've got a setup where all mail that comes in to hank.org (except for a few > other people) gets delivered to me. This is done with sendmail's > virtusertable. > > The problem is that virtusertable seems to override the settings in the > aliases file for Mailman. > > In my virtusertable I have: > > @hank.org moseley+%1 > > So if I have a list [EMAIL PROTECTED], and add aliases > > test: "|/home/mailman/mail/wrapper post test" > test-admin: "|/home/mailman/mail/wrapper mailowner test" > test-request: "|/home/mailman/mail/wrapper mailcmd test" > test-owner: test-admin > > mail to [EMAIL PROTECTED] still goes directly to moseley. > > Anywone know a fix? > > Does Postfix make this kind of thing easier? > > > > > Bill Moseley > mailto:[EMAIL PROTECTED] > > ------------------------------------------------------ > Mailman-Users maillist - [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-users ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
