freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

postfix郵件系統(tǒng)安裝手冊v10鴻華銳科技-在線瀏覽

2025-01-06 12:20本頁面
  

【正文】 )是指由于郵件服務(wù)器不理會郵件發(fā)送者或郵件接受者的是否為系統(tǒng)所設(shè)定的用戶,而對所有的入站郵件一律進行轉(zhuǎn)發(fā)( RELAY)的功能。 由于 Inter Email 采用開放式標準,所以 MTA、 MDA、 MUA 等不同角色,可分別由許多不同的軟件包來扮演。如果將 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 10 頁 Tel:075588855786 89806658 Fax:075589810768 82912756 一個完整的 Email 郵件系統(tǒng)集中在一起,你可能會發(fā)現(xiàn),處 SMTP 的是一套軟件,處理 POP/IMAP 的是另一套軟件。 郵件系統(tǒng)結(jié)構(gòu)圖 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 11 頁 Tel:075588855786 89806658 Fax:075589810768 82912756 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 12 頁 Tel:075588855786 89806658 Fax:075589810768 82912756 . 軟件介紹 . 安裝環(huán)境 操作系統(tǒng): CentOS 32bit IP 地址 : 主機名 : 基本軟件 軟件 作用 下載地址 mysql 數(shù)據(jù)庫用于存儲包括管理員在內(nèi)的用戶信息 cyrussasl SMTP 認證庫 , 標準的 SASL實現(xiàn)庫,可以支持 Courier authlib nginx 提供 web服務(wù) php 提供 PHP服務(wù) postfix 郵件服務(wù)器主程序 courierauthlib 與 cyrussasl一起做驗證 courierimap 提供 Pop3及 IMAP服務(wù) et/project/courier/imap/maildrop 郵件投遞代理,直觀的講就是把收到的郵件轉(zhuǎn)發(fā)到用戶的郵箱目錄 et/project/courier/maildrop/ extman 提供 extman 后臺 用戶帳號 管理功能 .cgi extmail 提供 webmail前端服務(wù)功能 .cgi DBDmysql rs/id/C/CA/CAPTTOFU/ gd 圖形化日志 . TimeHiRes 圖形化日志 ime/ FileTail 圖形化日志 rrdtool 圖形化日志(高版本沒有通過編譯) 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 13 頁 Tel:075588855786 89806658 Fax:075589810768 82912756 clamav 反病毒工具 (請根據(jù)情況及時更新到最新 ) files/clamav/ MailSpamAssassin 郵件過濾器 amassassin/source/ amavisdnew 連接 MTA和內(nèi)容檢測工具(諸如病毒掃描工具 和 SpamAssassin)的高性能接口程序 ConvertBinHex Amavis依賴包 創(chuàng)建用戶 用戶 組 簡介 備注 mysql mysql mysql用戶和組 安裝 mysql時創(chuàng)建 mail mail Postfix虛擬賬戶所使用的用戶和組 無 home目錄不可能登陸系統(tǒng)。gid:1002 postfix postfix Postfix主程序使用的用戶和組 uid:1000 gid:1000 clamav clamav clamav 殺毒軟件用戶 amavis amavis 郵件掃描用戶 groupadd g 999 vmail useradd g 999 u 999 s /sbin/nologin M vmail groupadd g 1002 postdrop groupadd g 1000 postfix useradd g 1000 u 1000 s /sbin/nologin M postfix useradd clamav useradd amavis 載系統(tǒng)中相關(guān)軟件 卸載 sendmail 無論你愿不愿意,裝好 CentOS 之后系統(tǒng)就為你裝好了 Sendmail 服務(wù),其目的是為 root 用戶發(fā)送一些有用的信息。 rpm qa | grep sendmail 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 14 頁 Tel:075588855786 89806658 Fax:075589810768 82912756 service sendmail stop rpm e nodeps sendmail sendmailcf 卸載 sasl rpm qa |grep sasl rpm e nodeps cyrussasllib cyrussasldevel cyrussasl cyrussaslplain . 配置主機名 編輯 /etc/hosts 文件,讓文件中只有下面內(nèi)容: localhost mail 編輯 /etc/sysconfig/work 文件,修改 HOSTNAME 的值: HOSTNAME= 更新系統(tǒng) 1. 修改 CentOS 的 yum 源 [可選 ] [rootZimbra ~] cd /etc/ [rootZimbra ~] mv [rootZimbra ~] wget [rootZimbra ~] mv 2. 更新系統(tǒng) [rootZimbra ~] yum update y [rootZimbra ~] reboot . 安裝編譯 環(huán)境 [rootZimbra ~] yum install y gcc gccc++ rpmbuild autoconf automake . 關(guān)閉不要的系統(tǒng)服務(wù) [rootZimbra ~] chkconfig pcmcia off 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 15 頁 Tel:075588855786 89806658 Fax:075589810768 82912756 [rootZimbra ~] chkconfig atd off [rootZimbra ~] chkconfig cups off [rootZimbra ~] chkconfig isdn off [rootZimbra ~] chkconfig portmap off [rootZimbra ~] chkconfig nfslock off [rootZimbra ~] chkconfig kudzu off [rootZimbra ~] chkconfig rpcidmapd off . 軟件環(huán)境 安裝 MySQL [rootZimbra ~] tar zxvf [rootZimbra ~] cd [rootZimbra ~] groupadd mysql [rootZimbra ~] useradd g mysql s /sbin/nologin M mysql [rootZimbra ~]./configure prefix=/usr/local/mysql withcharset=gbk withextracharsets=all enablethreadsafeclient enablelocalinfile withlowmemory [rootZimbra ~] make amp。 make install [rootZimbra ~] cp supportfiles/ /etc/ [rootZimbra ~] chown R /usr/local/mysql/ [rootZimbra ~] /usr/local/mysql/bin/mysql_install_db user=mysql [rootZimbra ~] chown R /usr/local/mysql/var/ 啟動數(shù)據(jù)庫服務(wù),并添加到自啟動 [rootZimbra ~] /usr/local/mysql/bin/mysqld_safe user=mysql amp。amp。amp。amp。amp。amp。 not found in library cd . amp。 /bin/sh /usr/local/src/cd . amp。 /bin/sh /usr/local/src/:64: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make: *** [configure] Error 1 解決 : 重新 make 一下,如果不行,可以安裝下邊的包 安裝 gettext 包 安裝方式 : shell yum install gettext 或通過手動下載 gettext 包 . 安裝 libiconv [rootCentOS5 PostFix] tar zxvf [rootCentOS5 PostFix] cd [rootCentOS5 PostFix] ./configure prefix=/usr/local [rootCentOS5 PostFix] make [rootCentOS5 PostFix] make install [rootCentOS5 PostFix] cd ../ . 安裝 libmcrypt tar zxvf cd ./configure 鴻華銳 (Grandtec)您身邊 IT 專家,為您締造最優(yōu)服務(wù) ! Postfix 郵件系統(tǒng)安裝手冊 深圳市鴻華銳科技有限公司 第 18 頁 Tel:075588855786 89806658
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1