Skip to content
Snippets Groups Projects
Unverified Commit a89a2733 authored by Thomas Picouet's avatar Thomas Picouet Committed by Rémy Huet
Browse files

ajout du format maildir + mail location

parent 5eb3c408
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -6,6 +6,11 @@ cat <<EOF >> /etc/dovecot/dovecot.conf
protocols = imap lmtp
EOF
#définition de la localisation des mails sur le système de fichier
cat <<EOF >> /etc/dovecot/conf.d/10-master.conf
mail_location = maildir:~/Maildir
EOF
#on enlève la communication lmtp en socket unix...
#il faut récupérer l'adresse IP par laquelle le conteneur communique avec son hôte
ETH0_ADRESS=$(ip address show eth0 | grep inet | cut -b 10-19)
......
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