mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
12 lines
185 B
Python
12 lines
185 B
Python
|
|
chatmail = [
|
|
(
|
|
"c1.testrun.org",
|
|
{
|
|
"ssh_user": "root",
|
|
"domain": "c1.testrun.org",
|
|
"dkim_selector": "2023",
|
|
},
|
|
),
|
|
]
|