Skip to content

Instantly share code, notes, and snippets.

@latortuga
Created April 12, 2011 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save latortuga/914722 to your computer and use it in GitHub Desktop.
Save latortuga/914722 to your computer and use it in GitHub Desktop.
Possible typo in postfix setup guide
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