Re: [exim] Alias Tricks
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ce message fait partie du fil suivant :
Arborescence complète du fil triée par date
Martin A. Brooks à
2008-12-28 11:55
Auteur:
Lena
Date:
2008-12-28 12:23
UTC
À:
exim-users
Sujet:
Re: [exim] Alias Tricks
> From: Marc Perkel
> I want to have an alias for an existing mailbox so that it
> delivers to the mailbox and another email address too. Can I do that
> with aliases?
One of ways - using "unseen":
aliases:
driver = redirect
data = ${lookup{$local_part@$domain}lsearch{/usr/local/etc/exim/aliases}}
pipe_transport = address_pipe
allow_fail
unseen