Implement mail server

This commit is contained in:
2025-03-15 23:01:46 +01:00
parent d8011643be
commit 98f789d2c8
16 changed files with 703 additions and 9 deletions
+10
View File
@@ -89,3 +89,13 @@ variable "rustdesk_public_key" {
description = "Rustdesk public key"
type = string
}
variable "alexpires_me_email_username" {
description = "POP3 username"
type = string
}
variable "alexpires_me_email_password" {
description = "POP3 password"
type = string
}