### Common Setting log_level 1 read_timeout 0 access_log /var/log/bjorb.log error_log /var/log/bjorb-err.log do_fork true deny_wait 0 CA_cert_file /usr/local/certs/bjorb.pem CA_cert_path /usr/local/certs/CA max_connection 100 spare_servers 1 ### Access Control allow ALL ### Entries # It behaves like as SSL telnetd. entry "SSL Telnet" { service_type "SSL Telnet" accept 9023 with SSL connect internal-telnet-host:telnet } # Following entries are for Microsoft Outlook. entry "SSL SMTP" { accept 465 with SSL connect internal-smtp-host:smtp } entry "SSL POP3" { accept 995 with SSL connect internal-pop3-host:pop3 spare_servers 2 } entry "SSL IMAP4" { accept 993 with SSL connect internal-imap4-host:imap } entry "SSL NNTP" { accept 563 with SSL connect internal-nntp-host:nntp } entry "SSL LDAP" { accept 636 with SSL connect internal-ldap-host:389 }