Initial commit: WpywMail 自建邮件系统:.NET 8 原生 SMTP/IMAP 服务端(DKIM 签名、SPF/DKIM/DMARC 入站校验、SQLite 存储、完整账号体系)、Node 服务端、WinUI 3 客户端与 Web 前端
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"Domain": "wpyw.site",
|
||||
"Hostname": "mail.wpyw.site",
|
||||
"HttpPrefix": "http://127.0.0.1:8787/",
|
||||
"SmtpPort": 25,
|
||||
"SubmissionPort": 587,
|
||||
"DataDirectory": "H:\\MailData",
|
||||
"AdminEmail": "[email protected]",
|
||||
"AdminPassword": "replace-with-a-long-password",
|
||||
"TlsCertificatePath": "H:\\MailData\\certs\\mail.wpyw.site.pfx",
|
||||
"TlsCertificatePassword": "replace-with-certificate-password",
|
||||
"DeliveryMode": "direct",
|
||||
"DirectDelivery": {
|
||||
"ConnectionTimeoutSeconds": 30,
|
||||
"CommandTimeoutSeconds": 30,
|
||||
"DnsTimeoutSeconds": 5,
|
||||
"OpportunisticStartTls": true,
|
||||
"RequireStartTls": false,
|
||||
"DnsServer": ""
|
||||
},
|
||||
"Relay": {
|
||||
"Host": "",
|
||||
"Port": 587,
|
||||
"User": "",
|
||||
"Password": "",
|
||||
"EnableSsl": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user