hi
i have recently upgraded my server on 3.25. but after upgrade i found that my email backup script is not working on 3.25 which was working on 3.13. any body have any idea.
Thanks
I have a great idea - see /log print =)
the second idea is to run script manually in terminal and see the result
and the third idea is to post the script here =) we’re not telepathists…
thanks chupaka for your great idea. before your reply i already tested those ways. when i was failed i asked this on forum to share it with all the experts. I am attaching here some thing for you.
my backup rules which are working on 3.13 but not on 3.25
rule1:
:log info “backup beginning now”
:global backupfile ([/system identity get name] . “-” . [/system clock get time])
/system backup save name=$backupfile
:log info “backup pausing for 10s”
:delay 10s
:log info “backup being emailed”
/tool e-mail send to=“xxxx@gmail.com” subject=([/system identity get name] .
" Backup") from=core@mydomain.com file=$backupfile server=xxx.xxx.xxx.xxx(my mail server ip)
:log info “backup finished”
rule2:
tool e-mail send from=xxx@mydomain.com to=xxx@gmail.com subject=router-backup body=router-backup file=SoHo-15:38:42.backup server=xxx.xxx.xxx.xxx

the reason is… rataplan… timeout while sending the e-mail!
now enable ‘e-mail’ logging to see debug messages - things should become more clear
dear chupaka
please see the attached file.

Hi, I have the same problem.
I can send email only WITHOUT attachments.
It seems a matter of ip packet size…
I can tell this because the same script works if I put up an l2tp tunnel to the server.
I run postfix server, and found some other complaining a problem like this (http://www.irbs.net/internet/postfix/0705/1604.html)
Not found a solution yet… ![]()
Bye.