doc:appunti:linux:sa:dovecot
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:dovecot [2013/11/04 12:21] – [Autenticazione] niccolo | doc:appunti:linux:sa:dovecot [2021/02/12 16:11] (current) – [Dovecot IMAP server] niccolo | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * **dovecot-imapd** | * **dovecot-imapd** | ||
| - | Durante l' | + | Durante l' |
| - | FIXME Come fare per: | + | Come fare per: |
| - | * Autenticazione | + | * Utilizzare le **'' |
| - | * Possibile fare autenticazione SASL di Postfix | + | * Autenticazione **userdb** con indirizzo email invece che Unix user. |
| + | * FIXME Possibile fare autenticazione SASL di Postfix | ||
| + | |||
| + | ===== Utilizzare le Maildir ===== | ||
| + | |||
| + | In **''/ | ||
| + | |||
| + | < | ||
| + | mail_location = maildir: | ||
| + | </ | ||
| + | |||
| + | Dopo la modifica è sufficiente riavviare **systemctl reload dovecot**. | ||
| ===== Autenticazione ===== | ===== Autenticazione ===== | ||
| L' | L' | ||
| + | |||
| + | Quale metodo attivare è indicato in **''/ | ||
| ==== auth-system.conf.ext ==== | ==== auth-system.conf.ext ==== | ||
| Line 31: | Line 44: | ||
| ==== auth-passwdfile.conf.ext ==== | ==== auth-passwdfile.conf.ext ==== | ||
| - | Questo metodo utilizza il file **''/ | + | Questo metodo utilizza il file **''/ |
| < | < | ||
| + | passdb { | ||
| + | driver = passwd-file | ||
| + | args = scheme=CRYPT username_format=%u / | ||
| + | } | ||
| + | userdb { | ||
| + | driver = passwd-file | ||
| + | args = username_format=%u / | ||
| + | } | ||
| </ | </ | ||
| + | |||
| + | Nella configurazione predefinita ci si aspetta un file di questo tipo, con le shadow password di sistema e la crittografia opportuna. Il nome utente può essere l' | ||
| + | |||
| + | < | ||
| + | niccolo@example.org: | ||
| + | </ | ||
| + | |||
| + | FIXME Come ottimizzare l' | ||
| ==== auth-checkpassword.conf.ext ==== | ==== auth-checkpassword.conf.ext ==== | ||
doc/appunti/linux/sa/dovecot.1383564099.txt.gz · Last modified: by niccolo
