Set domains for which amavis feels responsible.
This commit is contained in:
parent
b8455c62a7
commit
171700f752
@ -27,7 +27,11 @@ $spam_quarantine_to = undef;
|
||||
|
||||
$X_HEADER_LINE = "$myproduct_name at $mydomain";
|
||||
|
||||
# todo (mrks): determine local addresses
|
||||
@local_domains_acl = ("{{ mail_domain }}"
|
||||
{%- for domain in mail_domains %}
|
||||
, "{{ domain }}"
|
||||
{%- endfor %}
|
||||
);
|
||||
|
||||
#------------ Do not modify anything below this line -------------
|
||||
1; # ensure a defined return
|
||||
|
Loading…
Reference in New Issue
Block a user