ldap authentication backup
Posted: 05 Jan 2021 14:54
Using this our efa is able to get mail for our exchange real users rejcting others :
relay_recipient_maps = ldap:/etc/postfix/ldap_relay_recipient_maps.cf
1) If I send to an exiting email and this is correct :
Mail sent successfully
2) If i send to a non existing email i get the error :
Error: RCPT TO: <nicola.pizzi@gruppocomet.it> failed '550:5.1.1 <nicola.pizzi@gruppocomet.it>: Recipient address rejected: User unknown in relay recipient table'
3) If there is a configuration error (config file lost or ldap unavailable or ldap user password change , ...) it give a lookup failure
Error: RCPT TO: <nicola.piazzi@gruppocomet.it> failed '451:4.3.0 <nicola.piazzi@gruppocomet.it>: Temporary lookup failure'
is possible to have a DELIVERY (obviously for verified and unverified address) in case of ldap failure ?
relay_recipient_maps = ldap:/etc/postfix/ldap_relay_recipient_maps.cf
1) If I send to an exiting email and this is correct :
Mail sent successfully
2) If i send to a non existing email i get the error :
Error: RCPT TO: <nicola.pizzi@gruppocomet.it> failed '550:5.1.1 <nicola.pizzi@gruppocomet.it>: Recipient address rejected: User unknown in relay recipient table'
3) If there is a configuration error (config file lost or ldap unavailable or ldap user password change , ...) it give a lookup failure
Error: RCPT TO: <nicola.piazzi@gruppocomet.it> failed '451:4.3.0 <nicola.piazzi@gruppocomet.it>: Temporary lookup failure'
is possible to have a DELIVERY (obviously for verified and unverified address) in case of ldap failure ?