Dieser Commit ist enthalten in:
andryyy 2020-10-20 15:50:49 +02:00
Ursprung f0b8ed93a9
Commit abc4a3ee99
2 geänderte Dateien mit 14 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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.

Datei anzeigen

@ -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.
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.