Kurt Bihler
http://www.bihlertech.com
I subscribe to the squirrelmail-users mailing list.
[ ] True - No need to CC me when replying
[X] False - Please CC me when replying
This bug occurs when I ...
... try to do/view/use
The main folders link, this worked when i used 1.2 before
>> We have 4 (Soon to be 5) Sun V880s with 32G RAM and (IIRC) 8
>> processors @ 750MHz for our IMAP servers
>
> - do you have the avg/peak load on this machine?
This I can't answer. It's one of the gripes I have with the IMAP server
administrator: a lack of hard numbers.
> - is this machine ded
Title: RE: IMAP on 1.4.2? - Nevermind
Nevermind. I figured it out and I'll post what I found as an answer to someone else's question they've asked.
-Original Message-
From: Christopher Everett
Sent: Thursday, October 02, 2003 11:37 AM
To: Christopher Everett
Cc: [EMAIL PROTECTED]
Title: Re: SM problems with php 4.3.3
Modify the redirct.php file, line 153(?)
It says:
header("Location: $redirect_url");
Change to:
echo "
Here is where I found the answers:
http://www.squirrelmail.org/wiki/en_US/InstallingSquirrelMailWindowsIIS (bottom half of page)
and
http://
Instead of manually setting my plugins I added this to my config.php
I hope you find this usefull.
// Jacob
$plugin = 0;
if ($dh = opendir(SM_PATH.'plugins')) {
while (false !== ($file = readdir($dh))) {
if (is_dir(SM_PATH.'plugins/'.$file) && $file != '.' && $file
!= '..')
I found the link in the left_main.php.
Can I just change the text. It already has a comment saying it will be
"Check mail" in 1.4.3:
echo '('.
_("refresh folder list") . ')';
// for SM 1.4.3: _("Check mail")
Any problem changing it here now?
thanks,
rkl
>> Are there plugins that changes the "
> I found the link in the left_main.php.
>
> Can I just change the text. It already has a comment saying it will be
> "Check mail" in 1.4.3:
>
> echo '('.
> _("refresh folder list") . ')';
> // for SM 1.4.3: _("Check mail")
>
> Any problem changing it here now?
Your version of SM won't have th
Can someone tell me where the motd is stored? I've changed it with
configure but it is not taking. It consistently show "Welcome to
Squirrelmail!"
Where is this file stored?
thanks,
rkl
---
This sf.net email is sponsored by:ThinkGeek
Welcome t
This plugins just saved me alot of headache. I owe somebody for this
plugin! I need to get a bag of nuts these developer ;)
The vlogin is great looks pretty complicated though. I 'm just using
pretty much the config.php.sample but cahnged to use the virtual logo.
Questions:
- Is the image size 1
You are correct about the placement of the motd. However, I've changed it
with configure and see the new value for motd stored in the config.php
file. But it still display "welcome to Squirrelmail!". What is going on?
rkl
> On Fri, Oct 03, 2003 at 09:32:21PM -0700, rkl wrote:
>> Can someone tell
> This plugins just saved me alot of headache. I owe somebody for this
> plugin! I need to get a bag of nuts these developer ;)
>
> The vlogin is great looks pretty complicated though. I 'm just using
> pretty much the config.php.sample but cahnged to use the virtual logo.
>
> Questions:
> - Does t
I found that the config.php stores the motd var with the new string value.
I also echo the var in the right_main.php. Guess what, it print the
"Welcome to Squirrelmail!"
Can someone check out if this is a bug?
I tried grep in every directory for Welcom but nothing comes back.
thanks,
rkl
> You
12 matches
Mail list logo