Changeset cf6b9ba for npl/mailserver/kopano_conf/root
- Timestamp:
- 11/16/18 15:22:15 (6 years ago)
- Branches:
- master
- Children:
- 4d96a65
- Parents:
- 7ca52c9
- Location:
- npl/mailserver/kopano_conf/root/etc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/kopano_conf/root/etc/apache2/conf.d/kopano.conf
r7ca52c9 rcf6b9ba 2 2 Redirect /syn3/zarafa /syn3/kopano-webapp 3 3 4 # kopano webapp only supports https 5 RewriteEngine On 6 RewriteCond %{HTTPS} !=on 7 RewriteRule ^(/syn3/kopano-webapp.*) https://%{SERVER_NAME}$1 [R,L] -
npl/mailserver/kopano_conf/root/etc/kopano/spooler.cfg
r7ca52c9 rcf6b9ba 116 116 always_send_tnef = no 117 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 = no121 118 122 119 # The us-ascii charset will be upgraded to this charset, to allow more -
npl/mailserver/kopano_conf/root/etc/postinst.d/post.kopano_conf
r7ca52c9 rcf6b9ba 89 89 ln -s /etc/kopano /usr/etc/mapi 90 90 91 # fix is neccesary one time, but may be run always 92 kopano-dbadm k-1216 || exit 1 93 91 94 #create public store (first time only) 92 95 svcstart /service/kopano-server || exit 1 93 96 kopano-admin -s 97 98 94 99 95 100 svcreset /service/kopano-server
Note: See TracChangeset
for help on using the changeset viewer.