瀏覽代碼

Stop and remove postfix before installing Exim #8

Bob Mottram 11 年之前
父節點
當前提交
d39d022245
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      beaglebone.txt

+ 2
- 0
beaglebone.txt 查看文件

802
 Exim4 seems much easier to install and configure than Postfix.
802
 Exim4 seems much easier to install and configure than Postfix.
803
 
803
 
804
 #+BEGIN_SRC: bash
804
 #+BEGIN_SRC: bash
805
+service postfix stop
806
+apt-get remove postfix
805
 aptitude install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
807
 aptitude install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
806
 #+END_SRC
808
 #+END_SRC
807
 
809