Exim To Include Internal Email When Sending
        Posted  
        
            by 
                user219951
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user219951
        
        
        
        Published on 2014-05-16T15:33:39Z
        Indexed on 
            2014/05/26
            21:32 UTC
        
        
        Read the original article
        Hit count: 262
        
I wonder if you can help me out... at the moment were using exim to relay our emails to an smtp_relay.
The only problem is if the user exists and has an email address it won't exit the server and send them mail using our relay.
I need it to go to the relay even if it's an internal email address.
Hope that make sense, this is how we have got our relay setup at the moment
smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp_smtpauth
route_list = * smtp.sendgrid.net:587
Thanks
© Server Fault or respective owner