Fixes
Dieser Commit ist enthalten in:
Ursprung
f0b8ed93a9
Commit
abc4a3ee99
2 geänderte Dateien mit 14 neuen und 1 gelöschten Zeilen
13
docs/restrictions_ip_accss.md
Normale Datei
13
docs/restrictions_ip_accss.md
Normale Datei
|
@ -0,0 +1,13 @@
|
||||||
|
# Protocol restrictions and IP access
|
||||||
|
|
||||||
|
Denied access will be shown to the user as failed login attempts.
|
||||||
|
|
||||||
|
## Protocol restrictions in Dovecot
|
||||||
|
|
||||||
|
Protocol restrictions work by filtering the passdb query for IMAP and POP3 as well as reading the JSON value for %s_access where %s reflects the protocol seen by Dovecot.
|
||||||
|
|
||||||
|
In the future we may use virtual colums in SQL to add an index on these values.
|
||||||
|
|
||||||
|
## Protocol restrictions in Postfix
|
||||||
|
|
||||||
|
Filtering SMTP protocol access works by using a check_sasl_map in the smtpd_recipient_restrictions.
|
|
@ -17,5 +17,5 @@ The static master username will be expanded to `DOVECOT_MASTER_USER@mailcow.loca
|
||||||
|
|
||||||
To login as `test@example.org` this would equal to `test@example.org*mymasteruser@mailcow.local` with the specified password above.
|
To login as `test@example.org` this would equal to `test@example.org*mymasteruser@mailcow.local` with the specified password above.
|
||||||
|
|
||||||
A login to SOGo is not possible with this username. A click-to-login function for SOGo is available for admins as described [https://mailcow.github.io/mailcow-dockerized-docs/debug-admin_login_sogo/](here).
|
A login to SOGo is not possible with this username. A click-to-login function for SOGo is available for admins as described [here](https://mailcow.github.io/mailcow-dockerized-docs/debug-admin_login_sogo/)
|
||||||
No master user is required.
|
No master user is required.
|
||||||
|
|
Laden …
In neuem Issue referenzieren