[Zope] Cron & Receiving email
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Wed, 16 May 2001 17:38:35 +0400 (MSD)
On Wed, 16 May 2001, Bruce Eckel wrote:
> 1) Is there a cron-like tool in Zope? Or a way to have cron
> run a process in Zope?
Xron. Or external process(es) that touch Zope by HTTP or XML-RPC.
Example: http://www.zope.org/Members/phd/cron-zope/
> 2) Under Linux/Sendmail, can I have the above Zope process
> "receive" mail sent to a particular address? (Note that my
> ignorance of how mail works could fill volumes).
ZMailIn (+ perhaps sendmail config, procmail etc)
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.