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

fix user not found error

parent 295ea2f1
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -41,8 +41,8 @@ postconf -e 'smtpd_sasl_security_options = noanonymous'
#autorise l'auth depuis des clients connus comme sécurisés mais utilisant des syntaxes obsolètes/non standard (=outlook)
postconf -e 'broken_sasl_auth_clients = yes'
useradd mail1
useradd mail2
useradd toto
useradd bobo
echo "toto:toutou"|chpasswd
echo "bobo:boubou"|chpasswd
......
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