I am running 0.9.2-RC6 on two servers (CA and RA). I can create and sign certificates, but new users are not emailed unless I copy the mail files from the CA to the RA by hand.

Just to answer my own question. It looks like there is/was a bug in 0.9.2-RC6 - at least this makes my setup work - see attached patch.

Mark D


diff -urN openca-0.9.2-RC6/src/common/lib/functions/export-import.lib 
openca-0.9.2-RC6patched/src/common/lib/functions/export-import.lib
--- openca-0.9.2-RC6/src/common/lib/functions/export-import.lib 2004-08-03 
11:03:53.000000000 +0100
+++ openca-0.9.2-RC6patched/src/common/lib/functions/export-import.lib  2004-10-19 
10:55:16.000000000 +0100
@@ -1892,7 +1892,7 @@
                                     MODE       => "DOWNLOAD"))
            {
                $found = 1;
-               if (not $tools->copyFiles (SRC => $directory."/".$value, DEST => 
getRequired (uc($type)."_MAIL_DIR")))
+               if (not $tools->copyFiles (SRC => $directory."/".$value.".msg", DEST 
=> getRequired (uc($type)."_MAIL_DIR")))
                {
                        print addPreLogLine ("<FONT COLOR=#FF0000>".
                                             i18nGettext ("__MSG__ cannot be copied to 
__DIR__!",

Reply via email to