タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

qdmailとphpに関するyuhei_kagayaのブックマーク (1)

  • massat.jp - Qdmail × Postfixで注意

    イケテルQdmailのバージョン1.2.6b × Postfixでのお話。 どうもメール送信処理に時間がかかっていて、POSTFIXのログ見てみると fatal: usage: sendmail [options] と出力されていた。 この度にプロセスがまたされてるような感じ。 ↓こういうことらしい。 [nice_link]http://hal456.net/qdmail/support#c303[/nice_link] 以下のようにしたらエラーが出なくなって早くなった。 // qdmail.php 1176行目あたり function isQmail(){ if(!is_null($this->is_qmail)){ return $this->is_qmail; } $this->is_qmail = false; $ret = ini_get ( 'sendmail_path' );

    yuhei_kagaya
    yuhei_kagaya 2010/07/21
    fatal: usage: sendmail [options] の対処方法
  • 1