Koozali.org: home of the SME Server

Cron Daemon again ...

Peter Rangeby

Cron Daemon again ...
« on: September 10, 2001, 08:29:34 PM »
Hi,

I have a lot of Cron Daemon-messages with only one or some '.....'
ie
----- Original Message -----
From: "Cron Daemon"
To:
Sent: Monday, September 10, 2001 10:25 AM
Subject: Cron /etc/startmail

......................................................

What does it tell? Often there is one on each message.
I have redirected admin to myself and also my 'alias' and another pop-acount.
I use multi with dungog.net multipop 0.1-3 on five pop3

Peter R,

Adam Rykala

Re: Cron Daemon again ...
« Reply #1 on: September 27, 2001, 01:48:11 PM »
I used to get this when I set up my own Linux firewall....

In your cron file, pipe the STDOUT and STDERR to /dev/null - the email you are getting IIRC is the output of the cron job startmail.

The system doesn't know what to do with it and just dumps it to a message to admin

Peter Rangeby

Re: Cron Daemon again ...
« Reply #2 on: September 27, 2001, 03:44:12 PM »
Thanks Adam,

A friend of mine helped me with file fetchmail. There was a 'silent' option to put in.

Peter R

Adam Rykala

Re: Cron Daemon again ...
« Reply #3 on: September 27, 2001, 03:52:39 PM »
No problem

Don't happen to know if any of the multipop mods work with e-smith 5 do you ;-)

Adam

Peter Rangeby

Re: Cron Daemon again ...
« Reply #4 on: September 27, 2001, 04:13:56 PM »
I don´t know .... installed my V5 yesterday. I can´t get the single pop-mail to function! What I type in is gone next time I look there ... Eehh ....
V5 is buggy ...

Peter

Adam Rykala

Re: Cron Daemon again ...
« Reply #5 on: September 27, 2001, 04:52:54 PM »
Has anyone else found this bug.....

When setting up it asks for your dialup acct (nb, config is Private Server/Gateway - Dialup)

When it then dials up it drops the final T of the ATDT line

so ATDT becomes ATD and it took me a lot of messing round to find that!

Adam

Nisse

Re: Cron Daemon again ...
« Reply #6 on: October 07, 2001, 04:03:51 PM »
I changed the template for fetchmail, "/etc/e-smith/templates/etc/fetcmail/50multi-drop".

old:
 $OUT .= "/usr/bin/fetchmail --syslog $verbosity ";
        $OUT .= "--fetchmailrc - <
new:
 $OUT .= "/usr/bin/fetchmail --silent --syslog $verbosity ";
        $OUT .= "--fetchmailrc - <
run e-smith-manager and uppdate e-mail config.

/Nisse