mailman - partition virtual domain name?

Micheal Patterson micheal at tsgincorporated.com
Sun Apr 11 23:35:05 PDT 2004





----- Original Message ----- 
From: "Noah" <admin2 at enabled.com>
Cc: <freebsd-questions at freebsd.org>
Sent: Sunday, April 11, 2004 1:04 PM
Subject: Re: mailman - partition virtual domain name?


> On Sun, 11 Apr 2004 10:29:38 +0100, Matthew Seaman wrote
> > On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote:
> > > mailman-2.1.4
> > > sendmail-8.12.11
> > > freeBSD-4.9-STABLE
> > >
> > > I am placing listnames in the /etc/mail/aliases file to have the
forwarded to
> > > mailman for processing.
> > >
> > > I running virtual hosts on a machine and I want to stop people from
sending to
> > > listname at domain1.com and only allow people to post to
listname at domain2.com
> > >
> > > currently users can post to both listname at domain1.com and
listname at domain2.com
> >
> > This is with sendmail?  To make domain specific addresses, use
> > virtusertable.  virtusertable support is already included in the
> > stock freebsd.mc/freebsd.cf configuration, so all you need to do is
populate
> > the /etc/mail/virtusertable file, and run 'make' to generate the .db
> > file.  See /usr/share/sendmail/cf/README for details of what to put
> > into virtusertable.
>
>
>
> okay that makes sense and been trying to get this to work.
>
> after I make the appropriate entries to the virtualusers tables.  sendmail
is
> not able to execute the mailman delivery program.
>
> entry in /etc/mail/virtualusers
>
> --- snip ---
>
> test2 at domain1.com              "|/usr/local/mailman/mail/mailman post
test2"
>
> --- snip ---
>
>
>
>
> and here is the error message
>
> --- snip ---
>
> Remote host said: 550 5.7.1 <test2 at domain1.com>... Cannot mail directly to
> programs
>
> --- snip ---
>
> - noah
>
>

For example:

/etc/mail/aliases:

employees:              "|/usr/local/mailman/mail/mailman post employees"
<rest of your mailman aliases>

In virtusertable:

employees at domain2.com    employees
<rest of your mailman entry maps>

employees at domain1.com    unused
<snip>

Rebuild your table and when mail comes in for listname at domain1.com it will
bounce with a user unknown unless you have an account named unused. :)

--

Micheal Patterson
Network Administration
TSG Incorporated
405-917-0600



More information about the freebsd-questions mailing list