centos6 5下網路管理之搭建區域網郵件伺服器

2021-08-20 19:04:25 字數 2425 閱讀 1346

【說在前面的話】

自己做實驗,為減少麻煩,關閉防火牆和selinux

在搭建郵箱伺服器之前,要完成dns服務和apache,請看我另外兩篇部落格,附鏈結

dns:        

apache:    

啟動named和httpd服務

首先,建立兩個使用者,進行收發

#useradd abc        #passwd abc

#useradd ab        #passwd ab

安裝openwebmail

#cd /etc/yum.repos.d

# wget -q

#yum -y install openwebmail

可能會失敗,要多裝幾次

安裝dovecot

#yum -y install dovecot

修改/etc/dovecot/dovecot.conf配置檔案

安裝cyrus-sasl

# yum -y install cyrus-sasl

# chkconfig  saslauthd on

修改 /etc/sysconfig/saslauthd

安裝postfix

#yum -y install postfix

修改/etc/postfix/main.cf

#vim /etc/postfix/main.cf

myhostname = mail.li.com

mydomain = li.com

myorigin = $mydomain

inet_inte***ces = all

inet_protocols = all

mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain

mynetworks = 0.0.0.0/0

relay_domains = $mydestination

最後加上

smtpd_client_restrictions = permit_sasl_authenticated

#service postfix restart

# chkconfig postfix on

修改/var/www/cgi-bin/openwebmail/etc/openwebmail.conf

#vim /var/www/cgi-bin/openwebmail/etc/openwebmail.conf

domainnames                     li.com

default_timeoffset              +0800

修改/var/www/cgi-bin/openwebmail/etc/defaults/openwebmail.conf

在瀏覽器中輸入192.168.3.33/webmail

輸入使用者名稱密碼,兩個使用者互相收發

centos6 5下網路管理之搭建DNS伺服器

做試驗前,血的教訓告訴我們,關閉防火牆和selinux,第一次做的話,一定要做快照!service iptables stop setenforce 0 開始實驗 首先安裝bind yum y install bind 編輯主配置檔案 vim etc named.conf listen on por...

centos6 5下網路管理之搭建區域網郵件伺服器

centos6.5下網路管理之搭建區域網郵件伺服器。自己做實驗,為減少麻煩,關閉防火牆和selinux 在搭建郵箱伺服器之前,要完成dns服務和apache,請看我另外兩篇部落格,附鏈結 dns apache 啟動named和httpd服務 首先,建立兩個使用者,進行收發 useradd abc p...

CentOS6 5配置網路

1 兩塊網絡卡的說明 第一塊網絡卡為配置外網 eth0 第二塊網絡卡為配置內網 eth1 沒有外網的機器也要將內網配置在第二塊網絡卡上 1 安裝完畢後預設配置 centos 6.5預設安裝好之後是沒有自己主動開啟網路連線的!2 預設ip圖 3 預設網絡卡1配置檔案。檔案路徑 etc sysconfi...