Zuletzt geändert von superadmin am 2025/07/18 16:45

Von Version 7.1
bearbeitet von Christian Germann
am 2022/05/20 14:16
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 9.1
bearbeitet von Christian Germann
am 2022/05/20 15:07
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -16,7 +16,7 @@
16 16  
17 17  (% class="box" %)
18 18  (((
19 -(% style="color:#000000" %)##kopano-g1.yaml / rev-proxy.yaml / mariadb103.yaml / ldhost.yaml / samba4-ad.yaml##
19 +(% style="color:#000000" %)##kopano-g1.yaml / ldhost.yaml / samba4-ad.yaml##
20 20  )))
21 21  
22 22  
... ... @@ -49,7 +49,6 @@
49 49   value: 'yes'
50 50   virtual_mailbox_domains:
51 51   value: 'pcre:%{dir_etc}/virtual_mailbox_domains_internal.pcre'
52 - # Vordefinierte Absender beim Versand auf Empfänger der lokalen Maildomänen einschränken
53 53   # Einschränken von vordefinierte Absendern auf Empfänger der lokalen Maildomäne##(%%)
54 54  (% style="color:#000000" %)## smtpd_restriction_classes:
55 55   value: 'local_only'
... ... @@ -91,67 +91,15 @@
91 91   /@(.+?\.)?%{::domain}$/ OK
92 92  \\\\ld_kopano::postfix::verbose: false
93 93  \\ld_kopano::ldap_type: openldap
94 -\\ld_kopano::db_server: mariadb103
95 -\\# Optimierte Z-Push Webserver-Einstellungen für ActiveSync Devices
96 -apache::keepalive: 'On'
97 -apache::keepalive_timeout: '45'
98 -apache::max_keepalive_requests: '500'
99 -apache::mod::prefork::maxclients: '384'
100 -apache::mod::prefork::serverlimit: '384'
101 -nginx::keepalive_timeout: 3600
102 -nginx::keepalive_requests: 500##
93 +\\ld_kopano::db_server: mariadb103##
103 103  )))
104 104  
105 105  
106 -(% style="color:#000000" %)Anpassungen in der (% style="color:#3498db" %)rev-proxy.yaml(% style="color:#000000" %):
97 +Weitere Optimierungen nnen in folgenden Anleitung nachgelesen werden.
107 107  
108 -(% class="box" %)
109 -(((
110 -(% style="color:#000000" %)### Kopano: KeepAlive Timeout erhöhen für Z-Push / ActiveSync Devices
111 -nginx::keepalive_timeout: 3600
112 -nginx::keepalive_requests: 500##
113 -)))
99 +[[https:~~/~~/kb.logodidact.com/xwiki/bin/view/Main/Kopano/Allgemein/Optimierungen%20von%20Kopano/>>https://kb.logodidact.com/xwiki/bin/view/Main/Kopano/Allgemein/Optimierungen%20von%20Kopano/]]
114 114  
115 115  
116 -(% style="color:#000000" %)Anpassungen in der(%%) (% style="color:#3498db" %)mariadb103.yaml(%%):
117 -
118 -(% class="box" %)
119 -(((
120 -(% style="color:#000000" %)##mysql::server::override_options:
121 - mysqldump:
122 - max_allowed_packet: '1G'
123 - mysqld:
124 - innodb_file_per_table: '1'
125 - bind-address: '0.0.0.0'
126 - skip-name-resolve: true
127 - innodb_large_prefix: '1'
128 - max_allowed_packet: '256M'
129 - max_connections: '151'
130 - query_cache_limit: '2M'
131 - query_cache_size: '64M'
132 - thread_stack: '512K'
133 - tmp_table_size: '64M'
134 - max_heap_table_size: '64M'
135 - sort_buffer_size: '2M'
136 - join_buffer_size: '2M'
137 - table_open_cache: '500'
138 - innodb_autoextend_increment: '1000'
139 - innodb_buffer_pool_size: '1G'
140 - # The following setting is based on the existing ibdata1 file, check current size and insert it here (rounded to MB)
141 - # - Hint: Initial value after first installation = 12M
142 - innodb_data_file_path: 'ibdata1:76M:autoextend'
143 - innodb_flush_log_at_trx_commit: '2'
144 - innodb_flush_method: 'O_DSYNC'
145 - innodb_lock_wait_timeout: '120'
146 - innodb_log_buffer_size: '8M'
147 - innodb_log_file_size: '1G'
148 - innodb_log_files_in_group: '3'
149 - innodb_read_io_threads: '4'
150 - innodb_write_io_threads: '4'
151 - wait_timeout: '28800'##
152 -)))
153 -
154 -
155 155  (% style="color:#000000" %)Anpassungen in der (% style="color:#3498db" %)ldhost.yaml(% style="color:#000000" %): 
156 156  Hier wird die Maildomain festgelegt, die Benutzer im Attribut mail unter (% style="color:#3498db" %)/var/lds/user/username/mail(% style="color:#000000" %) im (% style="color:#3498db" %)logosrv (% style="color:#000000" %)erhalten.
157 157