Subversion Repositories configs

Rev

Rev 23 | Rev 59 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
##############################################################
2
# SPOOLER SETTINGS
3
 
4
# Outgoing mailserver name or IP address
5
smtp_server	=	smtp.cox.net
6
 
7
# Port number for outgoing mailserver
8
smtp_port = 25
9
 
10
# Server unix socket location
11
server_socket	=	file:///var/run/zarafa
12
 
13
# drop privileges and run the process as this user
14
run_as_user = zarafa
15
 
16
# drop privileges and run the process as this group
17
run_as_group = zarafa
18
 
19
# create a pid file for stopping the service via the init.d scripts
20
pid_file = /var/run/zarafa-spooler.pid
21
 
22
# run server in this path (when not using the -F switch)
23
running_path = /
24
 
25
# create memory coredumps upon crash in the running_path directory
26
coredump_enabled = no
27
 
43 - 28
# for temporary files
29
# consider mounting a `tmpfs' underneath this path (wherever you
30
# point it to)
31
tmp_path = /tmp
32
 
4 - 33
##############################################################
34
# SPOOLER LOG SETTINGS
35
 
36
# Logging method (syslog, file)
37
log_method	=	file
38
 
39
# Loglevel (0=no logging, 5=full logging)
40
log_level	=	3
41
 
42
# Logfile for log_method = file, use '-' for stderr
43
log_file	=	/var/log/zarafa/spooler.log
44
 
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
46
log_timestamp	=	1
47
 
43 - 48
# Buffer logging in what sized blocks.
49
# Bigger buffers is better for the performance but it gives lag
50
# when running e.g. multitail or 'tail -f' on the log-file. If
51
# you want to directly see what is happing, set this to e.g. 1.
52
# So when debugging: make it a small value, else set it to
53
# 4096 or more.
54
log_buffer_size  = 4096
4 - 55
 
43 - 56
 
4 - 57
##############################################################
58
# SPOOLER SSL LOGIN SETTINGS
59
#
60
# Note: server_socket must be set to https://servername:portname/zarafa
61
#       to use this type of login method
62
 
63
# Login to the Zarafa server using this SSL Key
23 - 64
#sslkey_file = /etc/zarafa/ssl/spooler.pem
4 - 65
 
66
# The password of the SSL Key
23 - 67
#sslkey_pass = replace-with-server-cert-password
4 - 68
 
69
##############################################################
70
# SPOOLER THREAD SETTINGS
71
 
72
# Maximum number of threads used to send outgoing messages
73
# Default: 5
74
max_threads = 5
75
 
76
##############################################################
77
# SPOOLER FAXING SETTINGS
78
 
79
# When sending an email that must go to a fax address, the address
80
# will be rewritten to <phonenumber>@<fax_domain>
81
fax_domain = fax.local
82
 
83
# If the received number starts with a '+', it will be replaced by
84
# the fax_international value.
85
# eg. +3112345678@fax.local will be rewritten to 003112345678@fax.local
86
fax_international = 00
87
 
88
##############################################################
89
# SPOOLER DELEGATE SETTINGS
90
 
91
# Set this value to 'yes' to let the spooler always send emails with
92
# delegates (other user than yourself in the From: header)
93
# In installations before 6.20, this value was always 'yes'.
94
# IMPORTANT: This feature overrides "send-as" functionality.
95
always_send_delegates = no
96
 
97
# Set this value to 'no' if you do NOT want to allow redirected e-mails
98
# being sent with their original 'FROM' header
99
allow_redirect_spoofing = yes
100
 
101
# Copies the sent mail of delegates and send-as mails in the
102
# "Sent Items" folder of the representer.
103
copy_delegate_mails = yes
104
 
105
# Allow to forward and sent a meeting request as delegate Zarafa and
106
# SMTP user.
107
allow_delegate_meeting_request = yes
108
 
109
# Allow users to send email to the 'everyone' group
110
allow_send_to_everyone = yes
111
 
112
##############################################################
113
# SPOOLER OUTPUT SETTINGS
114
 
115
# Set this value to 'yes' to always send meeting request information
116
#   using TNEF method (winmail.dat attachments).
117
#   Otherwise, the meeting request information is sent using
118
#   iCalendar (calendar.ics attachment).
119
# Mail bodies created in RTF text format will also use TNEF. To force
120
#   HTML for these e-mails, set this to 'minimal'.
121
always_send_tnef = no
122
 
123
# Send all e-mail always using the UTF-8 charset.
124
# Normally, the requested charset is used, which can be any charset.
125
always_send_utf8 = no
126
 
127
# The us-ascii charset will be upgraded to this charset, to allow more
128
# use of high-characters. Not used when always_send_utf8 is enabled.
129
charset_upgrade = windows-1252
130
 
131
# Request SMTP Delivery Status Notifications if the MTA support it
132
enable_dsn = yes
133
 
134
##############################################################
135
# SPOOLER GROUP EXPANSION
136
 
137
# Set this value to 'yes' if groups should be expanded to their
138
# members; This means that the receiving party will see the names
139
# of the group members in the To: header for example. If set to
140
# 'no', the name of the group will appear in the headers.
141
#
142
# Note: groups with email addresses are never expanded
143
expand_groups = no
144
 
145
##############################################################
146
# SPOOLER ARCHIVING SETTINGS
147
 
148
# Enable archive_on_send to automatically archive all outgoing
149
# messages.
150
# This will do nothing if no archive is attached to the source mailbox.
151
archive_on_send = no
152
##############################################################
153
# SPOOLER PLUGIN SETTINGS
154
 
155
# Enable the spooler plugin framework
156
plugin_enabled = yes
157
 
158
# Path to the spooler plugin manager
159
plugin_manager_path = /usr/share/zarafa-spooler/python
160
 
161
# Path to the activated spooler plugins.
162
#   This folder contains symlinks to the zarafa plugins and custom scripts. The plugins are
163
#   installed in '/usr/share/zarafa-spooler/python/plugins/'. To activate a plugin create a symbolic
164
#   link in the 'plugin_path' directory.
165
#
166
# Example:
167
#  $ ln -s /usr/share/zarafa-spooler/python/plugins/disclaimer.py /var/lib/zarafa/spooler/plugins/disclaimer.py
168
plugin_path = /var/lib/zarafa/spooler/plugins