config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [
  2. {
  3. "template": "dovecot-dict-sql-quota.conf.j2",
  4. "output": "/etc/dovecot/sql/dovecot-dict-sql-quota.conf"
  5. },
  6. {
  7. "template": "dovecot-dict-sql-userdb.conf.j2",
  8. "output": "/etc/dovecot/sql/dovecot-dict-sql-userdb.conf"
  9. },
  10. {
  11. "template": "dovecot-dict-sql-sieve_before.conf.j2",
  12. "output": "/etc/dovecot/sql/dovecot-dict-sql-sieve_before.conf"
  13. },
  14. {
  15. "template": "dovecot-dict-sql-sieve_after.conf.j2",
  16. "output": "/etc/dovecot/sql/dovecot-dict-sql-sieve_after.conf"
  17. },
  18. {
  19. "template": "mail_plugins.j2",
  20. "output": "/etc/dovecot/mail_plugins"
  21. },
  22. {
  23. "template": "mail_plugins_imap.j2",
  24. "output": "/etc/dovecot/mail_plugins_imap"
  25. },
  26. {
  27. "template": "mail_plugins_lmtp.j2",
  28. "output": "/etc/dovecot/mail_plugins_lmtp"
  29. },
  30. {
  31. "template": "global_sieve_after.sieve.j2",
  32. "output": "/var/vmail/sieve/global_sieve_after.sieve"
  33. },
  34. {
  35. "template": "global_sieve_before.sieve.j2",
  36. "output": "/var/vmail/sieve/global_sieve_before.sieve"
  37. },
  38. {
  39. "template": "dovecot-master.passwd.j2",
  40. "output": "/etc/dovecot/dovecot-master.passwd"
  41. },
  42. {
  43. "template": "dovecot-master.userdb.j2",
  44. "output": "/etc/dovecot/dovecot-master.userdb"
  45. },
  46. {
  47. "template": "sieve.creds.j2",
  48. "output": "/etc/sogo/sieve.creds"
  49. },
  50. {
  51. "template": "sogo-sso.pass.j2",
  52. "output": "/etc/phpfpm/sogo-sso.pass"
  53. },
  54. {
  55. "template": "cron.creds.j2",
  56. "output": "/etc/sogo/cron.creds"
  57. },
  58. {
  59. "template": "source_env.sh.j2",
  60. "output": "/source_env.sh"
  61. },
  62. {
  63. "template": "maildir_gc.sh.j2",
  64. "output": "/usr/local/bin/maildir_gc.sh"
  65. },
  66. {
  67. "template": "dovecot.conf.j2",
  68. "output": "/etc/dovecot/dovecot.conf"
  69. }
  70. ]