feat: implement getmail runner script and update email fetching configuration
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user