4 |
- |
1 |
##############################################################
|
|
|
2 |
# DAGENT SETTINGS
|
|
|
3 |
|
|
|
4 |
# connection to the zarafa server
|
59 |
- |
5 |
#server_socket = file:///var/run/zarafad/server.sock
|
4 |
- |
6 |
|
|
|
7 |
##############################################################
|
|
|
8 |
# DAGENT SSL LOGIN SETTINGS
|
|
|
9 |
#
|
|
|
10 |
# Note: server_socket must be set to https://servername:portname/zarafa
|
|
|
11 |
# to use this type of login method
|
|
|
12 |
|
|
|
13 |
# Login to the Zarafa server using this SSL Key
|
23 |
- |
14 |
#sslkey_file = /etc/zarafa/ssl/dagent.pem
|
4 |
- |
15 |
|
|
|
16 |
# The password of the SSL Key
|
23 |
- |
17 |
#sslkey_pass = replace-with-dagent-cert-password
|
4 |
- |
18 |
|
|
|
19 |
##############################################################
|
|
|
20 |
# DAGENT LOG SETTINGS
|
|
|
21 |
|
|
|
22 |
# Logging method (syslog, file)
|
|
|
23 |
log_method = file
|
|
|
24 |
|
59 |
- |
25 |
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
|
|
26 |
#log_level = 3
|
4 |
- |
27 |
|
|
|
28 |
# Logfile for log_method = file, use '-' for stderr
|
|
|
29 |
log_file = /var/log/zarafa/dagent.log
|
|
|
30 |
|
|
|
31 |
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
|
|
|
32 |
log_timestamp = 1
|
|
|
33 |
|
|
|
34 |
# Log raw message to a file
|
|
|
35 |
log_raw_message = no
|
|
|
36 |
|
|
|
37 |
# Log raw messages path
|
43 |
- |
38 |
# consider mounting a `tmpfs' underneath this path
|
|
|
39 |
# note that MySQL may store (large) files under /tmp
|
4 |
- |
40 |
log_raw_message_path = /tmp
|
|
|
41 |
|
59 |
- |
42 |
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
|
|
|
43 |
#log_buffer_size = 0
|
43 |
- |
44 |
|
|
|
45 |
# for temporary files
|
|
|
46 |
# consider mounting a `tmpfs' underneath this path (wherever you
|
|
|
47 |
# point it to)
|
|
|
48 |
tmp_path = /tmp
|
|
|
49 |
|
4 |
- |
50 |
##############################################################
|
|
|
51 |
# DAGENT LMTP SETTINGS
|
|
|
52 |
# start dagent with -d to create an lmtp daemon of the zarafa-dagent
|
|
|
53 |
|
|
|
54 |
# binding address for LMTP daemon
|
59 |
- |
55 |
# change to the empty string if you require connections on other addresses
|
|
|
56 |
#server_bind =
|
|
|
57 |
# Limit connections to address of interface (IPv6),
|
|
|
58 |
# or route path interface (IPv4). Leave empty for to indicate "all".
|
|
|
59 |
#server_bind_intf =
|
4 |
- |
60 |
|
|
|
61 |
# LMTP port to listen on for LMTP connections
|
|
|
62 |
lmtp_port = 2003
|
|
|
63 |
|
|
|
64 |
# Maximum LMTP threads that ca be running simultaneously
|
|
|
65 |
# This is also limited by your SMTP server. (20 is the postfix default concurrency limit)
|
|
|
66 |
lmtp_max_threads = 20
|
|
|
67 |
|
|
|
68 |
# run as specific user in LMTP mode.
|
|
|
69 |
# make sure this user is listed in local_admin_users in your zarafa server config
|
|
|
70 |
# or use SSL connections with certificates to login
|
59 |
- |
71 |
#run_as_user = zarafa
|
4 |
- |
72 |
|
|
|
73 |
# run as specific group in LMTP mode.
|
59 |
- |
74 |
#run_as_group = zarafa
|
4 |
- |
75 |
|
|
|
76 |
# control pid file
|
59 |
- |
77 |
#pid_file = /var/run/zarafad/dagent.pid
|
4 |
- |
78 |
|
|
|
79 |
# create memory coredumps upon crash in the running_path directory
|
|
|
80 |
coredump_enabled = no
|
|
|
81 |
|
|
|
82 |
# The following e-mail header will mark the mail as spam, so the mail
|
|
|
83 |
# is placed in the Junk Mail folder, and not the Inbox.
|
|
|
84 |
# The name is case insensitive.
|
|
|
85 |
# set to empty to not use this detection scheme.
|
|
|
86 |
spam_header_name = X-Spam-Status
|
|
|
87 |
|
|
|
88 |
# If the above header is found, and contains the following value
|
|
|
89 |
# the mail will be considered as spam.
|
|
|
90 |
# Notes:
|
|
|
91 |
# - The value is case insensitive.
|
|
|
92 |
# - Leading and trailing spaces are stripped.
|
|
|
93 |
# - The word 'bayes' also contains the word 'yes'.
|
|
|
94 |
spam_header_value = Yes,
|
|
|
95 |
|
|
|
96 |
##############################################################
|
|
|
97 |
# DAGENT ARCHIVING SETTINGS
|
|
|
98 |
|
|
|
99 |
# Enable archive_on_delivery to automatically archive all incoming
|
|
|
100 |
# messages on delivery.
|
|
|
101 |
# This will do nothing if no archive is attached to the target mailbox.
|
|
|
102 |
archive_on_delivery = no
|
|
|
103 |
|
|
|
104 |
##############################################################
|
|
|
105 |
# DAGENT PLUGIN SETTINGS
|
|
|
106 |
|
|
|
107 |
# Enable the dagent plugin framework
|
152 |
- |
108 |
plugin_enabled = no
|
4 |
- |
109 |
|
|
|
110 |
# Path to the dagent plugin manager
|
|
|
111 |
plugin_manager_path = /usr/share/zarafa-dagent/python
|
|
|
112 |
|
|
|
113 |
# Path to the activated dagent plugins.
|
|
|
114 |
# This folder contains symlinks to the zarafa plugins and custom scripts. The plugins are
|
|
|
115 |
# installed in '/usr/share/zarafa-dagent/python/plugins/'. To activate a plugin create a symbolic
|
|
|
116 |
# link in the 'plugin_path' directory.
|
|
|
117 |
#
|
|
|
118 |
# Example:
|
|
|
119 |
# $ ln -s /usr/share/zarafa-dagent/python/plugins/BMP2PNG.py /var/lib/zarafa/dagent/plugins/BMP2PNG.py
|
|
|
120 |
plugin_path = /var/lib/zarafa/dagent/plugins
|
|
|
121 |
|
|
|
122 |
##############################################################
|
|
|
123 |
# DAGENT RULE SETTINGS
|
|
|
124 |
|
|
|
125 |
# Enable the addition of X-Zarafa-Rule-Action headers on messages
|
|
|
126 |
# that have been forwarded or replied by a rule.
|
|
|
127 |
# Default: yes
|
|
|
128 |
set_rule_headers = yes
|
|
|
129 |
|
|
|
130 |
# Enable this option to prevent rules to cause a loop. An e-mail can only be forwarded
|
|
|
131 |
# once. When this option is enabled, the set_rule_headers option must also be enabled.
|
|
|
132 |
# Default: no
|
|
|
133 |
no_double_forward = no
|
|
|
134 |
|
5 |
- |
135 |
# Some emails do not contain any charset information or specify us-ascii even though it
|
|
|
136 |
# isn't. In both cases, dagent will assume the following charset is used. Note that this
|
|
|
137 |
# implies that the given charset should be a superset of us-ascii (most charsets are)
|
|
|
138 |
default_charset = iso-8859-15
|
|
|
139 |
|