spacer.png, 0 kB
            Need Help? CLICK HERE

   Jason Meers dumbster banner
Exim - E-Mail - Mail Servers - Anti-Virus - Anti-Spam - SMTP - POP3 - IMAP - Linux - Unix - BSD - DNS - MX Records                  Jason Meers 2007

spacer.png, 0 kB
Home arrow Fedora arrow Installing Exim on Fedora
Installing Exim on Fedora PDF Print

1 Default MTA

The default MTA in Fedora is Sendmail, however both Postfix and Exim are supported in the Mail Transport Agent Switcher

 

2 Installing Exim


Exim can be installed from RPM, or by using yum.

 

yum -y install exim* <enter>

 

3 Setting Exim as the default MTA


NOTE: You will need to login as root to perform the following tasks.

To make Exim the default MTA select the following:

 

- System > Preferences > More Preferences > Mail Transport Agent Switcher.
- Choose Exim > Click OK

 

To make the Exim Monitor program launch at startup select the following:

 

- System > Preferences > More Preferences > Sessions > Startup Programs
Click Add > Type eximon > Click OK > Click Close


Location of Exim Binaries

/usr/sbin & /usr/bin

 

Name of Config File

exim.conf

 

Usual Location of Config Directory

/etc/exim

 

Usual Permissions required on Exim Binaries

owner:root, group:root, permissions:755

 

Usual Permissions required on Config Files

owner:exim, group:exim, permissions:644

 

Usual Spool Directory

/var/spool/exim

 

Usual Queue Directory

/var/spool/exim/input

 

Usual Logfile Directory

/var/log/exim

 


4 Starting and stopping Exim


Starting Exim

service exim start <enter>

 

Stopping Exim

service exim stop <enter>

 

Restarting Exim

service exim restart <enter>

 

Default queue settings

/etc/sysconfig/exim or
/etc/sysconfig/sendmail
 
spacer.png, 0 kB
spacer.png, 0 kB
spacer.png, 0 kB