[kronolith] Problem with reminders in 2.1

Mark Reis mcr2z at cs.virginia.edu
Sat Apr 1 11:00:19 PST 2006


I'm running into a problem where I'm unable to get reminders.php to send
emails. The current setup is: Horde 3.1.1, Kronolith 2.1, php-4.4.0 and
MySQL 5.0 as my backend. 

Looking at the horde log, I see:

 Apr 01 13:53:29 HORDEDEBUG [info] [kronolith] No email addresses available
to send reminder for Test to recipient(s): testuser  [on line 187 of
"/pathtohorde/horde3test/kronolith/lib/Scheduler/kronolith.php"]

This is a bit odd since I'm under the impression that I set up this address
with the from_addr preference. (I've swapped mydomain for my real domain to
confuse spambots). IMP works just fine, so I'd like to think that horde and
imp are configured correctly.

Help?

-Mark

The Config file for kronolith.

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.14.10.4 2006/02/08 12:27:31 jan Exp
$
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['driver'] = 'sql';
$conf['storage']['default_domain'] = ' mydomain.edu';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = false;
$conf['reminder']['server_name'] = 'mail.mydomain.edu';
$conf['reminder']['from_addr'] = 'kronolith at mydomain.edu';
$conf['autoshare']['shareperms'] = 'none';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */



More information about the kronolith mailing list