Re: [SM-USERS] 404 after sending mail

2010-01-24 Thread bob.33


Paul Lesniewski wrote:
> 
> Thanks for being so helpful.  I have slightly rewritten this function,
> and although the ultimate functionality should be identical, it'd be
> good to have other people test it.  Do you mind?  Here it is:
> 
> # most non-coding lines removed for brevity by bob.33
> 
> function php_self() {
> $request_uri = '';
> $request_uri = '';
> if (!sqgetGlobalVar('PHP_SELF', $request_uri, SQ_SERVER)
>  || empty($request_uri)) {
> $request_uri = '';
> if (!sqgetGlobalVar('REQUEST_URI', $request_uri, SQ_SERVER)
>  || empty($request_uri)) {
> // TODO: anyone have any other ideas?  maybe
> $_SERVER['SCRIPT_NAME']???
> //
> return '';
> }
> }
> $query_string = '';
> if (strpos($request_uri, '?') === FALSE
>  && sqgetGlobalVar('QUERY_STRING', $query_string, SQ_SERVER)
>  && !empty($query_string)) {
> $request_uri .= '?' . $query_string;
> }
> return $request_uri;
> }
> 

the new fxn does work as expected, but only if the following line is
commented out

$_SERVER['SCRIPT_NAME']???

thanks for the help.  my lighttpd+freebsd chassis is available for
squirrelmail testing anytime.


-- 
View this message in context: 
http://old.nabble.com/404-after-sending-mail-tp13112479p27280180.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Internal Server Error: "over quota" & cant acess my email to delete

2010-01-24 Thread Mauricio Vélez
Hello,

I am having trouble accessing my emails on squirrelmail and I am desperate
to get into my inbox.
Can you pls help? OR, if I need to contact somebody else, can you pls let me
know who?

When I try to access my email, this is the message I receive:
Internal Server Error

User 'mauricio' is over quota.
--
cpsrvd/11.25 Server at mauriciovelez.com


I think that what I need is the password of the system administrator to be
able to erase some of my emails.
Squirrelmail should be able to give me these passwords to fix this problem.

I appreciate any help you can provide me.
Looking forward to your swift reply.

Best,

Mauricio Velez


-- 
http://www.mauriciovelez.com



-- 
http://www.mauriciovelez.com
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] Internal Server Error: "over quota" & cant acess my email to delete

2010-01-24 Thread Marc Powell

On Jan 23, 2010, at 11:42 AM, Mauricio Vélez wrote:

> Hello,
> 
> I am having trouble accessing my emails on squirrelmail and I am desperate to 
> get into my inbox.
> Can you pls help? OR, if I need to contact somebody else, can you pls let me 
> know who?

You do need to contact someone else but we do not know who they are. You need 
to contact whoever you are paying to host/manage your website and e-mail.

That is not anyone on this mailling list.

--
Marc


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] 404 after sending mail

2010-01-24 Thread Paul Lesniewski
On Fri, Jan 22, 2010 at 1:23 PM, bob.33
 wrote:
>
>
> Paul Lesniewski wrote:
>>
>> Thanks for being so helpful.  I have slightly rewritten this function,
>> and although the ultimate functionality should be identical, it'd be
>> good to have other people test it.  Do you mind?  Here it is:
>>
>> # most non-coding lines removed for brevity by bob.33
>>
>> function php_self() {
>>     $request_uri = '';
>>     $request_uri = '';
>>     if (!sqgetGlobalVar('PHP_SELF', $request_uri, SQ_SERVER)
>>      || empty($request_uri)) {
>>         $request_uri = '';
>>         if (!sqgetGlobalVar('REQUEST_URI', $request_uri, SQ_SERVER)
>>          || empty($request_uri)) {
>>             // TODO: anyone have any other ideas?  maybe
>> $_SERVER['SCRIPT_NAME']???
>>             //
>>             return '';
>>         }
>>     }
>>     $query_string = '';
>>     if (strpos($request_uri, '?') === FALSE
>>      && sqgetGlobalVar('QUERY_STRING', $query_string, SQ_SERVER)
>>      && !empty($query_string)) {
>>         $request_uri .= '?' . $query_string;
>>     }
>>     return $request_uri;
>> }
>>
>
> the new fxn does work as expected, but only if the following line is
> commented out
>
> $_SERVER['SCRIPT_NAME']???

Line wrap problem only.  That's why patch files are better than code
in an email.  Thanks for testing!

> thanks for the help.  my lighttpd+freebsd chassis is available for
> squirrelmail testing anytime.

Much appreciated.  This code will be in the 1.4.20 release coming soon.

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users