Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mail:cpanel-smart-host [2015-09-10 18:28:14]
rory.blanchard
mail:cpanel-smart-host [2015-10-26 16:27:40]
rory.blanchard [Install Exim]
Line 14: Line 14:
 Once that has been completed, run the following commands to install Exim. Once that has been completed, run the following commands to install Exim.
  
 +<code>
 +yum -y install exim
 +</code>
 ===== Source Mailserver Config ===== ===== Source Mailserver Config =====
 To configure a smart host, create ///etc/exim.conf.local// on the source server (server1 in this example) and add the following lines. Be sure to change to the hostname or IP of the smart host server. To configure a smart host, create ///etc/exim.conf.local// on the source server (server1 in this example) and add the following lines. Be sure to change to the hostname or IP of the smart host server.
Line 50: Line 53:
 Second, you'll need to tell Exim not to listen only on the localhost address for incoming mail, which is the default. Again find the configuration line below and add a hash (**#**) in front of it to comment it out. Second, you'll need to tell Exim not to listen only on the localhost address for incoming mail, which is the default. Again find the configuration line below and add a hash (**#**) in front of it to comment it out.
  
-<sxh plain>local_interfaces = <; 127.0.0.1 ; ::1</sxh>+<code>local_interfaces = <; 127.0.0.1 ; ::1</code>
  
 Save the modified config file and restart Exim on this server. Save the modified config file and restart Exim on this server.