imip-agent

Annotated conf/postfix/simple/virtual_alias_maps_people

177:fe14d6e4d5a2
2015-01-26 Paul Boddie Added a "simple" non-LDAP configuration for Postfix.
paul@177 1
if !/^(people+|people-outgoing+|resources+|resource-).*@example\.com$/
paul@177 2
/^(.*)@(example\.com)$/ people+${1}@${2}
paul@177 3
endif