Änderungen von Dokument Kopano für lokalen Betrieb einrichten
Zuletzt geändert von superadmin am 2025/07/18 16:45
Von 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
Auf Version 3.1
bearbeitet von Jonas Mayer
am 2022/05/20 13:52
am 2022/05/20 13:52
Ä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. cge@sbede1 +xwiki:XWiki.jonasmayer@sbede - Inhalt
-
... ... @@ -25,7 +25,8 @@ 25 25 26 26 (% class="box" %) 27 27 ((( 28 -(% style="color:#000000" %)##ld_multidrop::ensure: absent 28 +(% style="color:#000000" %)##~-~-- 29 +ld_multidrop::ensure: absent 29 29 \\ld_kopano::amavisd_new::configs: 30 30 '@local_domains_maps': "( new_RE( qr'[@.](.*~\~\.?%{::domain})$'i ) )" 31 31 \\ld_kopano::postfix::configs: ... ... @@ -34,7 +34,7 @@ 34 34 sender_dependent_relayhost_maps: 35 35 value: 'pcre:%{dir_etc}/sender_dependent_relayhost_maps_internal.pcre' 36 36 smtp_sender_dependent_authentication: 37 - value: 'yes' 38 + value: 'yes' 38 38 smtp_sasl_auth_enable: 39 39 value: 'yes' 40 40 smtp_sasl_password_maps: ... ... @@ -49,8 +49,8 @@ 49 49 value: 'yes' 50 50 virtual_mailbox_domains: 51 51 value: 'pcre:%{dir_etc}/virtual_mailbox_domains_internal.pcre' 52 - # Einschränken von vordefinierte Absendern aufEmpfänger der lokalen Maildomäne##(%%)53 - (%style="color:#000000"%)##smtpd_restriction_classes:53 + # Vordefinierte Absender beim Versand an Empfänger der lokalen Maildomänen einschränken 54 + smtpd_restriction_classes: 54 54 value: 'local_only' 55 55 local_only: 56 56 value: 'check_recipient_access pcre:%{dir_etc}/local_domains.pcre, reject' ... ... @@ -81,12 +81,12 @@ 81 81 '%{dir_etc}/restricted_senders.pcre': 82 82 content: | 83 83 %{header} 84 - # Regular Expression Format: Liste an Absendern, de renVersand eingeschränkt wird85 + # Regular Expression Format: Liste an Absendern, die beim Versand eingeschränkt werden 85 85 /@(.+?\.)?%{::domain}$/ local_only 86 86 '%{dir_etc}/local_domains.pcre': 87 87 content: | 88 88 %{header} 89 - # Regular Expression Format: Liste erlaubter Empfängerdomänen für dieeingeschränktenAbsender90 + # Regular Expression Format: Liste erlaubter Empfängerdomänen (für eingeschränkte Absender) 90 90 /@(.+?\.)?%{::domain}$/ OK 91 91 \\\\ld_kopano::postfix::verbose: false 92 92 \\ld_kopano::ldap_type: openldap ... ... @@ -106,17 +106,59 @@ 106 106 107 107 (% class="box" %) 108 108 ((( 109 -(% style="color:#000000" %)### Kopano: KeepAlive Timeout erhöhen für Z-Push / ActiveSync Devices 110 +(% style="color:#000000" %)##~-~-- 111 +# Kopano: KeepAlive Timeout erhöhen für Z-Push / ActiveSync Devices 110 110 nginx::keepalive_timeout: 3600 111 111 nginx::keepalive_requests: 500## 112 112 ))) 113 113 114 114 117 +(% style="color:#000000" %)Anpassungen in der(%%) (% style="color:#3498db" %)mariadb103.yaml(%%): 118 + 119 +(% class="box" %) 120 +((( 121 +(% style="color:#000000" %)##~-~-- 122 +mysql::server::override_options: 123 + mysqldump: 124 + max_allowed_packet: '1G' 125 + mysqld: 126 + innodb_file_per_table: '1' 127 + bind-address: '0.0.0.0' 128 + skip-name-resolve: true 129 + innodb_large_prefix: '1' 130 + max_allowed_packet: '256M' 131 + max_connections: '151' 132 + query_cache_limit: '2M' 133 + query_cache_size: '64M' 134 + thread_stack: '512K' 135 + tmp_table_size: '64M' 136 + max_heap_table_size: '64M' 137 + sort_buffer_size: '2M' 138 + join_buffer_size: '2M' 139 + table_open_cache: '500' 140 + innodb_autoextend_increment: '1000' 141 + innodb_buffer_pool_size: '1G' 142 + # The following setting is based on the existing ibdata1 file, check current size and insert it here (rounded to MB) 143 + # - Hint: Initial value after first installation = 12M 144 + innodb_data_file_path: 'ibdata1:76M:autoextend' 145 + innodb_flush_log_at_trx_commit: '2' 146 + innodb_flush_method: 'O_DSYNC' 147 + innodb_lock_wait_timeout: '120' 148 + innodb_log_buffer_size: '8M' 149 + innodb_log_file_size: '1G' 150 + innodb_log_files_in_group: '3' 151 + innodb_read_io_threads: '4' 152 + innodb_write_io_threads: '4' 153 + wait_timeout: '28800'## 154 +))) 155 + 156 + 115 115 (% style="color:#000000" %)Anpassungen in der (% style="color:#3498db" %)ldhost.yaml(% style="color:#000000" %): 116 116 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. 117 117 118 118 (% class="box" %) 119 119 ((( 162 +(% style="color:#000000" %)##~-~--##(%%) 120 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 121 (% style="color:#000000" %)###ld_legacy::mail::filters: 122 122 # '(zarafaaccount=1)': 'example.com' ... ... @@ -131,7 +131,8 @@ 131 131 132 132 (% class="box" %) 133 133 ((( 134 -(% style="color:#000000" %)### Kopano: Definition von Benutzern, die administrative Rechte erhalten sollen 177 +(% style="color:#000000" %)##~-~-- 178 +# Kopano: Definition von Benutzern, die administrative Rechte erhalten sollen 135 135 # (Einstellung wird nicht benutzt, sofern Kopano an das OpenLDAP angebunden ist, was dem Standard entspricht) 136 136 ld_samba4::ad::kopano::admins: 137 137 - 'admin'## ... ... @@ -142,7 +142,7 @@ 142 142 143 143 (% class="box" %) 144 144 ((( 145 -(% style="color:#000000" %)##git add *##189 +(% style="color:#000000" %)##git add .## 146 146 ))) 147 147 148 148 (% class="box" %)