Stop and remove postfix before installing Exim #8

This commit is contained in:
Bob Mottram 2014-03-20 22:46:14 +00:00
parent 93a4fb1ee1
commit d39d022245
1 changed files with 2 additions and 0 deletions

View File

@ -802,6 +802,8 @@ Email is not very secure, but its usefulness and ubiquity mean that it's likely
Exim4 seems much easier to install and configure than Postfix.
#+BEGIN_SRC: bash
service postfix stop
apt-get remove postfix
aptitude install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
#+END_SRC