Ubuntu postfix error — postdrop: warning: unable to look up public/pickup: No such file or directory

Posted Posted by Wes in Sysadmin     Comments 9 comments
Dec
2

I installed postfix and got this error:
postdrop: warning: unable to look up public/pickup: No such file or directory.

Turns out that sendmail was previously installed and that was messing things up. I had to stop sendmail and make the appropriate directory and restart postfix.

Specifically:

mkfifo /var/spool/postfix/public/pickup
ps aux | grep mail
kill
sudo /etc/init.d/postfix restart

9 Comments to “Ubuntu postfix error — postdrop: warning: unable to look up public/pickup: No such file or directory”

  • Thanks so much! I unknowingly had sendmail and postfix running together and it’s been a frustrating couple hours trying to figure out why mail wasn’t sending!

    For those with the same problem who come across this, be sure and do “kill [process number]” when running the commands above.

  • Thank you so much too! :)

  • Thanks, this helped.

  • Thanks so much! saved my day!!

  • Thanks a lot for this hint. Put it into my own IT blog with link to this page so I will not forget again……

  • GOLDEN!!

    Thanks

  • Excelent!! it works super!! Thank you very much

  • Thanks, this worked great!

Post comment

about databasically

We live and work in Kansas City, USA.

We're passionate about helping small businesses succeed and want to help you use technology to get more done.

From server, desktop, network management to programming custom web applications in Ruby on Rails, we're here to lend a hand.

Contact us if you have any questions!