[Exim] how to make an aliases?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: robert rotman
Datum:  
To: exim-users
Betreff: [Exim] how to make an aliases?
hello,

i've exim running with mysql, but my questin is more general:

When an email comes from a mailinglist somtimes the "TO:" field
is the mailadress of the mailinglist (in the recent case its's mailman).

if this mail goes through an alias director a new adress is generated.
and the old one is lost.

in my case:
-------------------------------
mysql_system_aliases:
  driver = aliasfile
  expand = true
  file_transport = address_file
  pipe_transport = address_pipe
  search_type = mysql
  query = "select DISTINCT alias from mail where domain='${domain}' and
           username='${quote_mysql:$local_part}' and is_alias='yes'"
-------------------------------


when the user is fetching the mail via "fetchmail" and uses the
"multidrop mode" (all mails went to one mailbox) and fetchmail is unable
to determin the recipient becaouse it was changed by the
mysql_system_aliases-director.

can someone help me?
is it possible to insert an "Resent-To:"?

thanx in advance,

robert