Path: utzoo!attcan!uunet!cs.utexas.edu!rice!sun-spots-request From: advsys!graham@relay.eu.net (Graham Underwood) Newsgroups: comp.sys.sun Subject: Re: Calendar Keywords: Software Message-ID: <9642@brazos.Rice.edu> Date: 4 Jul 90 09:14:20 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 23 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n249, Replies: v9n249 X-Sun-Spots-Digest: Volume 9, Issue 249, message 15 In article <9574@brazos.Rice.edu> you write: > >Can anyone help me with a "calendar" question, or perhaps point me at the >right FM?? One user on my network is getting 3 mail messages from >calendar...one server is sending one, and the other server is sending 2, >about 7 or 8 seconds apart. What determines if a machine sends out >calendar mail Calendar is generally started by cron. Either it consults ~/calendar or, if started with a - switch, the calendar file for every user on the system. By default Suns come with a 'calendar -' entry in the root crontab, i.e calendar is run for all users daily. Maybe both servers still have this entry - which would explain 2 messages. To account for the third, do you have a private crontab file with calendar in it ? FM entries are man calendar man crontab man 5 crontab Graham.