Re: [Exim] exim cyrus config.

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: mb
Ημερομηνία:  
Προς: Joe
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] exim cyrus config.
At 23:52 +1100 Joe wrote:

>Hi, I have exim 4.2 on redhat 9, and i'm having problems getting it to
>work with cyrus. Cyrus seems to be working fine but i'm not having any joy
>delivering mail to the mail boxes created. I'm using the following router
>and transport as suggested by the cyrus docs for an exim config.
>
>
> localuser:
> driver = accept
> check_local_user
> transport = local_delivery
>
>local_delivery:
> driver = smtp
> protocol = lmtp
> hosts = localhost
> allow_localhost


try:

local_deivery:
driver = lmtp
socket = /path/to/lmtpd.socket
batch_max = 1000

[ you haven't posted your cyrus.conf ]