RE: [SM-USERS] Updated where is the motd stored?

2003-10-04 Thread p dont think
> 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?

A bug in your installation.  ;>

It works fine here.  

Maybe there is a plugin or something changing it.  Try deactivating all
your plugins temporarily.  You did grep -R Welcome and you got nothing
back???  

  - paul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread p dont think
> This plugins just saved me alot of headache. I owe somebody for this
> plugin! I need to get a bag of nuts these developer ;)

send money.  i like to buy my own nuts.  ;>

> 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 100x100 configurable?

Any configuration option you find in config.php (or conf.pl) is up for
grabs in vlogin.  

> - Does the virtual logo works only for the login page?

Yes.  If you want a per-domain image on the left frame above the folder
list, the username plugin works good for that:

http://www.squirrelmail.org/plugin_view.php?id=35





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Body retrieval error / Plain Text

2003-10-04 Thread jheidecker
I am getting the following error whenever i open a new message, after i go
back to the mesage list and open it again it works fine. Also when i open it
the first time all of the headers show up in the message..


Body retrieval error. The reason for this is most probably that the message
is malformed.
Command:FETCH 17 BODY[1]
Response:OK
Message:UID FETCH completed
FETCH line:* 4 FETCH (FLAGS (\Seen))

I am running RH9 with eXtremail 1.5.9, php4.2.2, squirrelmail 1.4.2.. I have
tried lots of things and i cant seem to find a solution although it has been
mentioned in the mailing list a few times.

Also it seems that squirrel is just putting plaintext e-mails into an
attachment that i have to open, does it not display them as messages??

Thanks,

[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] msg_flags

2003-10-04 Thread adrian
Hi All

Havent spoken in the list for a few months because all has worked fine for us since 1.2.10. and getting used to SM.

I have just pulled the cvs down whilst updating to 1.4.2.  1.4.2 is fine

For testing the CVS I have upgraded in the usual way keeping data, and config and plugins. One favourite plugin msg_flags - I copied all the
settings over for the msg_flags plugin( cos I do like the flouncy stuff too ) I decided to run the patch -p0 with the diff file instead of copying
the files as I thought the structures of the new stuff might be a bit different.  The result was this:-

[EMAIL PROTECTED] msg_flags]# patch -p0 < ./msg_flags-squirrelmail-1.4.1.diff
patching file ../../functions/mailbox_display.php
Hunk #1 succeeded at 272 (offset 40 lines).
Hunk #2 FAILED at 781.
1 out of 2 hunks FAILED -- saving rejects to file ../../functions/mailbox_display.php.rej
patching file ../../src/move_messages.php
Hunk #1 succeeded at 116 with fuzz 2 (offset -5 lines).
Hunk #2 succeeded at 185 with fuzz 2 (offset 1 line).
patching file ../../src/left_main.php
Hunk #1 FAILED at 168.
1 out of 1 hunk FAILED -- saving rejects to file ../../src/left_main.php.rej
[EMAIL PROTECTED] msg_flags]# cat ../../src/left_main.php.rej
***
*** 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
-
  /* Create the link for this collapse link. */
  $link = '+";
  } else {
- $link .= "fold=$mailbox\">-";
  }
  $link .= '';

--- 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
+
  /* Create the link for this collapse link. */
  $link = '";
  } else {
+ $link .= "fold=$mailbox\">";
  }
  $link .= '';

I am no expert so I have now stopped, what should I do now?

Adrian Jones


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] (no subject)

2003-10-04 Thread adrian
I think the last message was garbled by the html plugin so here goes again:

Hi All

Havent spoken in the list for a few months because all has worked fine for us since 
1.2.10. and getting used to SM.

I have just pulled the cvs down whilst updating to 1.4.2. 1.4.2 is fine.

For testing the CVS I have upgraded in the usual way keeping data, and config and 
plugins.
One problem with a favourite plugin msg_flags - I copied all the settings over for the 
msg_flags plugin( cos I do like the flouncy stuff too ) I
decided to run the patch -p0 with the diff file instead of copying the files as I 
thought the structures of the new stuff might be a bit different.
The result was this:-

[EMAIL PROTECTED] msg_flags]# patch -p0 < ./msg_flags-squirrelmail-1.4.1.diff
patching file ../../functions/mailbox_display.php
Hunk #1 succeeded at 272 (offset 40 lines).
Hunk #2 FAILED at 781.
1 out of 2 hunks FAILED -- saving rejects to file 
../../functions/mailbox_display.php.rej
patching file ../../src/move_messages.php
Hunk #1 succeeded at 116 with fuzz 2 (offset -5 lines).
Hunk #2 succeeded at 185 with fuzz 2 (offset 1 line).
patching file ../../src/left_main.php
Hunk #1 FAILED at 168.
1 out of 1 hunk FAILED -- saving rejects to file ../../src/left_main.php.rej
[EMAIL PROTECTED] msg_flags]# cat ../../src/left_main.php.rej
***
*** 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
-
  /* Create the link for this collapse link. */
  $link = '+";
  } else {
- $link .= "fold=$mailbox\">-";
  }
  $link .= '';

--- 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
+
  /* Create the link for this collapse link. */
  $link = '";
  } else {
+ $link .= "fold=$mailbox\">";
  }
  $link .= '';

Adrian Jones


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: exchange imap problem

2003-10-04 Thread Asbjorn Hoiland Aarrestad
I set default folder prefix to "/" did not like ""

works allmost perfectly now. only a few minor rewrites and redirects 
left to fix now.

- asbjørn

[EMAIL PROTECTED] wrote:

Assuming you have a normal exchange setup

In your config.php, tell it the names of the special folder (Deleted 
Items, Sent Items, and Drafts).

I have found that also setting the "$auto_create_special = true;" is 
useful because then every user will have them the first time they sign 
in to squirrelmail.  This will not effect the exchange mailbox if they 
already have these folders, it just makes them show up in the folder list.

Here is an expample from part of my config file:

$default_folder_prefix  = '';
$trash_folder   = 'Deleted Items';
$sent_folder= 'Sent Items';
$draft_folder   = 'Drafts';
$default_move_to_trash  = true;
$default_move_to_sent   = true;
$default_save_as_draft  = true;
$show_prefix_option = false;
$list_special_folders_first = false;
$use_special_folder_color   = true;
$auto_expunge   = true;
$default_sub_of_inbox   = false;
$show_contain_subfolders_option = false;
$default_unseen_notify  = 2;
$default_unseen_type= 1;
$auto_create_special= true;
$delete_folder  = false;
After that, if a user have sub-folders they have created, they can 
subscribe to them, using the Folders menu in SquirrelMail 
(INBOX/Subfolder, Public Folders/FolderName, etc.)

-Christopher


exchange imap problem
Subject: exchange imap problem
From: Asbjorn Hoiland Aarrestad  aarrestad.com>
Date: Fri, 03 Oct 2003 17:54:56 +0200
Newsgroups: gmane.mail.squirrelmail.user
Organization: Asbjorn Hoiland Aarrestad
hi!

just installed squirrelmail (latest) on my rh 7.3 box, and want it to
access my exchange imap server.
It it no problem logging in and viewing the inbox, but none of the other
folders show. Any ideas?
- asbjørn





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] IMAP only accounts?

2003-10-04 Thread Mark
Greetings.  It is our intention to roll out a multilevel webmail
service hosted by SurfSafely.com.  Already we have successfully
installed the base program and the plugins listed below.  We also
host clients as virtual domains under the one IP address with
suexec wrappers giving them their own user/group.  When we installed
SM, clients with POP3 accounts now can simply log in to the IMAP
service with their existing user names.  That's what we wanted and
it just fell into place that way.

What we would now like to do is create IMAP only accounts, charge
a minimal fee for the service and offer POP3 as an upgrade.  We're
quite certain it can be done, just not quite certain how.  We
maintain the server configuration roughly 70/30 between command
line and Webmin.  Any help would be greatly appreciated.  Our
current config is as follows:

SM 1.4.1  (I know, 1.4.2 is out. I prefer not to "fix" what isn't broken)
RH Linux 7.1
Apache 1.3.22
PHP 4.0.6-7.0RS  (Not sure how it's compiled or how to check)
imap-2000-9  (UW?)
sendmail-8.11.6-27.71

  Installed Plugins
1. compatibility
2. addgraphics
3. squirrelspell
4. abook_take
5. translate
6. calendar
7. smallcal
8. virtual_hosts
9. view_as_html
10. html_mail
11. username
12. spamcop
13. admin_add
14. block_sender
15. mail_fetch
16. newmail
17. filters
18. timeout_user
19. msg_flags

The vadmin plugin looks like it would be nice to help us administer
user accounts but all attempts to install it crashed and burned. :-\

Mark Brasche
SurfSafely.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread p dont think
> > - Does the virtual logo works only for the login page?
> 
> Yes.  If you want a per-domain image on the left frame above the
folder
> list, the username plugin works good for that:
> 
> http://www.squirrelmail.org/plugin_view.php?id=35

Sorry, my bad.  The "addgraphics" plugin is what you want, not the
username plugin.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] IMAP only accounts?

2003-10-04 Thread p dont think
> What we would now like to do is create IMAP only accounts, charge
> a minimal fee for the service and offer POP3 as an upgrade.  We're
> quite certain it can be done, just not quite certain how.  We
> maintain the server configuration roughly 70/30 between command
> line and Webmin.  Any help would be greatly appreciated.  Our
> current config is as follows:

Limiting POP access is outside of the realm of SM.  You'll have to toy
with your IMAP server (good luck). 

> The vadmin plugin looks like it would be nice to help us administer
> user accounts but all attempts to install it crashed and burned. :-\

Your setup didn't look like it is suitable for vadmin.  If you disagree
and have specific problems with it, please post them.

 - pul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] RE: How to include the date when replying?

2003-10-04 Thread p dont think
> >> We are running SM v1.2.11 and it works fine on our Windows server
so
> > we
> >> don't want to upgrade to 1.4xx.
> >>
> >> Can I apply the date patch to v1.2.11 and if so how ?
> >
> > Probably not.  I can get you a patch... or better yet (cuz i'm
> > lazy/extra busy), why don't you just send a copy of your
src/compose.php
> > and I can fix it up for you.
> 
> compose.php attached. Thanks in advance.

Sorry for the delay.  Here it is... untested, however.  If there are any
problems, let me know -- they should be minor, it should be OK, really.
Remember, choose the custom citation option and use $DATE$ where you
need the date.

 - paul


compose.zip
Description: Binary data


[SM-USERS] RE: [SM-USERS]unabletoinstallanyplugins

2003-10-04 Thread p dont think
> 4) But it seems to be without any different, i can change from the admin
> menu to change the settings from plain text mode into html mode, but I can
> see the type mail screen but just can't add any letters into the contents
> area.

If you see the "special renderer" (not just a regular text box) for the message body, 
then the plugin is working fine.  If you can't type in the renderer, then that's 
probably an issue with your web browser.  You might try it out on another computer 
and/or browser.

  - Paul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] File attachment download error

2003-10-04 Thread mike
Hi All,

Have a pretty important attachment sent to me, a zip'd file, and if I
downlaod it I get a 1kb file that contains the following.

/-- Error Start

Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried
to allocate 79 bytes) in
/usr/local/squirrelmail-1.4.1/functions/imap_general.php on line
246

/-- Error End

Trying to open it from SM or forward it results in the same error.  I vi
the folder file containing the attachment and I can see

/--
Content-Type: application/octet-stream;
name="configs.zip"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="configs.zip"
/--

followed by the encoded text stream.  I copied the folder file and I cut
out the encoded text stream into a file, the file size is about 2.71 mb. 
Even tried uudecode on the resultant file, but that errored out.

Is there anything I can do to recover this attached file?  What does SM
use to encode attachments?  Any way to decode the text stream?  I can't
get another copy of this file sent to me, this is the only one I have and
need the contents of that zip archive.  Any help would be greatly
appreciated.

Mike Pacheco


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] IMAP only accounts?

2003-10-04 Thread Keith Mastin

> What we would now like to do is create IMAP only accounts, charge a
> minimal fee for the service and offer POP3 as an upgrade.  We're quite
> certain it can be done, just not quite certain how.  We
> maintain the server configuration roughly 70/30 between command
> line and Webmin.  Any help would be greatly appreciated.  Our
> current config is as follows:

Set the POP3 server on a different IP, using a server software that
doesn't include IMAP. Set up the dns and the firewalls to separate the 2
(even if only locally, the public IP can be the same). Set up IMAP so
it's only available to the localhost (so it is only accessed by
webmail).

As an afterthought, you might be able to all of this using IP aliasing
on the localhost, with POP3 listening to eth0 and IMAP listening on
eth0:1.

HTH




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] File attachment download error

2003-10-04 Thread p dont think
> Have a pretty important attachment sent to me, a zip'd file, and if I
> downlaod it I get a 1kb file that contains the following.

> Fatal error:  Allowed memory size of 8388608 bytes exhausted
(tried
> to allocate 79 bytes) in

if you took the time to search the archives (or even google, this one is
VERY common), you'd already have the problem solved.

Try:

http://search.gmane.org/search.php?query=allowed+memory+size+of+bytes+ex
hausted&email=&group=gmane.mail.squirrelmail.user&sort=date



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] .abook permissions

2003-10-04 Thread Jeff Mao
I wrote earlier regarding the wrong users seeing other people's 
address books,...is it a bad thing that all the .abook files are 644? 
Should they be set to 600 (all are owned by www:www)?  Would this 
make the addressbooks not work correctly?  I tested on my own, and I 
was able to add an address to the address book, so it seems OK to 
me,...why are these files different than the other files in the data 
folder?  The others are already 600.

Thanks,
Jeff
--

Jeff Mao
[EMAIL PROTECTED]
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Win98/XP, IE6 SP1 problems with SquirrelMail v1.2.11 - logins and dead buttons

2003-10-04 Thread Mark Knipfer
There are three (3) computers running Windows 98 and one (1) Windows
XP Professional computer with Internet Explorer 6 SP1 installed, and
all available Windows updates installed on these computers. One of the
Windows 98 computers has Norton Internet Security installed. All three
of these Windows computers running Internet Explorer 6 SP1 experience
problems logging into SquirrelMail v1.2.11.
When any users tries to login to SquirrelMail on any other Windows
computer with Internet Explorer 6 SP1, they experience these problems:
1. When the user enters their username and password, hits enter or
clicks the Login button, Internet Explorer continues to shows the
SquirrelMail login web page.
2. If a user does get logged in after excessively trying, clicking on
the buttons in SquirrelMail acts like they are dead buttons.  These
buttons do not do what they should do, such as Send a message, Save
a message, etc.
These two SquirrelMail v1.2.11 problems are causing a big problem
with these users and client. These users can use a different computer
and login to SquirrelMail without any problems.
Here is what we have tried to resolve these SquirrelMail issues on
these Windows computers running Internet Explorer 6 SP1 without
success.  Note that these Windows computers do not experience problems
with accessing any other web sites with ActiveX, JavaScript, and other
forms of scripting:
1. Cleared Internet Explorer 6 SP1 cache.

2. Set Internet Explorer's Security, Privacy, and Advanced settings
back to their default levels.
3. Reinstall the video and mouse drivers in Windows in case there were
any possible conflicts causing these problems.  The latest drivers
available were installed.
4. Delete the mouse device driver in Windows and restart Windows to
allow Windows configure the mouse port and device back.
5. Tried changing the mouse from PS/2 connection to USB and vice versa
including trying a different mouse.
Any ideas, suggestions, etc. would be appreciated.

--
Mark Knipfer
MFM Technical Support
http://support.mfm.com/


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Connecttion dropped by IMAP server: workarounds?

2003-10-04 Thread Chris Hilts
> Are there any workarounds for this common problem?

Yes - fix your IMAP server.

-- 
Chris Hilts
[EMAIL PROTECTED]


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] .abook permissions

2003-10-04 Thread p dont think
> I wrote earlier regarding the wrong users seeing other people's
> address books,...is it a bad thing that all the .abook files are 644?

Seeing address books in the SM interface is completely independent from
this.  The permissions here are for the web server anyway -- which has
no relationship to the actual user whose addresses are contained
therein.

> Should they be set to 600 (all are owned by www:www)?  Would this

Should be OK.  They are set at 644 by SM

> me,...why are these files different than the other files in the data
> folder?  The others are already 600.

Good question.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Win98/XP, IE6 SP1 problems with SquirrelMail v1.2.11 - logins and dead buttons

2003-10-04 Thread p dont think
> 2. If a user does get logged in after excessively trying, clicking on
> the buttons in SquirrelMail acts like they are dead buttons.  These
> buttons do not do what they should do, such as Send a message, Save
> a message, etc.

I've seen similar behavior with IE6 on a worm/virus/cookie-hijacked
machine.  If you are *certain* that other browsers work fine, (I suggest
you try IE6 from a completely different place too), then you should
probably run lavasoft ad-aware as well as something like Stinger:

http://vil.nai.com/vil/stinger/

This seems like a client problem, and not a SM problem

Good luck,

 paul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Updated where is the motd stored?

2003-10-04 Thread rkl
A bug in the code by squirrelmail team ;) nah...

A bug in my installation? how dare you ;)

It's more like "Do I know what I'm doing?" maybe/maybe not ):

You're right about maybe its one of the login.

Here's what I found. This may help some of the others unless I'm still
offbase:

The vlogin will overwrite the config.pl setting. It's as simple as that.
Probably just document it in the config.php.sample would do the trick.

In any case, you might assume that one is smart enough to know that when
one modify the vlogin config.php. However after a little time, one tends
to forget when one sees the motd option from the config.pl execution.

Thus, it's not a bug and it's a problem. It's just that one needs to
knowing what one is doing.

good stuff,
-rkl


>> 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?
>
> A bug in your installation.  ;>
>
> It works fine here.
>
> Maybe there is a plugin or something changing it.  Try deactivating all
> your plugins temporarily.  You did grep -R Welcome and you got nothing
> back???
>
>   - paul
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread rkl
>> - Does the virtual logo works only for the login page?
>
> Yes.  If you want a per-domain image on the left frame above the folder
> list, the username plugin works good for that:

I have the username plugin and it doesn't seem to have any reference to a
logo placement in the left frame or anywhere. I went back and read the
INSTALL and README and the config.php and did not see anything related to
this. Are we talking about the same plugin: username-2.3-1.0.0.tar.gz?

Please point out where.

thanks,
-rkl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread rkl
-ok

-ignore my reply to an earlier message

>> > - Does the virtual logo works only for the login page?
>>
>> Yes.  If you want a per-domain image on the left frame above the
> folder
>> list, the username plugin works good for that:
>>
>> http://www.squirrelmail.org/plugin_view.php?id=35
>
> Sorry, my bad.  The "addgraphics" plugin is what you want, not the
> username plugin.
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread rkl
I got the plugins but I don't really think that it is exactly what I want.

The problem is that the addgraphics config.php shows me only how to build
an array of HARDCODED virtualdomain and not dynamically like the vlogin.

Unless you can show me or give me a variable that is not documented that I
can put in like your vlogin ###VIRTUAL_DOMAIN###_logo.gif lines.

THis is the section of the code that would do it but hardcoded. Can it be
dynamic?

config.php
--
   ...
   $addgraphics_virtualDomains = array(

  'mydomain' => array(

 'left_image' => '../images/mydomain_logo.gif',
 'left_image_alt' => 'My Domain',
 'left_image_url' => '',   // this one won't be a link
 'div_style'  => 'position:absolute;top:200px;left:5px;',
 //'image_width' => 100,
 //'image_height'   => 100,

  ),

  'anotherdomain' => array(

 'left_image' => '../images/anotherdomain_logo.gif',
 'left_image_alt' => 'Another Domain',
 'left_image_url' => 'http://www.anotherdomain.org',   // this one
will be a link

 //'div_style'  => 'text-align: center;',
 //'image_width' => 100,
 //'image_height'   => 100,

  ),

   );
   ...
--
>> > - Does the virtual logo works only for the login page?
>>
>> Yes.  If you want a per-domain image on the left frame above the
> folder
>> list, the username plugin works good for that:
>>
>> http://www.squirrelmail.org/plugin_view.php?id=35
>
> Sorry, my bad.  The "addgraphics" plugin is what you want, not the
> username plugin.
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] WHere is quota calcuated

2003-10-04 Thread rkl
I'm using courier-imap/vpopmail/qmail/squirrelmail on the sam redhat 9.

-Where is the quota nfo comes from?
-And what about if I move SM to another box (realting to quota?

thanks,
-rkl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] RE: exchange imap problem

2003-10-04 Thread ceverett
Title: RE: exchange imap problem





Assuming you have a normal exchange setup


In your config.php, tell it the names of the special folder (Deleted Items, Sent Items, and Drafts).


I have found that also setting the "$auto_create_special = true;" is useful because then every user will have them the first time they sign in to squirrelmail.  This will not effect the exchange mailbox if they already have these folders, it just makes them show up in the folder list.

Here is an expample from part of my config file:


$default_folder_prefix  = '';
$trash_folder   = 'Deleted Items';
$sent_folder    = 'Sent Items';
$draft_folder   = 'Drafts';
$default_move_to_trash  = true;
$default_move_to_sent   = true;
$default_save_as_draft  = true;
$show_prefix_option = false;
$list_special_folders_first = false;
$use_special_folder_color   = true;
$auto_expunge   = true;
$default_sub_of_inbox   = false;
$show_contain_subfolders_option = false;
$default_unseen_notify  = 2;
$default_unseen_type    = 1;
$auto_create_special    = true;
$delete_folder  = false;


After that, if a user have sub-folders they have created, they can subscribe to them, using the Folders menu in SquirrelMail (INBOX/Subfolder, Public Folders/FolderName, etc.)

-Christopher




exchange imap problem
Subject: exchange imap problem
From: Asbjorn Hoiland Aarrestad  aarrestad.com>
Date: Fri, 03 Oct 2003 17:54:56 +0200
Newsgroups: gmane.mail.squirrelmail.user
Organization: Asbjorn Hoiland Aarrestad


hi!


just installed squirrelmail (latest) on my rh 7.3 box, and want it to 
access my exchange imap server.


It it no problem logging in and viewing the inbox, but none of the other 
folders show. Any ideas?


- asbjørn





RE: [SM-USERS] WHere is quota calcuated

2003-10-04 Thread p dont think
> I'm using courier-imap/vpopmail/qmail/squirrelmail on the sam redhat
9.
> 
> -Where is the quota nfo comes from?
> -And what about if I move SM to another box (realting to quota?

That's usually a question YOU have to answer for SM.  There are two
typical ways for you to implement quotas: filesystem quotas on a user's
(home) directory, or IMAP-based quotas (Cyrus and Courier), which might
be what you want, especially if you are hosting several virtual domains.
SM doesn't have anything to do with quotas itself, all you need to do is
get the right quota plugin if you want to display quota info to the
users, otherwise, SM is completely out of the loop.

 - paul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread p dont think
> I got the plugins but I don't really think that it is exactly what I
want.
> 
> The problem is that the addgraphics config.php shows me only how to
build
> an array of HARDCODED virtualdomain and not dynamically like the
vlogin.
> 
> Unless you can show me or give me a variable that is not documented
that I
> can put in like your vlogin ###VIRTUAL_DOMAIN###_logo.gif lines.

I can fix that.  But I need time



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] 1.4.1 -> 1.4.2 not working out for me - total non-responsiveness

2003-10-04 Thread C. Bensend

Hey folks,

   I decided to try out 1.4.2 tonight, while I was on a patch-fest.  It
didn't go so smoothly for me.  The vitals:

Server:
   OpenBSD 3.3-STABLE
   Apache 1.3.27, running chrooted
   PIII 800MHz, 512M RAM, IDE disk subsystem
   Courier IMAP 1.7.1
   PHP 4.2.3p1
   IMAP server and webserver are on same machine, three users total

Client:
   Windows 2000 Professional (current with patches of this afternoon)
   1.3GHz, 512M RAM
   IE 6.0.2800.1106 and Netscape Communicator 4.8

   As soon as I switched to 1.4.2 (via switching a symlink), horrible
things started happening...  Logging in didn't happen, it would just sit
there waiting.  In the rare occasion I was able to log in, I'd be able to
"delete-and-next" through several messages, and then it'd just hang.  And
hang.  And hang.  I waited over 5 minutes, and it never redrew the screen.
Clicking on the "delete" link to simply delete the active message and
return to my INBOX would hang.

   This was with both IE and Netscape, BTW.

   I switched the symlink back to 1.4.1, and everything works OK again.
For three users (I'm the only heavy-duty user), I'm not running into a
resource shortage.  Neither the server nor the client are being hammered.
It's only the 1.4.2 code that hoses me.  Here's the list of plugins, FYI:

  Installed Plugins
1. calendar
2. delete_move_next
3. filters
4. message_details
5. sent_subfolders
6. administrator
7. listcommands
8. bug_report
9. abook_take
10. fortune
11. newmail

Any help would be much appreciated - I'm hoping 1.4.2 will solve my major
annoyance with sending mail (sometimes it works, sometimes it just times
out).  :)

Thanks, folks!

Benny


-- 

"Hey Peter...  This next one, you /can/ blame on the dog."
   --- Brian, "Family Guy"


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Perf of Pref storage on disk

2003-10-04 Thread p dont think
> I know that prefs can be stored on disk or mysql. Lets say
hypothetically,
> there are 100,000 users on sm. Anyone thinks that there would be
issues
> with having it on disk file system instead of mysql or vice versa?

MySQL is technically going to be faster in an environment that big.
That's really big though.

 - paul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] SM1.4.2 and plugin msg_flags-1.0.2.tar.gz

2003-10-04 Thread rkl
I have 1.4.2 installed and Just downloaded the msg_flags-1.0.2.

Should I do a patch or a copy?

README
--
...
  3.  There are 2 ways to to apply the changes. The first is recommended
  for most users.

  a. Copy the modified mailbox_display.php to the functions dir.
 Copy move_messages.php and left_main.php to the src dir.
 You're done :-)

  If you'e using a CVS release of SM then you probably want to apply
  the changes using the diff file.

  b. Run the following command from the the msg_flags directory
 to apply the patch:

 patch -p0 < ./msg_flags-squirrelmail-1.4.1.diff
...

thanks,
-rkl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Plugin Vlogin Is Great!

2003-10-04 Thread rkl
Good enough answer for me.

Thanks for all your work and help.
-rkl

>> I got the plugins but I don't really think that it is exactly what I
> want.
>>
>> The problem is that the addgraphics config.php shows me only how to
> build
>> an array of HARDCODED virtualdomain and not dynamically like the
> vlogin.
>>
>> Unless you can show me or give me a variable that is not documented
> that I
>> can put in like your vlogin ###VIRTUAL_DOMAIN###_logo.gif lines.
>
> I can fix that.  But I need time
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Help with Plugin view_as_html-3.3-1.4

2003-10-04 Thread rkl
I have the view_as_html-3.3-1.4 installed but don't see any switches to
toggle between html and plain text. So, can someone explain what am I
looking for? Or can someone send me an html mail so I can see? So, I guess
you know by now; that, I don't know how to send an html mail to myself :)

-rkl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] WHere is quota calcuated

2003-10-04 Thread rkl
Actually, that is a good answer.

thanks,
-rkl
>> I'm using courier-imap/vpopmail/qmail/squirrelmail on the sam redhat
> 9.
>>
>> -Where is the quota nfo comes from?
>> -And what about if I move SM to another box (realting to quota?
>
> That's usually a question YOU have to answer for SM.  There are two
> typical ways for you to implement quotas: filesystem quotas on a user's
> (home) directory, or IMAP-based quotas (Cyrus and Courier), which might
> be what you want, especially if you are hosting several virtual domains.
> SM doesn't have anything to do with quotas itself, all you need to do is
> get the right quota plugin if you want to display quota info to the
> users, otherwise, SM is completely out of the loop.
>
>  - paul
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Connecttion dropped by IMAP server: workarounds?

2003-10-04 Thread Ricardo Malafaia Senra Barros
well, thank you.  Is there any specific bit i should fix?  Just an upgrade
will do it?  Is there any IMAP server version which would work best for
Squirrelmail?

>> Are there any workarounds for this common problem?
>
> Yes - fix your IMAP server.
>
> --
> Chris Hilts
> [EMAIL PROTECTED]
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>


/**
 * Ricardo Malafaia S. Barros
 * Desenvolvedor
 * http://www.prestech.net
 *
 * usuário Linux registrado: 329242 :)
 * http://counter.li.org/
 *
 **/

# A Nova Prestech.Net dá preferência à transferência de documentos em
padrões abertos, tais como HTML, PDF, PS, TXT ou RTF



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] SM1.4.2 and plugin msg_flags-1.0.2.tar.gz

2003-10-04 Thread p dont think
> I have 1.4.2 installed and Just downloaded the msg_flags-1.0.2.
> 
> Should I do a patch or a copy?

There are no complete files in that plugin for SM 1.4.2 yet... if you
copy, you'll effectively downgrade your installation (or part of it)
back to 1.4.1.  Someone else has reported that the diffs need to be
updated...  the author or someone (sigh) needs to update the plugin.

 - paul



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Connecttion dropped by IMAP server: workarounds?

2003-10-04 Thread Chris Hilts
> well, thank you.

You're very welcome.

> Is there any specific bit i should fix?

Whatever part is causing it to drop connection.  (Look at your IMAP logs)

> Just an upgrade will do it?

I doubt it.  There's likely a misconfiguration (or maybe a missing maildir
for your user(s) somewhere).

> Is there any IMAP server version which would work best for
> Squirrelmail?

SquirrelMail works with any IMAP4rev1 compliant IMAP server.  Use
whichever one suits your needs best, SquirrelMail will work with it.


-- 
Chris Hilts
[EMAIL PROTECTED]


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users