Can send but not receive from a Gmail. Postfix is on 3.6.2, OS is Ubuntu 18.04.
I am trying to get chroot setup on my Postfix server. I have used the LINUX2
script from examples\chroot-setup. This article mentions my exact problem, but the adjustments to the script don't do anything: https://titanwolf.org/Network/Articles/Article?AID=34a1b4ec-6d41-44f7-a914-e822d6b61351#gsc.tab=0 (It appears it's translated and it's quite poor.)
After running the LINUX2 script, lib and lib64 (/var/spool/postfix) are empty. The libraries I need are on my system but some are in /lib/x86_64-linux-gnu/ and others in /usr/lib/x86_64-linux-gnu. The filenames also seem to vary. Even if I copy both folders to lib64 and restart Postfix, I still cannot receive. Of course, if I remove chroot from smtp it works fine.