1. 安装postfix
yum  remove sendmail先删除默认安装的sendmail(配置困难); yum  install  postfix
2. 安装fetchmail
yum install fetchmail
3. 安装mutt
yum  install  mutt
4. 配置mutt      文件.1(可用多个这样的文件配置多个邮件帐户)
#set     daemon    600    如果要把fetchmail作为守护进程的话取消此注释 set    postmaster    #接收邮件的用户 set    logfile    ./.fetchmail.log     #指定日志文件 poll    pop.gmail.com     #从何处接收邮件 port    995 proto    pop3     #接收邮件协议,pop3/IMAP no    dns user        #帐户名 fetchall no flush ssl
5. 利用mutt发邮件
mutt中可按提示进行
6. 利用fetchmail收邮件
fetchmail -avk -f ~~~~/.1
7. 利用mutt查看fetchmail中接收的邮件
mutt..............................
Logo

更多推荐