

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
8 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Hiawatha and Sqwebmail| From | Sent On | Attachments |
|---|---|---|
| Marco | Jun 7, 2008 1:38 am | |
| Brian Candler | Jun 8, 2008 1:17 am | |
| Marco | Jun 8, 2008 2:44 am | |
| Marco | Jun 8, 2008 2:48 am | |
| Brian Candler | Jun 8, 2008 7:31 am | |
| Marco | Jun 9, 2008 3:59 am | |
| Brian Candler | Jun 9, 2008 4:52 am | |
| Marco | Jun 10, 2008 6:36 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [sqwebmail] Hiawatha and Sqwebmail | Actions... |
|---|---|---|
| From: | Marco (ctx...@gmail.com) | |
| Date: | Jun 10, 2008 6:36:31 am | |
| List: | net.sourceforge.lists.courier-sqwebmail | |
I apologize for the inappropriate term used in my first email.
As you may understand my mother tongue is not English and maybe do some writing error.
Thanks Brian, follow your advice to find a solution and possibly ask to help Hugo.
Regards
Marco
On Mon, Jun 09, 2008 at 12:59:56PM +0200, Marco wrote:
I am sorry for this sentence. I would like to precisarti that I am against the use of vulgar words in general. Do not dwell in the resolution of this problem, because instead of building a relationship of dialogue (which should be in full spirit OpenSource) I was born a dispute.
No problem. Actually I find it quite amusing to see the levels of ego in certain software projects, and it's tempting to get drawn in sometimes.
I was originally replying to a message which screamed "BUG!!!" in the Subject line, and so I admit I was rather brusque in my response (*).
I find it strange that when an application like sqwebmail works happily with a bunch of different webservers, but not with a newcomer that no-one has heard of before, that automatically it's sqwebmail which is assumed to be at fault.
Essentially, this isn't anything to do with sqwebmail, as it just runs inside a CGI environment. It's a difference of interpretation of the CGI spec between Apache (and a bunch of others) in the blue corner, and Hiawatha in the red corner.
Like it or not, Apache is the de-facto standard. If a CGI app works in Apache but doesn't work in Fooserver, then you should be asking why Fooserver doesn't run the CGI, not why the CGI doesn't work under Fooserver.
Anyway, sqwebmail is just a CGI stub, which sends messages down a socket to sqwebmaild. Since you say it works for the login page, then I suggest you look at resource limits and the process environment. Sqwebmail does rely on a number of environment variables being set, and the CGI sends them down the socket (up to a hardcoded size limit).
You could try running a simple CGI under both Apache and Hiawatha:
#!/bin/sh echo "Content-Type: text/plain" echo "" printenv
and compare the outputs. Maybe Hiawatha doesn't set some variable which Apache does.
Regards,
Brian.
(*) http://www.catb.org/~esr/faqs/smart-questions.html#id306810<http://www.catb.org/%7Eesr/faqs/smart-questions.html#id306810> http://www.nabble.com/BUG%21%21%21-td14395843.html
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
_______________________________________________ Courier-sqwebmail mailing list Cour...@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-sqwebmail







