Re: [exim] Alias Tricks
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
Martin A. Brooks at
2008-12-28 11:55
Autor:
Lena
Data:
2008-12-28 12:23
UTC
Dla:
exim-users
Temat:
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