2019-02-01から1ヶ月間の記事一覧

CakePHP3、Return-Pathが効かないときの対応方法

特定の条件下では Email->setReturnPath() で設定した Return-Path が効かないようだ 今回は、local の sendmail を使っていて、この現象に遭遇 $email->getTransport()->setConfig(['additionalParameters' => '-f admin@example.com']); して回避 そういえ…

FuelPHPのDockerを作った

github.com FuelPHP の Docker を作りました 見てもらったらわかるんですが、ほぼ https://github.com/cwbit/cakephp-docker です。。。 Thanks cwbit!

telnet localhost 25でConnection closed by foreign host.

$ telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. /var/log/mail を見るとこんな感じのログが Feb 8 09:43:20 www3075ue postfix/smtpd[12732]: connect from localhost[1…