Administrators, autoreview, Vérificateurs d’utilisateurs, checkuser-log, editor, reviewer, usersnoop
3 321
modifications
m (→Managesieve) |
mAucun résumé des modifications |
||
Ligne 631 : | Ligne 631 : | ||
root@serveur:~# cat /etc/dovecot/dovecot.conf | root@serveur:~# cat /etc/dovecot/dovecot.conf | ||
<pre> | |||
## Dovecot configuration file | ## Dovecot configuration file | ||
Ligne 660 : | Ligne 660 : | ||
plugin { | plugin { | ||
} | } | ||
</pre | </pre> | ||
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 | ||
<pre> | |||
## Dovecot configuration file | ## Dovecot configuration file | ||
Ligne 712 : | Ligne 712 : | ||
plugin { | plugin { | ||
} | } | ||
</pre | </pre> | ||
Redémarrons les services : | Redémarrons les services : | ||
Ligne 1 494 : | Ligne 1 494 : | ||
root@facteur:~# nano /etc/dovecot/dovecot.conf | root@facteur:~# nano /etc/dovecot/dovecot.conf | ||
<pre> | |||
protocols = imap imaps managesieve pop3 pop3s | protocols = imap imaps managesieve pop3 pop3s | ||
... | ... | ||
Ligne 1 513 : | Ligne 1 513 : | ||
sieve = /home/facteur/%d/%n/.dovecot.sieve | sieve = /home/facteur/%d/%n/.dovecot.sieve | ||
} | } | ||
</pre | </pre> | ||
root@facteur:~# service dovecot restart | root@facteur:~# service dovecot restart |
modifications