Created
April 12, 2011 01:06
-
-
Save latortuga/914722 to your computer and use it in GitHub Desktop.
Possible typo in postfix setup guide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think I found a typo in your guide and I wanted to draw your attention to it. | |
In the section Data > Add users and domains > Adding template, one of your SQL lines looks like the following: | |
INSERT INTO users (id,name,maildir,clear) VALUES | |
('email@address','short description','foldername/',encrypt('password') ); | |
I think that instead of 'clear' as the last field being inserted into, you meant 'crypt' because you are encrypting a password. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment