mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
If the domain part was not provided, $myhostname will be used. In case $myhostname is not in $mydestinations, the email will be relayed. In case $myhostname is invalid, the email will be bounced. The next hop should always be LMTP (local: transport) and hence the `@localhost`
11 lines
246 B
CFEngine3
11 lines
246 B
CFEngine3
# This file is managed by FreedomBox
|
|
|
|
# Map user name to UID number
|
|
|
|
bind = no
|
|
server_host = ldap://127.0.0.1
|
|
search_base = dc=thisbox
|
|
query_filter = (&(objectClass=posixAccount)(uid=%s))
|
|
result_attribute = uidNumber
|
|
result_format = %s@localhost
|