Re: [Exim] Maildir envelopes.

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Pete Naylor
Datum:  
To: Stephen O'Dor
CC: 'exim-users@exim.org'
Betreff: Re: [Exim] Maildir envelopes.
Stephen O'Dor wrote...

> virtual_localdelivery:
>         driver = appendfile
>         directory =
> ${lookup{$local_part@$domain:homedir}dbmnz{/services/mail/exim/etc/virtusers
> .db}{$value/Maildir}}
>         user =
> ${lookup{$local_part@$domain:uid}dbmnz{/services/mail/exim/etc/virtusers.db}
> {$value}}
>         group = mail
>         delivery_date_add
>         envelope_to_add
>         return_path_add
>         mode = 0600
>         maildir_format


Take a look at the "check_string", "prefix" and "suffix" options to the
appendfile transport in the documentation. I think you'll want to add the
following to your transport above...

check_string = ""
prefix = ""
suffix = ""

--
Pete Naylor