Revision 166f3c75
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
139 | 139 |
# |
140 | 140 |
|
141 | 141 |
[mail_delivery] |
142 |
# Delivery method can be 'sendmail' or 'smtp'. For 'method = sendmail' the |
|
143 |
# parameter 'mail_delivery.sendmail' is used as the executable to call. If |
|
144 |
# 'applications.sendmail' still exists (backwards compatibility) then |
|
145 |
# 'applications.sendmail' will be used instead of 'mail_delivery.sendmail'. |
|
142 |
# Delivery method can be 'sendmail' or 'smtp'. |
|
143 |
# For 'method = smtp' the setting for the mail delivery server are in the |
|
144 |
# 'mail server' tab in the client configuration. |
|
145 |
# For 'method = sendmail' the parameter 'mail_delivery.sendmail' is used as the |
|
146 |
# executable to call. If 'applications.sendmail' still exists (backwards |
|
147 |
# compatibility) then 'applications.sendmail' will be used instead of |
|
148 |
# 'mail_delivery.sendmail'. |
|
146 | 149 |
# If method is empty, mail delivery is disabled. |
147 | 150 |
method = smtp |
148 | 151 |
# Location of sendmail for 'method = sendmail' |
149 | 152 |
sendmail = /usr/sbin/sendmail -t<%if myconfig_email%> -f <%myconfig_email%><%end%> |
150 |
# Settings for 'method = smtp'. Only set 'port' if your SMTP server |
|
151 |
# runs on a non-standard port (25 for 'security=none' or |
|
152 |
# 'security=tls', 465 for 'security=ssl'). |
|
153 |
host = localhost |
|
154 |
#port = 25 |
|
155 |
# Security can be 'tls', 'ssl' or 'none'. Unset equals 'none'. This |
|
156 |
# determines whether or not encryption is used and which kind. For |
|
157 |
# 'tls' the module 'Net::SSLGlue' is required; for 'ssl' |
|
158 |
# 'Net::SMTP::SSL' is required and 'none' only uses 'Net::SMTP'. |
|
159 |
security = none |
|
160 |
# Authentication is only used if 'login' is set. You should only use |
|
161 |
# that with 'tls' or 'ssl' encryption. |
|
162 |
login = |
|
163 |
password = |
|
164 |
|
|
165 |
[sent_emails_in_imap] |
|
166 |
enabled = 0 |
|
167 |
hostname = localhost |
|
168 |
username = |
|
169 |
password = |
|
170 |
# Use / for subfolders |
|
171 |
folder = INBOX/Sent |
|
172 |
# Port only needs to be changed if it is not the default port. |
|
173 |
# port = 143 |
|
174 |
# If SSL is used, default port is 993 |
|
175 |
ssl = 1 |
|
176 | 153 |
|
177 | 154 |
[applications] |
178 | 155 |
# Location of OpenOffice.org/LibreOffice writer |
Auch abrufbar als: Unified diff
Mailer: nutze Mandantenkonfiguration