Linux下mail利用外部邮箱发送邮件的方法

转:http://www.360doc.com/content/13/0109/19/5907545_259215174.shtml

对于像我这些没有独立域名的主机,用mail默认是不能给外部邮箱如163、sina等发送邮件的。但是我们可以通过修改mail配置文件做到这点。设置方法如下(这里以163为例):
打开/etc/nail.rc (/etc/mail.rc),添加以下两行:

  1. set from=user@163.com smtp=smtp.163.com
  2. set smtp-auth-user=user smtp-auth-password=passwd smtp-auth=login

其中user为网易邮箱用户名,passwd为你的邮箱密码。

设置之后就可以给外部邮箱发送邮件了,可以测试一下:

  1. mail -s "Hello" user@sina.com </dev/null

如果配置正确的话,user@sina.com这个邮箱就可以收到邮件,当然只有标题,没有正文,因为这里我们已经指定正文为空(/dev/null)。

    A+
发布日期:2015年02月13日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: