WIP: configure postfix to use SASL to auth senders
This commit is contained in:
parent
1ce9ef9640
commit
c08931882a
12 changed files with 147 additions and 39 deletions
9
templates/virtual-aliases.cf.j2
Normal file
9
templates/virtual-aliases.cf.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% if postfix.ldap.enable %}
|
||||
server_host = {{ postfix.ldap.server.host }}
|
||||
server_port = {{ postfix.ldap.server.port }}
|
||||
search_base = {{ postfix.ldap.search_base }}
|
||||
query_filter = {{ postfix.ldap.query_filter }}
|
||||
result_attribute = {{ postfix.ldap.result_attributes.aliases }}
|
||||
{% else %}
|
||||
# LDAP is not configured for this server.
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue