How to create Postfix database files

Every time I come to recreate the Postfix database file when I edit the file /etc/postfix/virtual.cf I forget what command I need to recreate virtual.cf.db

Hopefully I’ll check my blog next time. The command is postmap. Hope this is useful for someone else too!

postmap /etc/postfix/virtual.cf
/etc/init.d/postfix restart

5 thoughts on “How to create Postfix database files

  1. Funnily enough I do the same thing quite often as well. Guess I’ll just have to remember to check your blog next time!

  2. It gets me every time too. I sit there thinking that I know I have to rebuild the hash files but I can never remember the command – probably because of its name, which although technically correct in that its to do with postfix map files, isn’t that obvious.

    • Me too. I stared at the command prompt thinking it was “hash” something or other. It’s actually not that easy to find an answer either. I had to check more than a page or two to find postmap.

      Not anymore eh? :)

  3. Editing the files and running postmap is fun :) but webmin/virtualmin is faster and you don’t have to remember to postmap :)

  4. I always forget this too… My solution was to just put a comment at the top of my virtual.cf file:

    # postmap /etc/postfix/virtual.cf && /etc/init.d/postfix restart

    So when I’ve finished editing, copy that line, save the file, paste onto the prompt… You don’t even have to look at your blog, it just there waiting for you!! :)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>