View Single Post
  #1 (permalink)  
Old 09-06-2007, 10:55
Jenny Jenny is offline
new member
 
Join Date: May 2007
Posts: 9
Default Unrouteable Email error

Hello,

If you get an error "Unrouteable Email error" with RCPT reject then do the following. It means the problem at receivers end.

Check the following things.

1. Check the domains entry is available in userdoamins.
# cat /etc/userdomains | grep domain name

2. Check the domains entry is is available in localdomain
# cat /etc/localdomains | grep domain name

3. check the domain must having catchall address set if not then set
# vi /etc/valiases/domain.com

*: username

4. also make sure that the mail folder having ownership user:mail

5. restart exim services once.
Reply With Quote