Hi,

I have resolved CRIN Mails issue. I was using /usr/sbin/sendmail -n -t and
"-n" argument is unknown.

I have spent time before finding the source of the issue. I suggest a
correction in mail-utils.lib.

sendPreparedMail does not return any error code; for example at line 287 :

    if (not -e $mail_dir."/".$counter.".msg") {
      $errval = i18nGettext ("Mail __MESSAGE__ does not exist.",
"__MESSAGE__", "$mail_dir/$counter.msg");
      $errno = 4540005;
      return undef;
    }

return undef should be replaced by return $errno.

My next question is : How can "Certificate-information" mails be
automatically sent ?

Thanks.

Eric



--- Eric Boudrand <[EMAIL PROTECTED]> a écrit :

> Hi,
> 
> I am trying to send CRIN Mails from the node interface. I have "error
> 6296060 permission denied".
> 
> In ACL file, I had set :
> <permission>
>    <module>(0|3)</module>
>    <role>.*</role>
>    <operation>Send CRIN mails</operation>
>    <owner>.*</owner>
> </permission>
> 
> I cannot find in the documentation an operation item for sending CRIN
> mails. Where can I find it ?
> 
> Once this will be done, how can I run it automatically ? In config.xml,
> I
> had set send_mail_automatic to yes. What is the purpose of this options
> ?
> I  had not seen it working until now ?
> 
> Thanks.
> 
> Eric
>


        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to