zbigniew szalbot wrote: > Dear all, > > What command (when using cron) should I invoke to automatically sent > /var/log/exim/rejectlog file to a specified email address? I just need > to analyze it and would best prefer to have it in my inbox in the morning.
The following should be on one line in crontab : 1 * * * * mail -s "File contents" [EMAIL PROTECTED] < /home/steveb/file.name It will send your file to you inline in an email ad one minute after midnight every day. Steve _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
