can't send via php - unroutable address

AxlF

Verified User
Joined
Dec 14, 2007
Messages
98
Hello,

i tried to send a newsletter from my DA server via php. But most of the emails bounced:
Code:
  [email protected]                                                       
    Unrouteable address

even with recipiens from large companies like gmx or gmail...

It could be a problem with my DNS, but i can resolve all these domains...
Code:
dig gmx.net

; <<>> DiG 9.3.4 <<>> gmx.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15103
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;gmx.net.			IN	A

;; ANSWER SECTION:
gmx.net.		68942	IN	A	213.165.65.50

;; Query time: 25 msec
;; SERVER: 213.133.98.98#53(213.133.98.98)
;; WHEN: Thu Mar 20 20:27:50 2008
;; MSG SIZE  rcvd: 41


I did not know exim enough to get it solved by my own ( all time postfix user ;) )...
I used the standard exim.conf (with spamblocker 2.1.1.) and some rbl's enabled...
Anybody got a hint for me?


Regards,
Alexander
 
hm.. i think it's okay...

in /etc/resolv.conf
are the nameservers from my server provider...

the hostname and reverse dns entry is set correct, too...
 
Last edited:
is it possible that these errors are from the limit set in the exim configuration ?

I recognized the /etc/virtual/limit value (500)... I set it to 0 now.

What happens if the user reaches this limit? "Unroutable Addresses" ??

Regards,
Alexander
 
Yes, if you reach the limit the emails are returned with unrouteable address.

Jeff
 
i just hit this same exact problem with one of my authenticated users and setting the limit to 0 fixed it but can some one please explain to me what restrictions does "limit" impose in an exim config?
 
Back
Top