sendmail是最重要的邮件传输代理程序。理解电子邮件的工作模式是非常重要的。一般情况下,我们把电子邮件程序分解成用户代理,传输代理和投递代理。 用户代理用来接受用户的指令,将用户的信件传送至信件传输代理,如:outlook express、foxmail等。而投递代理则从信件传输代理取得信件传送至最终用户的邮箱,如:procmail。

 

一、实验案例

1.安装sendmail

sendmail邮件系统_休闲


2.进行配置  

 进入 cd/etc/mail
 编辑sendmail.mc    vim sendmail.mc

sendmail邮件系统_职场_02

sendmail邮件系统_sendmail_03

 编辑access:vim access 

sendmail邮件系统_职场_04


新建账户:

sendmail邮件系统_sendmail_05


3.搭建dns服务器,进入cd /mnt/cdrom/Server
sendmail邮件系统_sendmail_06

 

二、发送邮件测试:

 

sendmail邮件系统_职场_07 

sendmail邮件系统_职场_08 

sendmail邮件系统_sendmail_09 

sendmail邮件系统_职场_10 

sendmail邮件系统_sendmail_11