Searched refs:LDAP_ALIASES (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/postfix/files/
H A Dstart-method50 # create $LDAP_ALIASES and configure in alias_maps.
51 LDAP_ALIASES=/etc/postfix/ldap-aliases.cf
54 if [[ ! -f $LDAP_ALIASES ]]; then
55 # $LDAP_ALIASES does not exist yet, so create it.
61 echo "server_host = $servers" > $LDAP_ALIASES
62 echo "search_base = $basedn" >> $LDAP_ALIASES
63 echo "query_filter = mail=%s" >> $LDAP_ALIASES
65 $LDAP_ALIASES
71 alias_maps="$alias_maps, ldap:$LDAP_ALIASES"

Completed in 11 milliseconds