Symptom
Exim returns an “unroutable address” error when attempting to relay mail through MailChannels.Cause
The error is caused by a missing space in theroute_list directive in the Exim configuration. Without the space, Exim cannot parse the destination correctly.
Fix
In WHM’s Exim Advanced Editor, locate thesend_via_mailchannels router in the ROUTERSTART section and check the route_list line.
Incorrect — missing space:
* and the hostname:
* and smtp.mailchannels.net is required. The * means “route all destinations” and must be separated from the smarthost address by a space.
Save the configuration and restart Exim:

