Skip to content
exim4.conf 43.6 KiB
Newer Older
nimrod's avatar
nimrod committed
# password are $auth1 and $auth2. Apart from that you can use the same
# server_condition setting for both authenticators.

LOGIN:
  driver                     = plaintext
  server_set_id              = $auth1
  server_prompts             = <| Username: | Password:
  server_condition           = ${if ldapauth{user="cn=${quote_ldap_dn:$auth1},ou=People,dc=shore,dc=co,dc=il" pass=${quote:$auth2} ldapi://${quote_ldap:/run/slapd/ldapi}}}
  server_advertise_condition = ${if def:tls_in_cipher }



######################################################################
#                   CONFIGURATION FOR local_scan()                   #
######################################################################

# If you have built Exim to include a local_scan() function that contains
# tables for private options, you can define those options here. Remember to
# uncomment the "begin" line. It is commented by default because it provokes
# an error with Exim binaries that are not built with LOCAL_SCAN_HAS_OPTIONS
# set in the Local/Makefile.

# begin local_scan


# End of Exim configuration file