source: npl/mailserver/kopano_conf/root/etc/kopano/gateway.cfg @ 84898b9

gcc484perl-5.22
Last change on this file since 84898b9 was 84898b9, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

filename rename to kopano

  • Property mode set to 100644
File size: 1.8 KB
Line 
1##############################################################
2# GATEWAY SETTINGS
3
4server_bind     =       0.0.0.0
5
6# WARNING!! YOU MUST RUN KOPANO GATEWAY UNDER A DIFFERENT USER THAN THE SERVER PROCESS
7# drop privileges and run the process as this user
8run_as_user = kopano-gateway
9
10# drop privileges and run the process as this group
11run_as_group = kopano-gateway
12
13
14# run server in this path (when not using the -F switch)
15running_path = /
16
17# enable/disable POP3, and POP3 listen port
18pop3_enable     =       yes
19pop3_port       =       110
20
21# enable/disable Secure POP3, and Secure POP3 listen port
22pop3s_enable    =       yes
23pop3s_port      =       995
24
25# enable/disable IMAP, and IMAP listen port
26imap_enable     =       yes
27imap_port       =       143
28
29# enable/disable Secure IMAP, and Secure IMAP listen port
30imaps_enable    =       yes
31imaps_port      =       993
32
33# Only mail folder for IMAP or all subfolders (calendar, contacts, tasks, etc. too)
34imap_only_mailfolders   =       yes
35
36# Show Public folders for IMAP
37imap_public_folders     =       yes
38
39# IMAP clients may use IDLE command
40imap_capability_idle = yes
41
42# File with RSA key for SSL
43ssl_private_key_file    =       /usr/webint/ssl/server.pem
44
45#File with certificate for SSL
46ssl_certificate_file    =       /usr/webint/ssl/server.crt
47
48# Verify client certificate
49ssl_verify_client       =       no
50
51# Client verify file and/or path
52ssl_verify_file         =       
53ssl_verify_path         =
54
55# Process model, using pthreads (thread) or processes (fork)
56process_model = fork
57
58
59imap_store_rfc822=yes
60
61
62##############################################################
63# GATEWAY LOG SETTINGS
64
65# Logging method (syslog, file)
66log_method      =       file
67
68# Loglevel (0=no logging, 5=full logging)
69log_level       =       2
70
71# Logfile for log_method = file, use '-' for stderr
72log_file        =       /var/log/kopano/gateway.log
73
74# Log timestamp - prefix each log line with timestamp in 'file' logging mode
75log_timestamp   =       1
76
77
78
79
Note: See TracBrowser for help on using the repository browser.