auto_wizard_browser_test.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. "ssl_verify": false
  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. "ssl_verify": false
  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. "user": "zammad@mail.test.dc.zammad.com",
  82. "password": "zammad",
  83. "ssl": "ssl",
  84. "ssl_verify": false
  85. }
  86. },
  87. "outbound": {
  88. "adapter": "smtp",
  89. "options": {
  90. "host": "mail",
  91. "port": 25,
  92. "start_tls": true,
  93. "user": "zammad@mail.test.dc.zammad.com",
  94. "password": "zammad",
  95. "domain": "mail.test.dc.zammad.com",
  96. "enable_starttls_auto": true,
  97. "ssl_verify": false
  98. }
  99. }
  100. }
  101. }
  102. ],
  103. "EmailAddresses": [
  104. {
  105. "id": 1,
  106. "channel_id": 3,
  107. "name": "Some Realname",
  108. "email": "zammad@mail.test.dc.zammad.com"
  109. }
  110. ],
  111. "Settings": [
  112. {
  113. "name": "fqdn",
  114. "value": "localhost"
  115. },
  116. {
  117. "name": "organization",
  118. "value": "Some Organization"
  119. },
  120. {
  121. "name": "developer_mode",
  122. "value": true
  123. }
  124. ],
  125. "TextModuleLocale": {
  126. "Locale": "en-us"
  127. }
  128. }