Mauro Torrez 10d675e8a5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
add antispam support using imap sieve
2022-08-07 18:19:52 -03:00

6 lines
320 B
Cheetah

protocol lmtp {
# postmaster_address aparentemente es obligatorio
postmaster_address = {{ with getv "/postmaster/address" }}{{.}}{{ else }}postmaster@{{ index (split (index (split (getv "/mail/domains") " ") 0) ",") 0 }}{{ end }}
mail_plugins = $mail_plugins {{ if eq (getv "/sieve/enable") "yes" }}sieve{{end}}
}