Results 1 to 5 of 5
Threaded View
-
23rd Mar 2010, 03:23 PM #4MemberWebsite's:
ServeDome.comHere you go :
yum install exim
yum install system-switch-mail
Switch your MTA & set exim to start on boot
system-switch-mail
service sendmail stop
service exim start
chkconfig exim on
chkconfig sendmail off
Add a root alias, eg: “root: me@example.com”
vi /etc/aliases
You may also wish to add some config to your routers section like this, if you want to relay
through a smart host.
vi /etc/exim/exim.conf
Then add this before the “dnslookup:” section.
to_smart_host:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = “* mail1.example.com:mail2.example.com;”
Restart exim
service exim restart
To test, send an email
echo “test” |mail -s “$HOSTNAME” me@example.com
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Unable to connect to outgoing SMTP email server
By Areon in forum Server ManagementReplies: 0Last Post: 26th Feb 2014, 11:39 AM -
Own SMTP Server... How?
By chrsmrtn81 in forum Webmaster DiscussionReplies: 2Last Post: 2nd Oct 2012, 08:38 AM -
How to Prevent the IIS SMTP Virtual Server from Relaying E-mail Messages
By Albert.Nawaro in forum Tutorials and GuidesReplies: 0Last Post: 9th Feb 2012, 10:54 AM -
Is there a SMTP server without authentication?
By m107 in forum General DiscussionReplies: 11Last Post: 10th Jul 2010, 12:13 PM -
install SMTP on VPS ??
By warezrock in forum Technical Help Desk SupportReplies: 0Last Post: 19th May 2010, 03:46 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...