feat: implement getmail runner script and update email fetching configuration

This commit is contained in:
2025-10-06 23:36:50 +02:00
parent 7f9a64b0ed
commit 84c8288f8a
5 changed files with 157 additions and 58 deletions
+4 -3
View File
@@ -46,9 +46,10 @@ variable "relay_smtp_password" {
sensitive = true
}
variable "fetch_emails_schedule" {
description = "The cron schedule for fetching emails"
type = string
variable "getmail_fetch_interval_seconds" {
description = "The interval for fetching emails (in seconds)"
type = number
default = 120
}
variable "getmail_tag" {