Can anyone suggest a way of clearing up this annoying issue when running my domains through tests at dnsreport.com?
WARN: One or more of your mailservers does not accept mail in the domain literal format (user@[0.0.0.0]). Mailservers are technically required RFC1123 5.2.17 to accept mail to domain literals for any of its IP addresses. Not accepting domain literals can make it more difficult to test your mailserver, and can prevent you from receiving E-mail from people reporting problems with your mailserver. However, it is unlikely that any problems will occur if the domain literals are not accepted.
mail.generic.net's postmaster@[xx.xx.xx.xx] response:
>>> RCPT TO:<postmaster@[xx.xx.xx.xx]>
<<< 501 : domain literals not allowed
I have already tried to edit the exim.conf file as suggested in the file itself :
# If you want to accept mail addressed to your host's literal IP address, for
# example, mail addressed to "user@[111.111.111.111]", then uncomment the
# following line, or supply the literal domain(s) as part of "local_domains"
# above.
# local_domains_include_host_literals
But, needless to say...my Exim configuration seems to ignore its own .conf file. I can't get the variable above to stick when uncommenting the line above.
Any suggestions are appreciated.
Thanks,



LinkBack URL
About LinkBacks
Reply With Quote
. I was just looking at the bounce error, and saw that I made a little typo in the IP adress. After fixing it, it is working.






