[EXIM] delivery UID

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: vtmue
Data:  
Para: eml
Assunto: [EXIM] delivery UID

Hello out there,

Q shortly:
---------
how can I deliver mail for *@dom.ain under UID of the (one specified)
recipient?

Details:
-------
with 1.92, mail for several virtual domains is handled via
domain-dependent lsearch lookups. Besides smtp the following is the only
transport:

address_file:
driver = appendfile
user = $local_part
group = mail
mode = 0660

And (besides smartusers) one director:

virtual:
driver = aliasfile
group = mail
domains = partial-lsearch;/etc/mail/LD-list
no_more
file = "${lookup {$domain} partial-lsearch \
{/etc/mail/LD-list} {$value} fail}"
search_type = lsearch*

The domain-specific files contain lines like:

schmidt:        /var/mail/schmidt


This works quite well so far.
My problem now is that:

*:        /var/mail/schmidt


naturally doesn't work for unknown local parts.
:(

Any ideas how to solve this? Is there a better way in general?
Any hints appreciated, even if you put me to the corresponding spec page
:) (I searched there but it didn't really help me)

TIA,
Volker
--
  ------------------------------------------------------------------------
  Volker T. Mueller      Albert-Ludwigs-Universitaet  Freiburg im Breisgau
  Student der Informatik    vtmue@???  +49 761 355-03 -80(fax)

    
"In der Wueste wird Euch die Reinheit des Denkens naehren" A. Schoenberg



--
*** Exim information can be found at http://www.exim.org/ ***