3,設置mail自動發送

1、使用yum命令安裝
  python

yum -y install sendmail
yum install -y mail
yum install -y mutt

 


2、啓動email命令
    post

查看email運行狀態:/etc/init.d/sendmail status
啓動email:/etc/init.d/sendmail start

 

 

3、測試
    測試

echo 'test' | mail -s 'test' xxx@qq.com

 

 

mail -a /root/python/1.txt  -s check_test 44@qq.com < /root/python/mail.text 

 


語法:this

-s 指定郵件主題
-c 指定抄送的人
-a 指定發送的附件
-f 指定從哪一個收件箱中讀取內容,eg, -f /home/wahaha/mb

 

echo "hello,this is the content of mail.welcome to www.mzone.cc" | mail -s "Hello from mzone.cc by pipe"  -c 919571386@qq.com 383264679@qq.comspa

 

4、設置收件人(編輯/etc/mail.rc):
 rest

# sendmail config
set from=fengchao192@126.com
set smtp=smtp.126.com
set smtp-auth-user=fengchao192@126.com
set smtp-auth-password=xxxx
set smtp-auth=login

 


注意:
    email若是查看狀態,出現以下狀況:
    sendmail 已死,可是 subsys 被鎖
    sm-client (pid  10853) 正在運行...code

解決辦法:
    查看postfix服務狀態:service postfix status
    中止postfix(若啓動):service postfix stop
    從新再啓動email服務:/etc/init.d/sendmail restart

blog

相關文章
相關標籤/搜索