derickn wrote:
After following the guide I am able to authenticate into the email server with <ad_user1>@pangea.local however I cannot send an email as I am then prompted with a SMTP error (451): Failed to add recipeint "<ad_user2>@pangea.local" (4.3.0 <ad_user1>@pangea.local>: Temporary lookup failure).
What's the detailed log in Postfix log file (/var/log/maillog)?
Also, show us output of commands below:
cd /etc/postfix/
for i in $(ls ad_*.cf); do echo $i; postmap -q '<ad_user2>@pangea.local' ldap:./$i; done