List directories that email was sent from

The best thing to do to determine where these are being sent fom on your server is to increase exim’s verbosity. Put this in the top box of the advanced exim configuration area of WHM.

log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +received_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connection +smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn Continue reading

Install and configure cPanel

1. You must complete a server installation of one of the supported operating systems listed on cpanel.net main page. (Install suplimentary wget and lynx)

2. You must have a server with the following minimum specifications:

At least a Pentium 3 500 MHz processor
At least a 10 GB hard drive
At least 256 MB of RAM

3. The following partitions are recommended prior to installing cPanel: Continue reading

Email and website on different servers

When a client want to get email from other server you need to change MX (change from WHM/Edit a DNS Zone not from cPanel)

1. In DNS Zone do that:
domain.com. 14400 IN MX 0 any.domain.com.

2. Add new entry
any.domain.com. 14400 IN A 123.123.123.123
Change last figure of Serial Number and click Save. Restart Bind

3. Make a ssh connection and remove the domain name from /etc/localdomains
Add the domain name in /etc/remotedomains

Restart Exim (/scripts/restartsrv_exim)
You need to wait aprox. 4 hours to work

 If the domain name are pointed to Email server and from there are redirected the www do that:

1. Remove the DNS Zone from WHM
2. Make a ssh connection and remove the domain name from /etc/localdomains
Add the domain name in /etc/remotedomains
Restart Exim (/scripts/restartsrv_exim)