您的位置:首页 > 运维架构

postdrop: warning: unable to look up public/pickup: No such file or directory

2013-01-15 16:08 495 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐