58156640 发表于 2012-7-26 11:13:42

YAWPYNG 发表于 2012-7-26 11:13:43

/system backup save name=email-xxxxx
/tool e-mail send to="routerclub@163l.com" subject=( . "每日备份 Backup") file=email-xxxxx.backup

上面这是3.3的,需搭配MAIL SERVER , 可以用163的mail server



下面是5.X的 , 搭配 GMAIL


/system backup save name=email-XXX
:delay 2
/tool e-mail send to="routerclub@gmail.com" subject=( . "每日备份 Backup") file=email-XXX.backuptls=yes server=74.125.45.109

michaelyuan 发表于 2012-7-26 11:15:57

论坛里有很多,尝试下:lol

58156640 发表于 2012-7-26 11:22:13

yus 发表于 2012-7-26 14:23:01

本帖最后由 yus 于 2012-7-26 14:26 编辑

QQ服务器有多个,有些连接不上具体原因不明,多换几个测试
(5.x版本可用,3.30未测试)
#SMTP服务器域名
:global smtp "www.qq.com"
#发件邮箱
:global from "123456789@qq.com"
#邮箱密码
:global pass "123456789"
#收件邮箱
:global sto "987654321@qq.com"

/tool e-mail set address=[:resolve $smtp ] from=$from user=$from password=$pass
/system script add name=back source="/system backup save name=back\r\n/tool e-mail send to=$sto subject=back file=back.backup"
/system scheduler add interval=1d name=back on-event=back start-date=jul/26/2000 start-time=00:00:00

yus 发表于 2012-7-26 15:06:03

你肯定要用你自己的帐号密码才行啊{:3_49:}

YAWPYNG 发表于 2012-7-26 16:28:40

用QQ MAIL的話,偶以前有試過,
貌似只能寄到自己的QQ信箱,不能寄到別的信箱.

282615460 发表于 2012-7-28 18:17:54

做个记号有用了 回来拿

zhangdz 发表于 2012-8-1 16:43:12

我做过一个发送log的,但是连接邮件服务器的时候超时?

baobao87 发表于 2012-8-15 11:12:06

能否发一个检测 PPPOE-out1 的IP..然后发到邮箱...我在网上搅了一个下来.不太行..
脚本如下:
:global oldip
:global newip [:pick address] 0 [:find address] "/"]]
:if ($newip != $oldip) do={/export file=export; :delay 10s; /tool e-mail send to="IP" subject="$" body="$ $newip configuration file" file=export.rsc; :set oldip $newip}

cool525000 发表于 2013-3-25 15:49:10

能否发往多个邮件地址,测试了很多次都不行。
页: [1]
查看完整版本: 50 钢板求ROS备份后发到邮箱的脚本 谢谢