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:40] – 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' |
| Come fare per: | Come fare per: | ||
| - | * FIXME Utilizzare le **'' | + | * Utilizzare le **'' |
| - | * FIXME Autenticazione | + | * Autenticazione |
| - | * FIXME Possibile fare autenticazione SASL di Postfix | + | * FIXME Possibile fare autenticazione SASL di Postfix |
| ===== Utilizzare le Maildir ===== | ===== Utilizzare le Maildir ===== | ||
| Line 20: | Line 20: | ||
| mail_location = maildir: | mail_location = maildir: | ||
| </ | </ | ||
| + | |||
| + | Dopo la modifica è sufficiente riavviare **systemctl reload dovecot**. | ||
| ===== Autenticazione ===== | ===== Autenticazione ===== | ||
| Line 42: | 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.1383565254.txt.gz · Last modified: by niccolo
