[EMAIL PROTECTED] wrote:
I know I can use

mail -s "logfile " < /var/log/httpd_access.log

in cron to email the content of a log file to a particular email
address but how do I make that log file a binary attachment (*.gz)?
gzip -c /var/log/httpd_access.log | uuencode httpd_access.log.gz | mail -s "logfile" [EMAIL PROTECTED]

If you want an actual MIME attachment, see /usr/ports/mail/nail

From a modern mail reader point of view there is not much difference between a MIME or a uuencoded attachment.

Peter
--
http://www.boosten.org
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to