auto_wizard_browser_test.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "Users": [
  3. {
  4. "login": "admin@example.com",
  5. "firstname": "Test Admin",
  6. "lastname": "Agent",
  7. "email": "admin@example.com",
  8. "password": "test"
  9. },
  10. {
  11. "login": "agent1@example.com",
  12. "firstname": "Agent 1",
  13. "lastname": "Test",
  14. "email": "agent1@example.com",
  15. "roles": ["Agent"]
  16. }
  17. ],
  18. "Groups": [
  19. {
  20. "name": "Users",
  21. "users": ["admin@example.com", "agent1@example.com"],
  22. "signature": "default",
  23. "email_address_id": 1
  24. }
  25. ],
  26. "Channels": [
  27. {
  28. "id": 1,
  29. "area": "Email::Notification",
  30. "group": "Users",
  31. "options": {
  32. "outbound": {
  33. "adapter": "smtp",
  34. "options": {
  35. "host": "mail",
  36. "user": "zammad@mail.test.dc.zammad.com",
  37. "password": "zammad",
  38. "port": 25,
  39. "domain": "localhost",
  40. "enable_starttls_auto": true,
  41. "openssl_verify_mode": "none"
  42. }
  43. }
  44. },
  45. "preferences": {
  46. "online_service_disable": true
  47. }
  48. },
  49. {
  50. "id": 2,
  51. "area": "Email::Notification",
  52. "options": {
  53. "outbound": {
  54. "adapter": "smtp",
  55. "options": {
  56. "host": "mail",
  57. "port": 25,
  58. "start_tls": true,
  59. "user": "zammad@mail.test.dc.zammad.com",
  60. "password": "zammad",
  61. "domain": "mail.test.dc.zammad.com",
  62. "enable_starttls_auto": true,
  63. "openssl_verify_mode": "none"
  64. }
  65. }
  66. },
  67. "preferences": {
  68. "online_service_disable": true
  69. }
  70. },
  71. {
  72. "id": 3,
  73. "area": "Email::Account",
  74. "group": "Users",
  75. "options": {
  76. "inbound": {
  77. "adapter": "imap",
  78. "options": {
  79. "host": "mail",
  80. "port": 993,
  81. "ssl": true,
  82. "user": "zammad@mail.test.dc.zammad.com",
  83. "password": "zammad"
  84. }
  85. },
  86. "outbound": {
  87. "adapter": "smtp",
  88. "options": {
  89. "host": "mail",
  90. "port": 25,
  91. "start_tls": true,
  92. "user": "zammad@mail.test.dc.zammad.com",
  93. "password": "zammad",
  94. "domain": "mail.test.dc.zammad.com",
  95. "enable_starttls_auto": true,
  96. "openssl_verify_mode": "none"
  97. }
  98. }
  99. }
  100. }
  101. ],
  102. "EmailAddresses": [
  103. {
  104. "id": 1,
  105. "channel_id": 3,
  106. "name": "Some Realname",
  107. "email": "zammad@mail.test.dc.zammad.com"
  108. }
  109. ],
  110. "Settings": [
  111. {
  112. "name": "fqdn",
  113. "value": "localhost"
  114. },
  115. {
  116. "name": "organization",
  117. "value": "Some Organization"
  118. },
  119. {
  120. "name": "developer_mode",
  121. "value": true
  122. }
  123. ],
  124. "TextModuleLocale": {
  125. "Locale": "en-us"
  126. }
  127. }