Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

incoming.pl

Quote Reply
incoming.pl
Hello,
Some users are not receiving emails anymore.

Do I have to restart incoming.pl???
If yes, how to do so?

Help
Thanks
Antoine
Quote Reply
Re: [antoined] incoming.pl In reply to
You should check that your incoming.pl is running correctly on a regular basis (crontab if you're on a *nix system).

Adrian
Quote Reply
Re: [antoined] incoming.pl In reply to
In Reply To:
Some users are not receiving emails anymore.
Do I have to restart incoming.pl???


In case you're using an older version.... take a look at this thread.

r
Quote Reply
Re: [brewt] incoming.pl In reply to
Hello again,

I am using the latest version of GT mail on UNIX, red aht 7.2

I deleted the cron job and i added it again as following:

[root@mydomain root]# crontab cronfile 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/mydomain/www/cgi-bin/zmail/batch/incoming.pl
[root@mydomain root]# crontab cronfile 0,15,30,45 * * * * /home/mydomain/www/cgi-bin/zmail/batch/outgoing.pl

after i list them and I have:

[root@mydomain root]# crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (cronfile installed on Thu Jul 29 11:52:43 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/root/cronfile installed on Tue Jan 28 16:10:36 2003)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/root/cronfile installed on Mon Jun 17 14:05:58 2002)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
32 23 * * 5 /usr/prop/bin/checkquotas
59 23 * * * /usr/prop/bin/log-archive
30 23 * * * /usr/prop/bin/setusrquotas -q
2 4 * * * /usr/prop/bin/wusagecron
0 22 * * 6 /usr/prop/bin/dumpweblogs
21 3 * * * /usr/prop/bin/trafstat.daily
0 9,18 * * * /usr/prop/bin/traf-mail
3 * * * * /usr/prop/bin/realsrvlog
28 * * * * su -c /usr/local/majordomo/mj_key_cache majordomo #update majorcool
[root@mydomain root]#


still not receiving emails, any hint please.

Antoine
Quote Reply
Re: [antoined] incoming.pl In reply to
Try running incoming.pl -v manually and see if it's receiving mail.

PS: You shouldn't setup incoming/outgoing.pl in root's cron. Instead, it should be setup using a non-root account (the one that owns all the installed gmail files).

Adrian