SOFTELメモ Developer's blog

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

2021/03/11 linux, php

問題

phpでメール送信したくて、postfixをインストールしてmail関数を実行したのですが、以下のエラーになりました。

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

答え

postfixが起動していないようです。

起動

systemctl start postfix

自動起動

systemctl enable postfix

関連するメモ

コメント