Petr Bousek wrote:
Hello,

i have little problem with OpenCA 0.9.2 RC3 - everithing works fine, but i'm not able to set openca to send mails abou new certificates, send mail to new users etc...

yes - this is a known problem ;o)
its fixed at the cvs...

you can fix by hand too - its simple:
got to .../lib/functions/initServer

add this two lines:
require "$common_libs/mail-utils.lib";
setPerformancePoint ("mail-utils loaded");

just direct below:
require "$common_libs/rbac-utils.lib";
setPerformancePoint ("rbac-utils loaded");

somewhere at line 64 this should be

you can than remove it from RAServer.in and node.in
and also from the installed cgis RAServer and node...
they don't need it...


greetings dalini


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to