On Fri, 21 Apr 2006, Christian Schmidt wrote: > How can I make exim (or better: the appendfile transport) decide if a > mail shall be dropped into an existing mbox file or a maildir?
The file_format option of the appendfile transport allows for different formats of single-file mailbox. You might be able to coerce it into doing the right thing, but then again it might not work. I suspect you'll have to make the decision at routing time (e.g. by checking for the existence of appropriate files/directories). -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
