OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Niclas Söderlund (maillists_at_soderlund.org)
Date: Thu Jan 02 2003 - 08:47:14 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Works like a charm, thank you :-)

    Regards

    Niclas

    At 15:42 2003-01-02, you wrote:
    >Niclas Söderlund:
    > > Hi all,
    > >
    > > I've obviously missed something reading the readme's and the
    > RELEASE_NOTES,
    > > thus this mail.
    > >
    > > I wanted to start take advantage of the feature of transport for mapping
    > > virtual domain e-mailaddresses to local aliases. In this case Im thinking
    > > about setting up majordomo and it needs this to be able to use pipe's etc.
    >
    >You're lucky. I just updated the Postfix documentation, and I believe the
    >updated FAQ is what you need.
    >
    >The example below assumes that you use the default Postfix local
    >delivery agent for delivery to the $mydestination domains.
    >
    > Wietse
    >
    >Quick answer: set up "punch through" virtual aliases that redirect
    >the mail to local Postfix aliases:
    >
    > /etc/postfix/main.cf:
    > virtual_alias_maps = hash:/etc/postfix/virtual
    >
    > /etc/postfix/virtual:
    > listnamevirtual.tld listname
    > owner-listnamevirtual.tld owner-listname
    > listname-requestvirtual.tld listname-request
    >
    > /etc/aliases:
    > listname: "|whatever"
    > owner-listname: userdomain
    > listname-request: "|whatever"