Re: automate maildelivery

2001-11-02 Thread David Rose
proftpd in message automate maildelivery (Wed, 10/31 14:31): > Hi, > > I would like to have my linuxbox sending me the /var/log/messages file on a > regular bases. > > Creating the syslog correct is not the problem, neither to run cron. > But how do i produce the mail inc

Re: automate maildelivery

2001-10-31 Thread Stephen Ryan
On 31 Oct, proftpd wrote: > Hi, > > I would like to have my linuxbox sending me the /var/log/messages file on a > regular bases. > > Creating the syslog correct is not the problem, neither to run cron. > But how do i produce the mail including the attachment? > > Many thanks > > markus > > M

Re: automate maildelivery

2001-10-31 Thread Peter Ross
On Wed, Oct 31, 2001 at 02:31:42PM +0100, proftpd wrote: > Hi, > > I would like to have my linuxbox sending me the /var/log/messages file on a > regular bases. > > Creating the syslog correct is not the problem, neither to run cron. > But how do i produce the mail including the attachment? > cat

Re: automate maildelivery

2001-10-31 Thread martin f krafft
* proftpd <[EMAIL PROTECTED]> [2001.10.31 14:31:42+0100]: > Creating the syslog correct is not the problem, neither to run cron. > But how do i produce the mail including the attachment? e.g.: mutt -a /var/log/syslog [EMAIL PROTECTED] < /dev/null -- martin; (greetings from the hear

automate maildelivery

2001-10-31 Thread proftpd
Hi, I would like to have my linuxbox sending me the /var/log/messages file on a regular bases. Creating the syslog correct is not the problem, neither to run cron. But how do i produce the mail including the attachment? Many thanks markus