Browse Source

Add instruction for generating dovecot password_hash

Luke Cyca 11 years ago
parent
commit
165981e495
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      README.textile

+ 9
- 0
README.textile View File

@@ -110,6 +110,15 @@ h3. 4. Configure your installation
110 110
 
111 111
 Modify the settings in @vars/user.yml@ to your liking. If you want to see how they're used in context, just search for the corresponding string.
112 112
 
113
+Setting @password_hash@ for your mail users is a bit tricky. You can generate one using "doveadm-pw":http://wiki2.dovecot.org/Tools/Doveadm/Pw.
114
+
115
+bc. # doveadm pw -s SHA512-CRYPT
116
+Enter new password: foo
117
+Retype new password: foo
118
+{SHA512-CRYPT}$6$drlIN9fx7Aj7/iLu$XvjeuQh5tlzNpNfs4NwxN7.HGRLglTKism0hxs2C1OvD02d3x8OBN9KQTueTr53nTJwVShtCYiW80SGXAjSyM0
119
+
120
+Remove @{SHA512-CRYPT}@ and insert the rest as the @password_hash@ value.
121
+
113 122
 h3. 5. Run the Ansible Playbooks
114 123
 
115 124
 First, make sure you've "got Ansible installed":http://ansibleworks.com/docs/gettingstarted.html#getting-ansible.

Loading…
Cancel
Save