Dave, et al -- ...and then Dave Howorth said... % % 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. [snip] Are you in love with email for this? Personally I find it to be a lousy filing system, and I'd much rather put the log files in the proper target directory and manage them with rotation or any other standard process. What about ssh keys to either scp the files across (my favorite if you have a known limited set of files), tar them through an ssh pipeline if there are bunches each time, or just rsync the local & remote directories? I know you have ssh installed, and it's simpler than postfix or mailx ;-) HTH & HANW :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org