Add ability to select imap and smtp access for mailcow users
This commit is contained in:
parent
f328125d22
commit
0d11d9f3d4
3 changed files with 7 additions and 2 deletions
|
@ -173,6 +173,8 @@ variable "services" {
|
|||
s3_buckets = optional(list(string))
|
||||
database = bool
|
||||
mail = optional(string)
|
||||
mail_smtp = optional(bool, true)
|
||||
mail_imap = optional(bool, false)
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue