doc:appunti:linux:sa:debian_upgrade_12_13
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:debian_upgrade_12_13 [2026/06/05 17:51] – [Dovecot] niccolo | doc:appunti:linux:sa:debian_upgrade_12_13 [2026/06/05 18:21] (current) – [Dovecot] niccolo | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| * **10-mail.conf** | * **10-mail.conf** | ||
| * **10-ssl.conf** | * **10-ssl.conf** | ||
| - | * **90-sieve-extprograms.conf** | + | * **15-lda.conf** (non causava errori nell' |
| - | * **90-sieve.conf** | + | * :!: **90-sieve-extprograms.conf** |
| + | * :!: **90-sieve.conf** | ||
| Il servizio non partiva con il seguente errore in syslog: | Il servizio non partiva con il seguente errore in syslog: | ||
| Line 44: | Line 45: | ||
| systemd[1]: Failed to start dovecot.service - Dovecot IMAP/POP3 email server. | systemd[1]: Failed to start dovecot.service - Dovecot IMAP/POP3 email server. | ||
| </ | </ | ||
| + | |||
| + | Anche i seguenti file che erano stati personalizzati hanno una nuova versione, ma le personalizzazioni non inficiavano la validità della configurazione: | ||
| + | |||
| + | * **10-auth.conf** | ||
| + | * **10-master.conf** | ||
| + | |||
| + | Qui di seguito sono riportate le personalizzazioni con la nuova sintassi equivalenti alla configurazione presentata nella pagina **[[postfix_spamassassin_clamav_dovecot]].** | ||
| + | |||
| + | === / | ||
| + | |||
| + | Abilitare l'uso delle Maildir: | ||
| + | |||
| + | < | ||
| + | mail_driver = maildir | ||
| + | #mail_home = / | ||
| + | mail_path = ~/Maildir | ||
| + | mail_inbox_path = . | ||
| + | </ | ||
| + | |||
| + | === / | ||
| + | |||
| + | Abilitare l'uso del certificato SSL: | ||
| + | |||
| + | < | ||
| + | ssl_server_cert_file = / | ||
| + | ssl_server_key_file = / | ||
| + | </ | ||
| + | |||
| + | === / | ||
| + | |||
| + | Attivare il plugin Sieve per il Local Delivery Agent: | ||
| + | |||
| + | < | ||
| + | protocol lda { | ||
| + | mail_plugins { | ||
| + | sieve = yes | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| Line 57: | Line 97: | ||
| smtpd_sasl_type = dovecot | smtpd_sasl_type = dovecot | ||
| smtpd_sasl_path = private/ | smtpd_sasl_path = private/ | ||
| - | postconf: warning: / | + | postconf: warning: / |
| - | | + | |
| </ | </ | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | In the file **/ | ||
| + | |||
| + | < | ||
| + | smtpd_use_tls=yes | ||
| + | </ | ||
| + | |||
| + | with | ||
| + | |||
| + | < | ||
| + | |||
| + | </ | ||
| + | |||
| ===== Syslog ===== | ===== Syslog ===== | ||
doc/appunti/linux/sa/debian_upgrade_12_13.1780674709.txt.gz · Last modified: by niccolo
