記事No | : 11172 |
投稿日 | : 2012/11/15(Thu) 22:24:48 |
タイトル | : postmailでソフトウェアエラー |
ID情報 | : etizen |
投稿者 | : えちぜん |
URL | : http://031support.jp/Test/enq/postmail.html |
はじめまして。
婚活についてのアンケートをとるために、POSTMAIL Ver.6.23をロリポップサーバーに設置しました。
送信をクリックすると
Software error:
Bad name after sendmail' at ./init.cgi line 30, <DATA> line 855.
For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
Software error:
[Thu Nov 15 22:12:28 2012] postmail.cgi: Bad name after sendmail' at ./init.cgi line 30, <DATA> line 855.
Compilation failed in require at postmail.cgi line 20.
For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
と出ます。
init.cgiで変更した箇所は、送信先メールアドレスとメール件名、送信後のもどりURLだけです。
お力をかしてください。
記事No | : 11173 |
投稿日 | : 2012/11/17(Sat) 11:19:32 |
タイトル | : Re: postmailでソフトウェアエラー |
ID情報 | : kent |
投稿者 | : KENT |
> はじめまして。
> 婚活についてのアンケートをとるために、POSTMAIL Ver.6.23をロリポップサーバーに設置しました。
> 送信をクリックすると
>
> Software error:
>
> Bad name after sendmail' at ./init.cgi line 30, <DATA> line 855.
>
> For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
> Software error:
>
> [Thu Nov 15 22:12:28 2012] postmail.cgi: Bad name after sendmail' at ./init.cgi line 30, <DATA> line 855.
> Compilation failed in require at postmail.cgi line 20.
>
> For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
>
> と出ます。
> init.cgiで変更した箇所は、送信先メールアドレスとメール件名、送信後のもどりURLだけです。
> お力をかしてください。
init.cgiの修正の際に記述ミスをして、文法エラーを起こしているようです。
↓このあたりかな?
$cf{sendmail} = '/usr/lib/sendmail';
再度ダウンロードからやり直してみてはいかがでしょうか?
記事No | : 11175 |
投稿日 | : 2012/11/18(Sun) 22:03:21 |
タイトル | : Re^2: postmailでソフトウェアエラー |
ID情報 | : etizen |
投稿者 | : えちぜん |
アドバイスありがとうございます。
今試せないので、取り急ぎお礼をさせていただきます。
> > はじめまして。
> > 婚活についてのアンケートをとるために、POSTMAIL Ver.6.23をロリポップサーバーに設置しました。
> > 送信をクリックすると
> >
> > Software error:
> >
> > Bad name after sendmail' at ./init.cgi line 30, <DATA> line 855.
> >
> > For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
> > Software error:
> >
> > [Thu Nov 15 22:12:28 2012] postmail.cgi: Bad name after sendmail' at ./init.cgi line 30, <DATA> line 855.
> > Compilation failed in require at postmail.cgi line 20.
> >
> > For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
> >
> > と出ます。
> > init.cgiで変更した箇所は、送信先メールアドレスとメール件名、送信後のもどりURLだけです。
> > お力をかしてください。
>
> init.cgiの修正の際に記述ミスをして、文法エラーを起こしているようです。
>
> ↓このあたりかな?
> $cf{sendmail} = '/usr/lib/sendmail';
>
> 再度ダウンロードからやり直してみてはいかがでしょうか?