dongying7667 2017-01-21 10:28
浏览 264

550 Unroute Address - 需要针对所有电子邮件的Exim解决方案

I am getting an error which says " The response from the remote server was: 550 Unrouteable address " .

My host of the email is valid and working good. But I need something like kjcnjkhb@abc.com.mydomain.com , when an email is sent to such an address it should come to my admin email.

I've enabled " catch all" so if I put any random email swejdnewkdn@mydomain.com , I get it my admin email.

But need an email when such kind of email is entered: dewdjkln@abcdne.com.mydomain.com ,

I believe there are some setting to be done in Exim maybe to solve this. I need all emails which has my host to come in my email.

Thank you in advance

  • 写回答

1条回答 默认 最新

  • dongmimeng5500 2017-01-23 14:17
    关注

    If the error you're describing, "500 Unroutable address", is being generated by the client, then the problem is that there is no DNS MX record for abc.com.mydomain.com. The client doesn't know what server handles abc.com.mydomain.com. Your mail server isn't even being hit.

    You may need to configure your DNS with a catchall MX record. Something like this:

    *.mydomain.com.   3600 IN  MX 10 smtp.mydomain.com.
    
    评论

报告相同问题?

悬赏问题

  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看