Re: [Exim] exim cyrus config.

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: mb
Data:  
Para: Joe
CC: exim-users
Assunto: 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 ]