1 Date: Mon, 04 Oct 1999 11:55:46 -0300
2 From: Patrick Boutilier <boutilpj@ednet.ns.ca>
4 As promised here is the way I got Exim to delver to Cyrus mailboxes if
5 the user exists in the MySql database.
8 # This transport is for Cyrus
12 command = "/usr/cyrus/bin/deliver -m ${substr_1:${local_part_suffix}}
22 # This director checks if the alias is valid
27 query = "select userid from user where aliasid='$local_part'"
31 # This director matches local Cyrus mailboxes
36 query = "select userid from user where userid='$local_part'"
37 transport = local_delivery_cyrus