mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added support for wildcard Let's Encrypt certs.
This commit is contained in:
parent
14470a1de3
commit
365e7af6fd
7 changed files with 27 additions and 16 deletions
|
@ -816,6 +816,7 @@ function CreateMeshCentralServer(config, args) {
|
|||
if ((obj.config.smtp != null) && (obj.config.smtp.host != null) && (obj.config.smtp.from != null)) {
|
||||
obj.mailserver = require('./meshmail.js').CreateMeshMail(obj);
|
||||
obj.mailserver.verify();
|
||||
if (obj.args.lanonly == true) { console.log("WARNING: SMTP server has limited use in LAN mode."); }
|
||||
}
|
||||
|
||||
// Start periodic maintenance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue