Skip to content
Snippets Groups Projects
Commit 98780880 authored by putro's avatar putro
Browse files

set virtual_alias_maps for aliases

parent df179cc6
No related branches found
No related tags found
No related merge requests found
...@@ -39,12 +39,15 @@ smtpd_timeout = 1200s ...@@ -39,12 +39,15 @@ smtpd_timeout = 1200s
# "smtp" transport for outbound mail (bounces, ...). The latter # "smtp" transport for outbound mail (bounces, ...). The latter
# won't starve the former of delivery agent slots. # won't starve the former of delivery agent slots.
relay_domains = ${indexed}domains cdb:/etc/postfix/domains-auto relay_domains = ${indexed}domains cdb:/etc/postfix/domains-auto
relay_recipient_maps = ${ldap}all-recipients ${indexed}virtual ${indexed}transport ${indexed}mailman_transport relay_recipient_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_transport
relay_destination_recipient_limit = 1 relay_destination_recipient_limit = 1
# Send each message to its target backend. # Send each message to its target backend.
transport_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_transport transport_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_transport
# resolve aliases
virtual_alias_maps = ${indexed}virtual
# Message size limit. # Message size limit.
message_size_limit = 15000000 message_size_limit = 15000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment