Re: [exim] maildir_format tmp/<stime>.H<mtime>P<pid>.<host>

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jakob Hirsch
Datum:  
To: Sachin Sharma
CC: exim-users
Betreff: Re: [exim] maildir_format tmp/<stime>.H<mtime>P<pid>.<host>
Quoting Sachin Sharma:

> I am writing a file with logwrite, having following information.

...
> I want somehow, this also include Name of a file, Created by transport
> while delevering user's inbox i.e.
> 1171006621.H447180P1154.alkem.com,S=30402. Here maildir_format option is


I'd say that's not possible in the current desing. logwrite is done in
ACLs or filter files, but the file name is determined in the append
transport (we don't know before what will happen with the message).