How do I authorize an IP to relay through my cPanel/exim server?

 

Create a file with your host IP or IPs and named it something like 
   
 /etc/privaterelay 
   
 i.e 
   
 192.168.0.2 
 192.168.3.4 
   
 Next, located the following entry at the top of the /etc/exim.conf file: 
   
 hostlist relay_hosts = lsearch;/etc/relayhosts :  
 localhost 
   
 and change it to this: 
   
 hostlist relay_hosts = lsearch;/etc/relayhosts :  
 localhost : lsearch;/etc/privaterelay

Your rating: None