CentOS下配置sendmail外部邮箱

CentOS下配置sendmail外部邮箱_第1张图片

Sendmail是linux/unix下广泛被使用的一款邮件服务器,这篇文章将会介绍如何在centos7上安装和设定邮箱以便能够正常发送邮件,由于本地邮箱会被大部分邮件服务器认定为垃圾邮件甚至直接拦截,本文以163邮箱为例介绍一下如何使用以及一些常见的问题。

安装

项目 说明 安装命令
sendmail sendmail服务器 yum install sendmail
mailx 邮件发送服务 yum install mailx

安装结果确认

[root@angular ~]# rpm -qa |egrep 'sendmail|mailx'
sendmail-8.14.7-5.el7.x86_64
mailx-12.5-16.el7.x86_64
[root@angular ~]# 

邮件设定

设定/etc/hosts

由于shendmail会从/etc/hosts中确认domain name和host name,请将/etc/hosts中的配置信息加上,比如:

[root@angular ~]# grep angular /etc/hosts
192.168.163.151 angular.com angular
[root@angular ~]# 

常见问题:
此处如不设定,启动sendmail服务时会提示如下问题:

angular sendmail[44298]: My unqualified host name (angular) unknown; sleeping for retry
angular sendmail[44298]: unable to qualify my own domain name (angular) -- using short name

注意hostname的修改往往也会是sendmail不能正常动作的元凶,所以对机器的设定务必考虑到影响。

注意事项:/etc/hosts中的文件格式需要满足如下格式:

IP地址 域名 hostname名称

  • 需要满足为3列内容,不能省略域名信息
  • hostname名称需要与机器名保持一致

设定/etc/sysconfig/network

因为本文需要通过外部163的信箱进行发送,可以做如下设定

[root@angular ~]# cat /etc/sysconfig/network
# Created by anaconda
hostname mail.163.com
[root@angular ~]# 

常见问题:
此处如不设定,发送mail时一般会提示如下问题:

smtp-server: 535 Error: authentication failed

注: 一般来说实际此问题大多数出现在没有重启或者使用hostname保证当前用户名与/etc/hosts中设定的一致,之所以修改network,是因为这样重启之后机器名称也不会变化(hostname命令设定方式重启后无效)

设定/etc/mail.rc

将/etc/mail.rc中添加如下信息, 使用smtp方式进行验证。

# Set from address and smtp domain
set [email protected] smtp=smtp.163.com

# Set Smtp authentication 
set [email protected] smtp-auth-password=xxxx smtp-auth=login

常见问题:
此处出现的可能性问题较多,比如邮箱写错,空格问题,密码写错等等, 比如密码写错时会提示如下信息:

smtp-server: 535 Error: authentication failed

注意:密码修改该之后,一般不用重启sendmail服务即可起作用,所以修改的时候注意影响。
另外请注意各种邮箱不同一般设定也会有所不同,比如上述密码,163的邮箱不是登陆密码,而是授权码,需要在登陆邮箱在服务器侧设定,发送服务很多时候根据邮箱的不同设定方法有所不同,千万注意。

验证

发送邮件

使用下面简单的mail命令即可发送一封信给[email protected]

项目 说明
From mail.rc中设定的邮箱
To [email protected]
Title Greeting from liumiaocn
Message Hello, this is a test mail
[root@angular ~]# echo "Hello, this is a test mail" |mail -s "Greeting from liumiaocn" [email protected]
[root@angular ~]# 

注意:邮件内容缺失很容易会被认定为SPAM邮件,建议尽可能写全一点点,比如使用如下示例方式验证

sendmail -t <
To:[email protected]
Subject:Greetings from liumiao
Hello, this is greetings from Michael.
EOF

接收确认

CentOS下配置sendmail外部邮箱_第2张图片

问题追踪

日志文件

碰到问题,建议确认日志文件的信息

日志文件:/var/log/maillog

sendmail的debug模式

使用sendmail的debug模式,可以更好的逐步排查问题:

使用方式:sendmail -bt -d

[root@angular ~]# sendmail -bt -d
Version 8.14.7
 Compiled with: DNSMAP HESIOD HES_GETMAILHOST LDAPMAP LOG MAP_REGEX
		MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6
		NETUNIX NEWDB NIS PIPELINING SASLv2 SCANF SOCKETMAP STARTTLS
		TCPWRAPPERS USERDB USE_LDAP_INIT
getla(): 0.09
setoption SevenBitInput (7)=False
setoption AliasWait (a)=10
setoption AliasFile (A)=/etc/aliases
setoption MinFreeBlocks (b)=100
setoption BlankSub (B)=.
setoption HoldExpensive (c)=False
setoption DeliveryMode (d)=background
setoption TempFileMode (F)=0600
setoption HelpFile (H)=/etc/mail/helpfile
setoption SendMimeErrors (j)=True
setoption ForwardPath (J)= 0x81 z/.forward. 0x81 w: 0x81 z/.forward
setoption ConnectionCacheSize (k)=2
setoption ConnectionCacheTimeout (K)=5m
setoption UseErrorsTo (l)=False
setoption LogLevel (L)=9
setoption CheckAliases (n)=False
setoption OldStyleHeaders (o)=True
setoption DaemonPortOptions (O)=Port=smtp,Addr=127.0.0.1, Name=MTA
Daemon MTA flags: 
setoption PrivacyOptions (p)=authwarnings,novrfy,noexpn,restrictqrun
setoption QueueDirectory (Q)=/var/spool/mqueue
setoption Timeout (r).connect=1m
setoption Timeout (r).ident=0
setoption Timeout (r).queuereturn=5d
setoption Timeout (r).queuewarn=4h
setoption SuperSafe (s)=True
setoption StatusFile (S)=/var/log/mail/statistics
setoption DefaultUser (u)=8:12
setoption UserDatabaseSpec (U)=/etc/mail/userdb.db
setoption TryNullMXList (w)=True
setoption SmtpGreetingMessage (0x90)= 0x81 j Sendmail  0x81 v/ 0x81 Z;  0x81 b
setoption UnixFromLine (0x91)=From  0x81 g  0x81 d
setoption OperatorChars (0x92)=.:%@!^/[]+
setoption DontProbeInterfaces (0xa1)=True
setoption AuthOptions (0xbd)=A
drop_privileges(1): Real[UG]id=0:0, get[ug]id=0:0, gete[ug]id=0:51, RunAs[UG]id=0:0
getauthinfo: root@localhost

============ SYSTEM IDENTITY (after readcf) ============
      (short domain name) $w = angular
  (canonical domain name) $j = angular.com
         (subdomain name) $m = com
              (node name) $k = angular
========================================================

setoption HoldExpensive (c)=F
setoption DeliveryMode (d)=
assign_queueid: assigned id vAGMmR3I050207, e=0x7f6a6a982aa0
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter  
>

总结

这篇文章介绍了sendmail的安装和设定方法,以及常见的问题和解决方法。

你可能感兴趣的:(工具,Unix/Linux,#,自动化工具)