From 83c01e79b6d2c83044d944fdd8d92a7f96c2e344 Mon Sep 17 00:00:00 2001 From: valentin Date: Mon, 11 Nov 2019 15:33:19 +0100 Subject: [PATCH] update --- MailServerInstall.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MailServerInstall.md b/MailServerInstall.md index a08aca1..ecd3d04 100644 --- a/MailServerInstall.md +++ b/MailServerInstall.md @@ -107,4 +107,11 @@ smtp inet n - - - - smtpd table = comptes select_field = quota where_field = email - ``` \ No newline at end of file + ``` + +### Ajout du groupe et de l'utilisateur `vmail` + +```console +root@serveur:~# groupadd -g 5000 vmail +root@serveur:~# useradd -g vmail -u 5000 vmail -d /var/spool/vmail -m +``` \ No newline at end of file