At 14:37 13/11/01, Cillian wrote:

>There's an Exim driver for using LMTP (assuming you're using Cyrus 2.x and a
>fairly recent Exim), e.g:
>
>cyrus_delivery:
>   driver = lmtp
>   command = "/usr/local/cyrus/bin/deliver -l"
>   user = cyrus


With exim you can also use the smtp transport to connect directly to the 
lmtpd daemon in cyrus 2.x over a TCP/IP connection (but not a unix socket). 
For example here exim connects to the "lmtp" port (as defined in 
/etc/services) on the localhost:

lmtp_delivery:
   driver = smtp
   protocol=LMTP
   hosts = localhost
   port="lmtp"
   allow_localhost


John

Reply via email to