Änderungen von Dokument Kopano für lokalen Betrieb einrichten
Zuletzt geändert von superadmin am 2025/07/18 16:45
Von Version 2.1
bearbeitet von Jonas Mayer
am 2022/05/20 13:47
am 2022/05/20 13:47
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 8.1
bearbeitet von Christian Germann
am 2022/05/20 14:49
am 2022/05/20 14:49
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. jonasmayer@sbede1 +xwiki:XWiki.cge@sbede - Inhalt
-
... ... @@ -25,8 +25,7 @@ 25 25 26 26 (% class="box" %) 27 27 ((( 28 -(% style="color:#000000" %)##~-~-- 29 -ld_multidrop::ensure: absent 28 +(% style="color:#000000" %)##ld_multidrop::ensure: absent 30 30 \\ld_kopano::amavisd_new::configs: 31 31 '@local_domains_maps': "( new_RE( qr'[@.](.*~\~\.?%{::domain})$'i ) )" 32 32 \\ld_kopano::postfix::configs: ... ... @@ -35,7 +35,7 @@ 35 35 sender_dependent_relayhost_maps: 36 36 value: 'pcre:%{dir_etc}/sender_dependent_relayhost_maps_internal.pcre' 37 37 smtp_sender_dependent_authentication: 38 - 37 + value: 'yes' 39 39 smtp_sasl_auth_enable: 40 40 value: 'yes' 41 41 smtp_sasl_password_maps: ... ... @@ -50,8 +50,8 @@ 50 50 value: 'yes' 51 51 virtual_mailbox_domains: 52 52 value: 'pcre:%{dir_etc}/virtual_mailbox_domains_internal.pcre' 53 - # Vordefinierte Absenderbeim VersandanEmpfänger der lokalen Maildomänen einschränken54 - smtpd_restriction_classes: 52 + # Einschränken von vordefinierte Absendern auf Empfänger der lokalen Maildomäne##(%%) 53 +(% style="color:#000000" %)## smtpd_restriction_classes: 55 55 value: 'local_only' 56 56 local_only: 57 57 value: 'check_recipient_access pcre:%{dir_etc}/local_domains.pcre, reject' ... ... @@ -82,18 +82,14 @@ 82 82 '%{dir_etc}/restricted_senders.pcre': 83 83 content: | 84 84 %{header} 85 - # Regular Expression Format: Liste an Absendern, d iebeimVersand eingeschränkt werden84 + # Regular Expression Format: Liste an Absendern, deren Versand eingeschränkt wird 86 86 /@(.+?\.)?%{::domain}$/ local_only 87 - #/@sbe-technik-ring0\.ldmail\.schule$/ local_only 88 - /@students\.sbe-technik-ring0\.ldmail\.schule$/ local_only 89 89 '%{dir_etc}/local_domains.pcre': 90 90 content: | 91 91 %{header} 92 - # Regular Expression Format: Liste erlaubter Empfängerdomänen (für eingeschränkte Absender)89 + # Regular Expression Format: Liste erlaubter Empfängerdomänen für die eingeschränkten Absender 93 93 /@(.+?\.)?%{::domain}$/ OK 94 - /@sbe-technik-ring0\.ldmail\.schule$/ OK 95 - /@students\.sbe-technik-ring0\.ldmail\.schule$/ OK 96 -\\ld_kopano::postfix::verbose: false 91 +\\\\ld_kopano::postfix::verbose: false 97 97 \\ld_kopano::ldap_type: openldap 98 98 \\ld_kopano::db_server: mariadb103 99 99 \\# Optimierte Z-Push Webserver-Einstellungen für ActiveSync Devices ... ... @@ -111,65 +111,23 @@ 111 111 112 112 (% class="box" %) 113 113 ((( 114 -(% style="color:#000000" %)##~-~-- 115 -# Kopano: KeepAlive Timeout erhöhen für Z-Push / ActiveSync Devices 109 +(% style="color:#000000" %)### Kopano: KeepAlive Timeout erhöhen für Z-Push / ActiveSync Devices 116 116 nginx::keepalive_timeout: 3600 117 117 nginx::keepalive_requests: 500## 118 118 ))) 119 119 120 120 121 -(% style="color:#000000" %)Anpassungen in der(%%) (% style="color:#3498db" %)mariadb103.yaml(%%): 122 - 123 -(% class="box" %) 124 -((( 125 -(% style="color:#000000" %)##~-~-- 126 -mysql::server::override_options: 127 - mysqldump: 128 - max_allowed_packet: '1G' 129 - mysqld: 130 - innodb_file_per_table: '1' 131 - bind-address: '0.0.0.0' 132 - skip-name-resolve: true 133 - innodb_large_prefix: '1' 134 - max_allowed_packet: '256M' 135 - max_connections: '151' 136 - query_cache_limit: '2M' 137 - query_cache_size: '64M' 138 - thread_stack: '512K' 139 - tmp_table_size: '64M' 140 - max_heap_table_size: '64M' 141 - sort_buffer_size: '2M' 142 - join_buffer_size: '2M' 143 - table_open_cache: '500' 144 - innodb_autoextend_increment: '1000' 145 - innodb_buffer_pool_size: '1G' 146 - # The following setting is based on the existing ibdata1 file, check current size and insert it here (rounded to MB) 147 - # - Hint: Initial value after first installation = 12M 148 - innodb_data_file_path: 'ibdata1:76M:autoextend' 149 - innodb_flush_log_at_trx_commit: '2' 150 - innodb_flush_method: 'O_DSYNC' 151 - innodb_lock_wait_timeout: '120' 152 - innodb_log_buffer_size: '8M' 153 - innodb_log_file_size: '1G' 154 - innodb_log_files_in_group: '3' 155 - innodb_read_io_threads: '4' 156 - innodb_write_io_threads: '4' 157 - wait_timeout: '28800'## 158 -))) 159 - 160 - 161 161 (% style="color:#000000" %)Anpassungen in der (% style="color:#3498db" %)ldhost.yaml(% style="color:#000000" %): 162 162 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. 163 163 164 164 (% class="box" %) 165 165 ((( 166 -(% style="color:#000000" %)##~-~--##(%%) 167 -(% style="color:#000000; font-family:~"Open Sans~",~"Helvetica Neue~",Helvetica,Arial,sans-serif" %)### Kopano: Definition einer Maildomain (abweichend zu schule.local), die Benutzer & Gruppen im LDAP-Feld 'mail' erhalten sollen##(%%)## 168 -(% style="color:#000000" %)#ld_legacy::mail::filters: 120 +(% style="color:#000000; font-family:~"Open Sans~",~"Helvetica Neue~",Helvetica,Arial,sans-serif" %)### Kopano: Definition einer Maildomain (abweichend zu schule.local), die Benutzer & Gruppen im LDAP-Feld 'mail' erhalten sollen##(%%) 121 +(% style="color:#000000" %)###ld_legacy::mail::filters: 169 169 # '(zarafaaccount=1)': 'example.com' 170 170 # Kopano: Definition von Gruppen, die eine Mailadresse erhalten sollen und dadurch anschreibbar werden 171 171 ld_legacy::mail::zarafa_groups: 172 - - elehrer (%%)##125 + - elehrer## 173 173 ))) 174 174 175 175 ... ... @@ -178,8 +178,7 @@ 178 178 179 179 (% class="box" %) 180 180 ((( 181 -(% style="color:#000000" %)##~-~-- 182 -# Kopano: Definition von Benutzern, die administrative Rechte erhalten sollen 134 +(% style="color:#000000" %)### Kopano: Definition von Benutzern, die administrative Rechte erhalten sollen 183 183 # (Einstellung wird nicht benutzt, sofern Kopano an das OpenLDAP angebunden ist, was dem Standard entspricht) 184 184 ld_samba4::ad::kopano::admins: 185 185 - 'admin'## ... ... @@ -190,7 +190,7 @@ 190 190 191 191 (% class="box" %) 192 192 ((( 193 -(% style="color:#000000" %)##git add .##145 +(% style="color:#000000" %)##git add *## 194 194 ))) 195 195 196 196 (% class="box" %)