On Nov 11, 5:09 pm, gsandorx <[email protected]> wrote: > PS: I'm trying to manage a Postfix mail server. The commands I want to > get the output from is "postfix reload", "postmap hash:/etc/postfix/ > virtual"
I don't have an answer for your original question, but, http://www.postfix.org/MYSQL_README.html and http://www.postfix.org/mysql_table.5.html allows you to manage your aliases in postfix using mysql. (You can also use postgresql with an external project) Also, when you run postmap hash, you don't need to send a reload. Postfix watches the mtime of the hash and will handle it correctly. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
