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:Res (re@ausics.net)
Date:Aug 10, 2006 5:22:07 am
List:net.sourceforge.lists.courier-sqwebmail

to the O.P:

when you get blank page, if you restart apache does it then work?

On Thu, 10 Aug 2006, Brian Candler wrote:

On Wed, Aug 09, 2006 at 12:58:40PM +0300, Hakan OZAY wrote:

Hi; I try sending mail use "/usr/sbin/sendmail" and "/usr/local/share/sqwebmail/sendit.sh". All running normally, sended mails in my mailbox. This problem than Sqwbmail , in my opinion.

However, your opinion conflicts with the experience of everyone else, for whom sqwebmail works just fine when sending mail.

My guess is that qmail doesn't understand sendmail's DSN option. You could try changing

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

to

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

in sendit.sh, or set

DEFAULTOPTIONS="wbnodsn=1"

in your authdaemonrc (and restart authdaemond)

HTH,