chris wrote:you need to edit crontab using the command crontab -e - not just by hand.
When i use the command; vi crontab -e the following message is appearing:
"crontab" 16L, 425C
Ex-Modus. Geben Sie "visual" ein, um zum Normal-Modus zurückzukehren.
:
(wich means: Please enter "visual" to return to the normal-modus.
chris wrote:If you did that, then change the end from >/dev/null 2>&1 to &>/var/log/cronlog
I used vi crontab to edit it... and this is the text i changed
*/1 * * * * "/usr/bin/fetchmail -p pop3 -S scalix.pore.at --smtpname sxadmin-scalix@pore.at -u gruftengel@gmx.at pop.gmx.net &>/var/log/cronlog"
chris wrote:That way you can see the output of the command cron is running.
where oO" ??
chris wrote:Does the command you posted work if you enter it as root?
im allways working as root <.<" my boss told me that i have to do that...