《Linux菜鳥入門2》空殼郵件服務


●空殼郵件j_0057.giflinux

 1.引入空殼郵件的意義vim

    郵件服務器直接暴露在網絡環境下安全性會大大下降,因此引入「空殼服務器」是爲了保證真正服務器的安全,空殼服務器的功能就是將受到的郵件轉發(雙向的)。安全

 2.製做空殼郵件服務器

    在配置好DNS的前提下:網絡

    空殼服務器配置(maillinux.linux.com):ide

 

    vim /etc/named.rfc1912.zonespost

    cd /var/named/測試

    cp -p westos.com.zone westos.org.zonespa

    vim westos.org.zonerest

    將以前的郵件服務配置刪除,reinstall從新安裝postfix服務,修改配置文件

    rm -fr /etc/postfix/main.cf

    yum reinstall postfix -y

    systemctl restart postfix.service

    vim /etc/postfix/main.cf

  

    systemctl restart postfix.service

   

    systemctl start mariadb

    systemctl start httpd

    systemctl stop firewalld

    cd /home/vmail/

    rm -fr westos.org/

    vim /etc/postfix/main.cf

    systemctl restart postfix.service

 3.測試。


    向空殼郵件服務器(maillinux.linux.com)發送郵件,在真正服務器(mailwestos.westos.com)用watch -n 1 命令監測空殼服務器是否將郵件轉發


 4.注意

    

    在本次實驗中firewalld.service須要關閉。

相關文章
相關標籤/搜索