> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kris Oye > Sent: Thursday, March 13, 2008 2:23 PM > To: [email protected] > Subject: [exim] Multiple Maildir Delivery? > > Is it possible to have a transport deliver a single message > to multiple > maildir locations? > > > > e.g.: > > > > /mail/<domain>/hash/userdirectory > > > > AND > > > > /nfsmount/<domain>/hash/userdirectory? > > > > I need to essentially be able to keep a record of incoming mail by > writing a copy of each message to a redundant server. >
We do this by having two like routers with different transports. The first router use the unseen statement and its transport delivers the mail to a different location. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
