Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] unwanted msgs from cron after upgrade
Date: Sun, 29 Dec 2013 22:38:43
Message-Id: 20131229223831.GB975@ca.inter.net
1 Yesterday I did my usual Sat system update, emerging new versions of
2 libassuan HTTP-Cookies dialog curl coreutils binutils procps virtual/man .
3 Today after restarting the system, mail continues to be downloaded normally,
4 my mailbox is receiving notices every 5 min from my cron mail job :
5
6 Date: Sun, 29 Dec 2013 17:29:16 -0500
7 From: Cron Daemon <root@××××××××××××.net>
8 To: purslow@××××××××××××.net
9 Subject: Cron <purslow@localhost> test -e /var/run/dhcpcd.pid && /usr/bin/fetchmail -s 2> /dev/null
10 X-Cron-Env: <SHELL=/bin/sh>
11 X-Cron-Env: <HOME=/home/purslow>
12 X-Cron-Env: <PATH=/usr/bin:/bin>
13 X-Cron-Env: <LOGNAME=purslow>
14 X-Cron-Env: <USER=purslow>
15 fetchmail: Query status=2 (SOCKET)
16
17 Mail is fetched by a cron job in /var/spool/cron/crontabs/ :
18
19 # DO NOT EDIT THIS FILE - edit the master and reinstall.
20 # (/tmp/crontab.XXXXv4nXL6 installed on Sun Mar 31 10:46:54 2013)
21 # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
22 */5 * * * * test -e /var/run/dhcpcd.pid && /usr/bin/fetchmail -s 2> /dev/null
23
24 ~/.fetchmailrc :
25
26 set postmaster "purslow"
27 set bouncemail
28 set no spambounce
29 set properties ""
30 poll pop.ca.inter.net
31 user 'purslow' there with password '********' is 'purslow' here options stripcr
32 mda '/usr/bin/procmail -f - -d purslow'
33
34 poll cmail.chass.utoronto.ca
35 user 'purslow@××××××××××××××.ca' there with password '********' is 'purslow' here ssl
36 mda '/usr/bin/procmail -f - -d purslow'
37
38 Can anyone suggest what might have changed to cause this nuisance ?
39
40 --
41 ========================,,============================================
42 SUPPORT ___________//___, Philip Webb
43 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
44 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
[gentoo-user] Re: unwanted msgs from cron after upgrade James <wireless@×××××××××××.com>