If you use cpanel for hosting your website, then all mail features can be managed through the web. One of them manange all mail accounts can be managed through a web-based application cpanel. Do you know if you add a user mail can also be done through ssh console? following his tips and tricks:) … Continue reading
Tag Archives: Mail
Configuring routing Exim on cPanel to use a Smarthost
Routing outbound all mails exim to a smarthost : Go to the “Exim Configuration Editor” in WHM. Choose “Advanced Editor”. Add in the routers section (after begin routers, and after the democheck: router block): smarthost_dkim: driver = manualroute domains = !+local_domains require_files = “+/var/cpanel/domain_keys/private/${sender_address_domain}” transport = remote_smtp_smart_dkim route_list = $domain smtp.yoursmarthost.com::587 smarthost_regular: … Continue reading