7 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] SqWebMail Blank Page
FromSent OnAttachments
Hakan OZAYAug 7, 2006 3:15 am 
Brian CandlerAug 7, 2006 12:16 pm 
Hakan OZAYAug 8, 2006 4:11 am 
Brian CandlerAug 9, 2006 12:42 am 
Hakan OZAYAug 9, 2006 2:58 am 
Brian CandlerAug 10, 2006 5:12 am 
ResAug 10, 2006 5:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] SqWebMail Blank PageActions...
From:Hakan OZAY (haka@gmail.com)
Date:Aug 8, 2006 4:11:47 am
List:net.sourceforge.lists.courier-sqwebmail

Hi;

Anything in your mail logs? (Typically /var/log/maillog)

No log about sqwebmail, in maillog file.

Find the script 'sendit.sh', which is what sqwebmail runs to send a mail.

Try running it from the command line, see if it gives an error.

This file located /usr/local/share/sqwebmail/sendit.sh

Cat File:

#!/bin/sh # # $Id: sendit.sh.in,v 1.4 2002/08/23 15:26:25 mrsam Exp $ # # DO NOT REMOVE THIS FILE # # This is a sample sendit wrapper for sqwebmail. sqwebmail will invoke this # wrapper script to send an email message. The complete message will be # provided on standard input. # # $1 will contain the return (or bounce) address for this mailboxid, as # specified by auth.c # # $2 will contain the sqwebmail mailboxid of the sender (note that we're # executing under whatever id auth.c sets for this mailboxid). Furthermore, # $REMOTE_ADDR will contain the IP address where the client is coming from # (the rest of the CGI vars are available too). # # The environment variable DSN will contain any requested -N option to # sendmail (not used by qmail). # # You may modify the message in whatever fashion before passing it on to the # MTA. # # exec /usr/sbin/sendmail -oi -t -f "$1"

exec /usr/sbin/sendmail -oi -t $DSN -f "$1"

/usr/sbin/sendmail linked to /var/qmail/bin/sendmail

lrwxr-xr-x 1 root wheel 23 Jul 8 12:06 /usr/sbin/sendmail -> /var/qmail/bin/sendmail

Why in your opinion?

Thank You for your reply.

Best Regards.

2006/8/7, Brian Candler <B.Ca@pobox.com>:

On Mon, Aug 07, 2006 at 01:15:24PM +0300, Hakan OZAY wrote:

All services running normally, but sqwebmail half running. SqWebMail running, browsing pages(inbox,sent and others...). But, example: writing new post and click to send button, rotating blank page of sqwebmail. --- My /var/log/httpd-error.log file: [Tue Jul 11 17:56:35 2006] [error] [client [1]192.168.1.15] Premature end of script headers: sqwebmail, referer:

Anything in your mail logs? (Typically /var/log/maillog)

Why in your opinion?

Find the script 'sendit.sh', which is what sqwebmail runs to send a mail. Try running it from the command line, see if it gives an error.

Regards,