OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: [Q] Step by step instructions to use virtual domains...
From: Wietse Venema (wietseporcupine.org)
Date: Thu Feb 17 2000 - 19:30:37 CST


Sudhakar Chandrasekharan:
> > 2. I have 2 majordomo2 address. majordomo2domain.one.org and
> > majordomo2domain.two.org The /etc/alias entry for a
> > majordomo2domain.one.org entry looks like:
> >
> > majordomo2: "|/usr/local/majordomo2/bin/mj_enqueue -m -d domain.one.org
> >
> > How can I add an entry for majordomo2domain.two.org?
>
>
> I think I can phrase this question better now. Can I configure postfix to
> use two aliases file - one for each domain?

Not yet. You can, however, use a two-stage rocket:

    /etc/postfix/virtual:
        majordomo2domain.one.org majordomo-one
        majordomo2domain.two.org majordomo-two

    /etc/alaises:
        majordomo-one: "|stuff..."
        majordomo-two: "|stuff..."

The unified transport/virtual table may make this simpler,
but that is still to be implemented.

        Wietse