|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Wietse Venema (wietse_at_porcupine.org)
Date: Thu Jan 02 2003 - 08:42:29 CST
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:
listname
virtual.tld listname
owner-listname
virtual.tld owner-listname
listname-request
virtual.tld listname-request
/etc/aliases:
listname: "|whatever"
owner-listname: user
domain
listname-request: "|whatever"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]