On 03/11/2015 12:01 AM, Stefan Michael Guenther wrote: > is it possible to import the key of an official Sub-CA as a default > CA for CiperMail?
Yes that should work. Let me know whether it works. Certificates that have the CA flag set and for which there is a private key should be shown in the selection for default CAs > And is it possible to send log messages to the local syslog daemon > instead of using an individual logfile? We would then forward the > messages to a central log server. Yes. You need to add a SyslogAppender to the log4j config. https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/SyslogAppender.html For some examples http://blog.trifork.com/2010/01/14/logging-to-the-syslog-from-a-java-application/ http://stackoverflow.com/questions/13234727/writing-log-data-to-syslog-using-log4j Kind regards, Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
