Subversion Repositories configs

Rev

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