main.ini.default 544 B

12345678910111213141516171819
  1. # Path to postfix service configuration.
  2. # Usualy placed in /etc/postfix/main.cf
  3. # If not set cause critical error.
  4. postfix_config = /etc/postfix/main.cf
  5. # Address of mongo database to store service data in following
  6. # format:
  7. # host:[port]
  8. # By default is localhost:27017.
  9. mongo_address = localhost:27017
  10. # User name to access mongo database. Empty by default.
  11. mongo_user =
  12. # Password to access mongo database. Empty by default.
  13. mongo_password =
  14. # Path to attachments storage. By dafault "./attachments".
  15. attachments_path = attachments