143
modifications
m (chg "dossier" par "répertoire") |
m (→Dovecot) |
||
Ligne 631 : | Ligne 631 : | ||
root@serveur:~# cat /etc/dovecot/dovecot.conf | root@serveur:~# cat /etc/dovecot/dovecot.conf | ||
<code> | <code><pre> | ||
## Dovecot configuration file | ## Dovecot configuration file | ||
Ligne 660 : | Ligne 660 : | ||
plugin { | plugin { | ||
} | } | ||
</code> | </pre></code> | ||
Nous modifions notre fichier dovecot.conf pour qu'il ressemble à ce qui suit : | Nous modifions notre fichier dovecot.conf pour qu'il ressemble à ce qui suit : | ||
Ligne 666 : | Ligne 666 : | ||
nano /etc/dovecot/dovecot.conf | nano /etc/dovecot/dovecot.conf | ||
<code> | <code><pre> | ||
## Dovecot configuration file | ## Dovecot configuration file | ||
Ligne 712 : | Ligne 712 : | ||
plugin { | plugin { | ||
} | } | ||
</code> | </pre></code> | ||
Redémarrons les services : | Redémarrons les services : |
modifications