mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
128 lines
2.8 KiB
JSON
128 lines
2.8 KiB
JSON
{
|
|
"Users": [
|
|
{
|
|
"login": "admin@example.com",
|
|
"firstname": "Test Admin",
|
|
"lastname": "Agent",
|
|
"email": "admin@example.com",
|
|
"password": "test"
|
|
},
|
|
{
|
|
"login": "agent1@example.com",
|
|
"firstname": "Agent 1",
|
|
"lastname": "Test",
|
|
"email": "agent1@example.com",
|
|
"roles": ["Agent"]
|
|
}
|
|
],
|
|
"Groups": [
|
|
{
|
|
"name": "Users",
|
|
"users": ["admin@example.com", "agent1@example.com"],
|
|
"signature": "default",
|
|
"email_address_id": 1
|
|
}
|
|
],
|
|
"Channels": [
|
|
{
|
|
"id": 1,
|
|
"area": "Email::Notification",
|
|
"group": "Users",
|
|
"options": {
|
|
"outbound": {
|
|
"adapter": "smtp",
|
|
"options": {
|
|
"host": "mail",
|
|
"user": "zammad@mail.test.dc.zammad.com",
|
|
"password": "zammad",
|
|
"port": 25,
|
|
"domain": "localhost",
|
|
"enable_starttls_auto": true,
|
|
"ssl_verify": false
|
|
}
|
|
}
|
|
},
|
|
"preferences": {
|
|
"online_service_disable": true
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"area": "Email::Notification",
|
|
"options": {
|
|
"outbound": {
|
|
"adapter": "smtp",
|
|
"options": {
|
|
"host": "mail",
|
|
"port": 25,
|
|
"start_tls": true,
|
|
"user": "zammad@mail.test.dc.zammad.com",
|
|
"password": "zammad",
|
|
"domain": "mail.test.dc.zammad.com",
|
|
"enable_starttls_auto": true,
|
|
"ssl_verify": false
|
|
}
|
|
}
|
|
},
|
|
"preferences": {
|
|
"online_service_disable": true
|
|
}
|
|
},
|
|
{
|
|
"id": 3,
|
|
"area": "Email::Account",
|
|
"group": "Users",
|
|
"options": {
|
|
"inbound": {
|
|
"adapter": "imap",
|
|
"options": {
|
|
"host": "mail",
|
|
"port": 993,
|
|
"user": "zammad@mail.test.dc.zammad.com",
|
|
"password": "zammad",
|
|
"ssl": "ssl",
|
|
"ssl_verify": false
|
|
}
|
|
},
|
|
"outbound": {
|
|
"adapter": "smtp",
|
|
"options": {
|
|
"host": "mail",
|
|
"port": 25,
|
|
"start_tls": true,
|
|
"user": "zammad@mail.test.dc.zammad.com",
|
|
"password": "zammad",
|
|
"domain": "mail.test.dc.zammad.com",
|
|
"enable_starttls_auto": true,
|
|
"ssl_verify": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"EmailAddresses": [
|
|
{
|
|
"id": 1,
|
|
"channel_id": 3,
|
|
"name": "Some Realname",
|
|
"email": "zammad@mail.test.dc.zammad.com"
|
|
}
|
|
],
|
|
"Settings": [
|
|
{
|
|
"name": "fqdn",
|
|
"value": "localhost"
|
|
},
|
|
{
|
|
"name": "organization",
|
|
"value": "Some Organization"
|
|
},
|
|
{
|
|
"name": "developer_mode",
|
|
"value": true
|
|
}
|
|
],
|
|
"TextModuleLocale": {
|
|
"Locale": "en-us"
|
|
}
|
|
}
|