All Questions
3 questions
0
votes
0
answers
66
views
Cron job sends output for shell scripts but no for mysqldumps - Via Nullmailer
I currently have two cron jobs in a server. One for a shell scrpit and another for a mysqldump.
Example:
43 16 * * * /var/backups_scripts/backups
46 16 * * * /usr/bin/mysqldump --login-path=bds-server ...
0
votes
0
answers
110
views
Problem Executing Python in cron to email IDS logs (No MTA installed, discarding output)
I am a novice Python/Linux enthusiast running Suricata on a Linux VM and am trying to execute a Python script to email myself the fast.log logs every morning.
What I first want to happen is a list of ...
1
vote
0
answers
186
views
How to specify default MTA?
i'm trying to use the MAILTO function in crontab on my mybookworld (it's a nas)
I've installed a rather unfamiliar(in think) MTA: esmtp
With mutt(console based email client) it works perfectly. But ...