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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: Sachin Sharma
CC: exim-users
Sujet: 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).