
Hello, On Fri, 12 Jun 2020, Dave Howorth wrote:
On Fri, 12 Jun 2020 14:46:52 +0200 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
I run some cron jobs on a Raspberry Pi and would like to see output emailed by cron on my [separate] opensuse box. The Pi by default has no mail software installed, so I'd like to find the smallest/simplest way of enabling its cron to forward mail to my opensuse host on the LAN. [..] Do I need to install (and configure :( ) postfix on my Pi or is there some other way to send mail that is less complicated. Or some other way to get cron to send its output?*
Thanks, Per. I was hoping to avoid 3.7 MB of stuff just to send a mail message, plus I'm somewhat intimidated by the postfix man page.
Checkout these for sending without the need of a daemon: https://software.opensuse.org/package/mailutils e.g.: 'mailutils send [options] host file' and it can read stdin. https://software.opensuse.org/package/email that needs to be configured (via environment variables (at least SMTP_SERVER, SMTP_AUTH, SMTP_AUTH_USER, SMTP_AUTH_PASS, USE_TLS) or https://software.opensuse.org/package/ssmtp for a minimal daemon. HTH, -dnh --
This needs quotes: use lib "/path/to/perl/modules"; Single or double quotes? Yes. -- Tad McClellan in comp.lang.perl.misc
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org