PDA

View Full Version : can't send via php - unroutable address



AxlF
03-20-2008, 12:33 PM
Hello,

i tried to send a newsletter from my DA server via php. But most of the emails bounced:

email@email.com
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...

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

tanfwc
03-20-2008, 01:01 PM
seems like resolver not configured properly.


cat /etc/resolv.conf

AxlF
03-20-2008, 01:16 PM
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...

AxlF
03-21-2008, 03:43 AM
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

nobaloney
03-27-2008, 04:47 PM
Yes, if you reach the limit the emails are returned with unrouteable address.

Jeff

pmehta
12-30-2008, 09:59 PM
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?