[Exim] exim cyrus config.

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Joe
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] exim cyrus config.
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

Here is the debug

[root@venus exim]# exim -v joe@???
from: joe@???
to: joe@???
subject: this is a test
testing 123
.LOG: MAIN
<= root@??? U=root P=local S=318
[root@venus exim]# LOG: retry_defer MAIN
== joe@??? R=localuser T=local_delivery defer (-53): retry time
not reached for any host


Any help very much appreciate...thanks