Skip to content
Snippets Groups Projects
Unverified Commit 192b3ea6 authored by Roma's avatar Roma Committed by Rémy Huet
Browse files

Fix d'un problème de permissions sur vmail

parent 738ba15c
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -70,6 +70,9 @@ mail_home = \/home\/vmail\/%n/' /etc/dovecot/conf.d/10-mail.conf
sed -i 's/^#mail_uid =.*/mail_uid = vmail/' /etc/dovecot/conf.d/10-mail.conf
sed -i 's/^#mail_gid =.*/mail_gid = vmail/' /etc/dovecot/conf.d/10-mail.conf
#sed -i 's/^# = .*//' /etc/dovecot/conf.d/10-mail.conf
mkdir /home/vmail
chmod +w /home/vmail
chown vmail /home/vmail
### Modification de /etc/dovecot/conf.d/10-master.conf
# Suppression de la connexion LMTP (communication avec Postfix) par socket UNIX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment