forked from MailScanner/v4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QuickInstall.txt
49 lines (31 loc) · 1.47 KB
/
QuickInstall.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Mailscanner Quick Install Notes
2015-02-13
Jerry Benton < [email protected] >
This describes the steps necessary to install MailScanner on
Red Hat, CentOS and other variants.
Installation
- Ensure that your system has internet access. This is required to
install numerous packages via Yum.
- Install the MailScanner package, by running the "./install.sh" script
contained in the distribution directory.
- Install one or more supported antivirus packages. Virtually all Unix
antivirus packages are supported. The install.sh script will give
you the option to install the free Clam AV package during setup.
- You may need to edit the file /etc/MailScanner/virus.scanners.conf
to set the installation directory you used for your virus scanners.
You will be able to find this out by running "MailScanner --lint"
and reading the output to see if all your virus scanners correctly
spotted the test. MailScanner should automatically find all the
antivirus packages you have installed.
- Stop any old versions of MailScanner by running
service MailScanner stop
- Check your configuration by running
MailScanner --lint
- Stop and disable your original sendmail setup. To do this,
service sendmail stop
chkconfig sendmail off
Note that you will need to replace "sendmail" with the MTA you are
using such as postfix or exim.
- Enable and start your new MailScanner setup.
chkconfig MailScanner on
service MailScanner restart