Rev 45 | Blame | Compare with Previous | Last modification | View Log | RSS feed
############################################################### GATEWAY SETTINGS#server_bind =# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.#server_socket = http://localhost:236/zarafa# Set this value to a name to show in the logon greeting to clients.# Leave empty to use DNS to find this name.server_hostname =# Whether to show the hostname in the logon greeting to clients.server_hostname_greeting = no# drop privileges and run the process as this user#run_as_user = zarafa# drop privileges and run the process as this group#run_as_group = zarafa# create a pid file for stopping the service via the init.d scripts#pid_file = /var/run/zarafad/gateway.pid# run server in this path (when not using the -F switch)#running_path = /var/lib/zarafa# create memory coredumps upon crash in the running_path directorycoredump_enabled = no# enable/disable POP3, and POP3 listen portpop3_enable = yespop3_port = 110# enable/disable Secure POP3, and Secure POP3 listen portpop3s_enable = nopop3s_port = 995# enable/disable IMAP, and IMAP listen portimap_enable = yesimap_port = 143# enable/disable Secure IMAP, and Secure IMAP listen portimaps_enable = noimaps_port = 993# Only mail folder for IMAP or all subfolders (calendar, contacts, tasks, etc. too)imap_only_mailfolders = yes# Show Public folders for IMAPimap_public_folders = yes# IMAP clients may use IDLE commandimap_capability_idle = yes# The maximum size of an email that can be uploaded to the gatewayimap_max_messagesize = 128M# Override the e-mail charset and generate using utf-8 (when imap data is not present on the item)imap_generate_utf8 = no# Internally issue the expunge command to directly delete e-mail marked for deletion in IMAP.imap_expunge_on_delete = no# Store full rfc822 message during APPENDimap_store_rfc822 = yes# Maximum count of allowed failed IMAP command counts per clientimap_max_fail_commands = 10# Disable all plaintext authentications unless SSL/TLS is useddisable_plaintext_auth = no# File with RSA key for SSLssl_private_key_file = /etc/zarafa/gateway/privkey.pem#File with certificate for SSLssl_certificate_file = /etc/zarafa/gateway/cert.pem# Verify client certificatessl_verify_client = no# Client verify file and/or pathssl_verify_file =ssl_verify_path =# SSL protocols to use, set to '!SSLv2' for 'ssl_enable_v2 = no'ssl_protocols = !SSLv2# SSL ciphers to use, set to 'ALL' for backward compatibilityssl_ciphers = ALL:!LOW:!SSLv2:!EXP:!aNULL# Prefer the server's order of SSL ciphers over client'sssl_prefer_server_ciphers = no# Process model, using pthreads (thread) or processes (fork)# Processes are potentially safer from a security point of view.process_model = fork# For temporary files.# consider mounting a `tmpfs' underneath this path (wherever you# point it to)tmp_path = /tmp############################################################### GATEWAY LOG SETTINGS# Logging method (syslog, file)log_method = file# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))#log_level = 3# Logfile for log_method = file, use '-' for stderrlog_file = /var/log/zarafa/gateway.log# Log timestamp - prefix each log line with timestamp in 'file' logging modelog_timestamp = 1# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).#log_buffer_size = 0