[Exim] Delivering mails into a IMAPD-mailbox

Top Page
Delete this message
Reply to this message
Author: Oliver Fischer
Date:  
To: exim-users
Subject: [Exim] Delivering mails into a IMAPD-mailbox
Hi,

I would like to deliver the mails of some users via imapd with
this filter

local_delivery:
       driver          = pipe
       command         = "/usr/local/cyrus/bin/deliver
${local_part}"
       prefix          = ""
       user            = cyrus
       return_path_add
       return_output
       envelope_to_add
       delivery_date_add


and the mails of all other users via

local_delivery:
driver = appendfile
file = /var/mail/${local_part}
delivery_date_add
envelope_to_add
return_path_add
group = mail
mode = 0660

How could I do this. I would like to do this by managing a file
with the names of all users which are imap-users....

BYe



--
Oliver Fischer
Level of Detail, Brunnenstr. 196, D-10119 Berlin
Tel. +49/30/280 491 43