linux系统下不需启动sendmail类似工具。#!/bin/sh
#CreatebyJIANGLEI.YU
#DefineConfigurefile
check_result(){
if[$1!=0];then
echo-e"\e[1,44m<====Error,ExitinstallMutt====>\e[0m"
rm-fr/usr/local/msmtp/etc
rm-fr/root/.msmtprc
rm-fr/root/.muttrc
rm-fr/usr/loc..
分类:
系统相关 时间:
2016-04-20 20:16:10
阅读次数:
231
linux可以直接用mail发送邮件给对方,但是这种邮件,容易被QQ邮箱或者其他邮箱拦截掉所以必须用指定账户发送邮件,才不会拦截。msmtp是一个SMTP客户端。在默认情况下,它把邮件送给负责发邮件的SMTP服务器安装msmtp下载最新版本http://iweb.dl.sourceforge.net/project/msmtp/m..
分类:
系统相关 时间:
2016-01-20 23:02:22
阅读次数:
525
Zabbix搭建部署之使用mutt+msmtp配置Zabbix邮件报警1. msmtp下载 目前最新版本是1.4.32http://jaist.dl.sourceforge.net/project/msmtp/msmtp/1.4.32/msmtp-1.4.32.tar.bz22. 安装依赖环境yum...
分类:
其他好文 时间:
2015-12-23 00:18:13
阅读次数:
227
CentOSrelease6.6(Final)yum-yinstallmsmtpmuttmutt配置文件/etc/Muttrc/etc/Muttrc.local非ROOT配置方式:不使用默认配置文件,新建下列文件:[root@vmwork]#more.Muttrc
setsendmail="/usr/bin/msmtp"#msmtp路径
setuse_from=yes
setrealname="yjyygywcw"#发件人
seteditor="..
分类:
系统相关 时间:
2015-12-11 16:45:24
阅读次数:
282
转:http://www.tuicool.com/articles/YRnQVfqCentOS系统下如果希望向外域发送邮件,需要配置sendmail+dovecot等一系列工具。其实不用这么麻烦,只要mutt+msmtp就可以实现向外域发送邮件的功能了。本文基于CentOS6 64bit。1,安装配...
分类:
其他好文 时间:
2015-10-26 12:07:51
阅读次数:
244
1. apt-get install mutt msmtp2. ~/.muttrc & ~/.msmtprc 是当前用户的配置信息, 如果不加则会使用全局配置: /etc/Muttrc (msmtprc暂时找不到该文件, 不知为何?)3. vi~/.muttrc在最后加上:set sendmail=...
分类:
系统相关 时间:
2015-07-27 14:34:50
阅读次数:
232
一.环境系统CentOS6.4x64最小化安装二.安装msmtp#下载软件包
[root@apache~]#wgethttp://sourceforge.net/projects/msmtp/files/msmtp/1.4.30/msmtp-1.4.30.tar.bz2/download
[root@apache~]#tarxfmsmtp-1.4.30.tar.bz2
[root@apache~]#cdmsmtp-1.4.30
[root@apachemsmtp-1.4.3..
分类:
其他好文 时间:
2015-07-10 19:19:31
阅读次数:
141
wgethttp://nchc.dl.sourceforge.net/sourceforge/msmtp/msmtp-1.4.17.tar.bz2tarxvfmsmtp-1.4.17.tar.bz2cdmsmtp-1.4.17./configure--prefix=/usr/local/msmtpmakemakeinstallcd/usr/local/msmtp/mkdiretc#配置文件目录和配置文件都要自己建cdetcdefaultslogfile/usr/local/ms..
分类:
其他好文 时间:
2015-07-07 07:11:10
阅读次数:
133
1.mutt+msmtp的安装
默认情况下smokeping发送邮件使用sendmail,但是sendmail配置起来真心不是一般的麻烦,而且也没有必要,完全大材小用了,所以我就想用mutt+msmtp的方案来发送告警邮件。
首先安装mutt和msmtp这两个软件。
如果是在在线安装,那么直接apt-get install就好了,会自动帮助我们安装关联包。
...
分类:
系统相关 时间:
2015-05-15 15:33:27
阅读次数:
234
catmail.sh
#!/bin/bash
#--------------------------------------------------
#Created:2015-05-04
#Author:jimmygong
#Mail:jimmygong@taomee.com
#Function:shellmuttmsmtp
#Version:1.0
#--------------------------------------------------
[[-e/lib/lsb/init-functions..
分类:
系统相关 时间:
2015-05-04 20:25:42
阅读次数:
272