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)
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,