自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Postfix郵件服務(wù)器的安裝

運維 系統(tǒng)運維
是不是對很多繁文縟節(jié)的Postfix的安裝方法感到厭煩呢?本文用最為簡單的方法描述了Linux下Postfix的安裝步驟。希望能夠?qū)Π惭bpostfix的人們有所幫助。

  這是最簡單的linux下postfix 安裝步驟

  首先下載postfix源代碼包:

  wget http://www.postfix.cn/source/official/postfix-2.6.5.tar.gz

  tar vxfz postfix-2.6.5.tar.gz

  cd postfix-2.6.5

  useradd postfix -M -s /sbin/nologin

  groupadd postdrop

  make

  make install

  一路enter直到安裝完成

  這是最簡單的安裝,都是使用的默認配置,默認是使用系統(tǒng)賬戶才能發(fā)送郵件的。

  需要發(fā)送郵件,是需要啟動服務(wù)的,如果是sendmail,那就需要啟動sendmail,這里是postfix,會取代sendmail,并且兼容sendmail。

  啟動postfix:

  postfix start

  直接用系統(tǒng)的mail命令發(fā)送郵件看看:

  [root@localhost postfix-2.6.5]# mail your-email@gmail.com

  Subject: test postfix

  test

  .

  此時查看默認安裝路徑下的mail日志就會產(chǎn)生相應(yīng)的日志信息了

  tail -f /var/log/maillog

【編輯推薦】

  1. Postfix對郵件的處理流程
  2. Linux下的郵件服務(wù)器 postfix
  3. 如何安裝Postfix
  4. Postfix郵件安裝實現(xiàn)介紹
  5. Postfix入門篇
  6. 圖文并茂 Postfix后臺如何工作
  7. 圖文并茂 Postfix如何接收郵件
  8. 圖文并茂 Postfix如何投遞郵件
責(zé)任編輯:zhaolei 來源: 網(wǎng)絡(luò)轉(zhuǎn)載
相關(guān)推薦

2011-02-21 14:12:15

Postfix服務(wù)器安裝

2010-06-02 18:17:09

Postfix郵件

2011-01-18 15:47:20

2010-06-02 16:48:49

postfix郵件服務(wù)

2011-03-08 09:58:02

Postfix郵件服務(wù)

2009-12-04 10:24:25

2010-05-25 16:45:33

postfix郵件服務(wù)

2019-11-21 08:50:54

CentOS 8Postfix郵件服務(wù)器

2010-06-02 17:07:25

Postfix 轉(zhuǎn)發(fā)

2010-06-09 18:08:52

Postfix郵件

2012-02-23 23:46:26

2011-01-19 13:39:38

Postfix郵件監(jiān)控

2009-09-02 17:25:02

郵件服務(wù)器

2009-02-18 12:45:00

2009-09-02 14:23:19

郵件服務(wù)器性

2009-09-01 11:18:26

郵件服務(wù)器

2014-09-29 16:52:00

2011-01-18 16:05:33

Linux郵件服務(wù)器

2011-01-18 15:54:32

2009-09-02 14:27:29

郵件服務(wù)器
點贊
收藏

51CTO技術(shù)棧公眾號