Skip to content

Commit

Permalink
Maintenance: Update auto_wizard settings for email channels.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Oct 24, 2023
1 parent 133ecce commit d7b8aed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions contrib/auto_wizard_browser_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"port": 25,
"domain": "localhost",
"enable_starttls_auto": true,
"openssl_verify_mode": "none"
"ssl_verify": false
}
}
},
Expand All @@ -60,7 +60,7 @@
"password": "zammad",
"domain": "mail.test.dc.zammad.com",
"enable_starttls_auto": true,
"openssl_verify_mode": "none"
"ssl_verify": false
}
}
},
Expand All @@ -78,9 +78,10 @@
"options": {
"host": "mail",
"port": 993,
"ssl": true,
"user": "[email protected]",
"password": "zammad"
"password": "zammad",
"ssl": "ssl",
"ssl_verify": false
}
},
"outbound": {
Expand All @@ -93,7 +94,7 @@
"password": "zammad",
"domain": "mail.test.dc.zammad.com",
"enable_starttls_auto": true,
"openssl_verify_mode": "none"
"ssl_verify": false
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_wizard_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"host": "mx1.example.com",
"user": "some user",
"password": "some pw",
"ssl": true
"ssl": "ssl"
}
},
"outbound": {
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_wizard_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"host": "mx1.example.com",
"user": "not_existing",
"password": "not_existing",
"ssl": true
"ssl": "ssl"
}
},
"outbound": {
Expand Down

0 comments on commit d7b8aed

Please sign in to comment.