Showing posts with label Postfix : postdrop warning unable to look up public/pickup. Show all posts
Showing posts with label Postfix : postdrop warning unable to look up public/pickup. Show all posts

Thursday, December 12, 2019

Postfix : postdrop warning unable to look up public/pickup

Your Postfix is running successfully but it is not sending any mails. If you get above error in log, here is the solution for you.

sudo mkfifo /var/spool/postfix/public/pickup
sudo service postfix restart


After running both commands, your issue should be fixed and mails should be sent successfully.