fix lmtp postmaster_address
This commit is contained in:
parent
50e39960ec
commit
bf8230f935
@ -1,5 +1,5 @@
|
||||
protocol lmtp {
|
||||
# postmaster_address aparentemente es obligatorio
|
||||
postmaster_address = postmaster@{{ index (split (getv "/mail/domains") " ") 0 }}
|
||||
postmaster_address = postmaster@{{ index (split (index (split (getv "/mail/domains") " ") 0) ",") 0 }}
|
||||
mail_plugins = $mail_plugins sieve
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user