other details are here
MY exim.conf file
begin authenticators
fixed_plain:
driver = plaintext
public_name = PLAIN
server_prompts = :
server_condition = "${perl{checkuserpass}{$1}{$2}{$3}}"
server_set_id = $2
fixed_login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${perl{checkuserpass}{$1}{$2}}"
server_set_id = $1
exim_mainlog
2009-03-26 15:03:29 1Lmkyu-0002xD-JO ==
root@domain.com R=localuser T=local_delivery defer (-52): Retry time not yet reached
2009-03-26 15:03:29 1Lmkyu-0002xB-Ij ==
root@domain.com R=localuser T=local_delivery defer (-52): Retry time not yet reached
2009-03-26 15:03:40 1Lmdwv-0007uD-H2 ==
sysadmin@domain.com R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host
2009-03-26 15:03:40 1LmfVy-00032D-PB ==
root@domain.com R=localuser T=local_delivery defer (-52): Retry time not yet reached
2009-03-26 15:03:50 1LmhSy-0000sR-Lu ==
frankjo@userdomain.com R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host
2009-03-26 15:03:50 End queue run: pid=32452
root@training [/home]# tail /var/log/exim_paniclog
2009-03-26 14:00:32 1Lmkyu-0002xF-K8 User 0 set for local_delivery transport is on the never_users list
2009-03-26 14:15:33 1LmlDR-0004Cf-60 User 0 set for local_delivery transport is on the never_users list
2009-03-26 14:30:33 1LmlRx-0005ik-RV User 0 set for local_delivery transport is on the never_users list
exim_rejectlog
root@training [/home/user]# tail /var/log//exim_rejectlog
2009-03-25 15:59:33 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-25 16:05:54 H=118-169-199-1.dynamic.hinet.net (
Mymainserver.com - mymainserver Resources and Information. This website is for sale!) [118.169.199.1] F=<michael78694@MyMainServer.com> rejected RCPT <candy59839@yahoo.com.tw>: 118-169-199-1.dynamic.hinet.net (
Mymainserver.com - mymainserver Resources and Information. This website is for sale!) [118.169.199.1] is currently not permitted to relay through this server. Perhaps you have not logged into the pop/imap server in the last 30 minutes or do not have SMTP Authentication turned on in your email client.
2009-03-26 08:17:49 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 08:24:15 fixed_login authenticator failed for localhost [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 10:04:42 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 14:40:25 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 14:41:29 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 14:45:05 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 14:48:04 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
2009-03-26 14:48:36 fixed_login authenticator failed for localhost (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=user@domain.com)
I don't know whats happening.