Pārlūkot izejas kodu

Stop and remove postfix before installing Exim #8

Bob Mottram 11 gadus atpakaļ
vecāks
revīzija
d39d022245
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      beaglebone.txt

+ 2
- 0
beaglebone.txt Parādīt failu

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