aboutsummaryrefslogtreecommitdiff
path: root/examples/main.cf
blob: d54d07b4ff82272b9ece0d27d7c184a7f35cb3fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Add the following to your Postfix main.cf.

smlmp_destination_recipient_limit = 1

virtual_alias_maps = hash:/srv/smlmp/smlmp/examples/virtual

# If you have other virtual maps, seperate them with commas like this:
# virtual_alias_maps = hash:/srv/smlmp/smlmp/examples/virtual, hash:/etc/postfix/virtual

propagate_unmatched_extensions = canonical, virtual

# If you need other settings here, seperate them with commas like this:
# propagate_unmatched_extensions = canonical, virtual, alias, forward, include, generic

transport_maps = hash:/srv/smlmp/smlmp/examples/transport
# If you have other transport maps, seperate them with commas like this:
# transport_maps = hash:/srv/smlmp/smlmp/examples/transport, hash:/etc/postfix/transport