exim + php scripts problem

klemens

Verified User
Joined
Aug 15, 2007
Messages
22
Hey,

i have one strange problem. When some user is trying to send mail from php contact form i get this error:

2008-08-17 14:41:50 1KUhZu-0008SB-Ei <= [email protected] U=apache P=local S=706 T="[form - kontakt] test" from <[email protected]> for info@unknowndomain
2008-08-17 14:41:50 1KUhZu-0008SB-Ei == info@unknowndomain R=lookuphost defer (-1): host lookup did not complete

doest anyone know whats worng here? i get this error just from online forms, all other mails are working ok.

br
 
Hey,

i have one strange problem. When some user is trying to send mail from php contact form i get this error:

2008-08-17 14:41:50 1KUhZu-0008SB-Ei <= [email protected] U=apache P=local S=706 T="[form - kontakt] test" from <[email protected]> for info@unknowndomain
2008-08-17 14:41:50 1KUhZu-0008SB-Ei == info@unknowndomain R=lookuphost defer (-1): host lookup did not complete

doest anyone know whats worng here? i get this error just from online forms, all other mails are working ok.

br
Sounds like a problem with the script. Did you edit it correctly so it sends mail to the right email address?
 
Sounds like a problem with the script. Did you edit it correctly so it sends mail to the right email address?

hey

i think its not a script problem, becouse the script worked ok.

The problem was, when there was 2 much users on the server and i have upgrade exim to a newer version and edit some settings, than i have get this problem.

But today i saw that i have get mail, but whit a delay....

maybe any ideA?
 
The short answer is that you're trying to send an email to an address at unknowndomain and your DNS server can't find it.

The longer answer is that none of the addresses in your post are real, so it's impossible for us to have any idea where the problem may be.

Jeff
 
Back
Top