RE: [SM-USERS] Domain Restriction

2003-09-15 Thread kalpesh thakkar
> Just wondering if you got this all sorted out.  Let me know if you need
> any help.
>
> Cheers,
>
>   paul


no sir,

my problem is steel there, i am not able to do it. I went through google
and people are saying that write down your own " Sendmail Rule " and for
me it seems to be very very difficult because of its cryptographic
language...

help me if u can


thanks and with warm regards 

kalpesh thakkar

>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of
>> [EMAIL PROTECTED]
>> Sent: Friday, August 08, 2003 10:54 PM
>> To: [EMAIL PROTECTED]
>> Subject: [SM-USERS] Domain Restriction
>>
>> Hi, all
>>
>> I am using RedHat 7.2 , SM 1.4 , Sendmail and uw-imap server in single
> box
>> and working fine.
>>
>> We have only single domain say abc.com. Now i want to restrict some
> users
>> so that they can send mails to users of our local doamin abc.com only
> and
>> they should not be able to send mails to outside.
>>
>> this could not be a SM question but can anybody know that how to do
> this ?
>>
>> Thanks and with warm regards
>>
>> --kalpesh
>>
>>
>>
>>
>>
>>
>> ---
>> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>> Data Reports, E-commerce, Portals, and Forums are available now.
>> Download today and enter to win an XBOX or Visual Studio .NET.
>>
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01
> /0
>> 1
>> --
>> 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


[SM-USERS] which plugins to use?

2003-09-15 Thread greg gede
hi all,

which change password plugins should i use to to work
with vpopmail? i configured vpopmail --with-mysql but
did not --enable-md5-password.

i've studied Change MySQL Password plugins but it
doesn't seems to support vpopmail encryption method
which is crypt-md5.

any suggestion?

thank you.

regards,
gregor

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.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] Domain Restriction

2003-09-15 Thread p dont think
> >> I am using RedHat 7.2 , SM 1.4 , Sendmail and uw-imap server in
single
> > box
> >> and working fine.
> >>
> >> We have only single domain say abc.com. Now i want to restrict some
> > users
> >> so that they can send mails to users of our local doamin abc.com
only
> > and
> >> they should not be able to send mails to outside.
> >>
> >> this could not be a SM question but can anybody know that how to do
> > this ?
> > 
> > Just wondering if you got this all sorted out.  Let me know if you
need
> > any help.
> >
> my problem is steel there, i am not able to do it. I went through
google
> and people are saying that write down your own " Sendmail Rule " and
for
> me it seems to be very very difficult because of its cryptographic
> language...
> 
> help me if u can

I don't have the time helping with sendmail configuration, which, as I
and others have said, is how you should accomplish this task.  If you
don't know how to configure sendmail, you should get someone who does to
work with or try installing a better MTA (postfix, qmail, etc).

That said, I can offer to write something of a "hack" for this problem,
which would be a SquirrelMail plugin that blocks mail from a given list
of senders from going outside your domain.  The reason this is a "hack"
is because there is nothing stopping your users from using a different
mail client to send mail without this SquirrelMail-only restriction.
That's why getting sendmail or another MTA configured correctly is the
way to go.

  - 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] Problem with gzipped attachments

2003-09-15 Thread p dont think
> >> >> I have started getting "unexpected EOF" when I do tar zxvf on
> >> > attachments
> >> >> that have been  gzipped.  This happens even if I save the
> > attachment
> >> >> directly from the message in the Sent folder on the machine it
was
> >> > created
> >> >> on  - so it has never even been sent anywhere.
> >> >>
> >> >> If I compare the original file before it was attached with the
one
> >> > that I
> >> >> save from the attachment, the latter is one byte shorter.
> >> >
> >> > Note that you can create these kinds of 'mysterious' problems
with
> attachments when editing any of the SquirrelMail source files,
> particularly plugin configuration files.  If you have even one
> > space,
> >> > linefeed or other character before the " > after
> >> > the "?>" tag at the bottom of any such files, your attachments
will
> > all
> >> > be corrupted in the manner that you describe.
> >> >
> >> I have now "solved" this problem by completely replacing the
> >> .../squirrelmail/functions directory in my SM 1.4.1 installation
with
> > the
> >> functions directory from the latest Development CVS 1.5.  Not a
> > solution
> >> that I am entirely happy with, as it remains to be seen what other
> problems this rather brutal remedy may cause.
> >> From my researches I have managed to convince myself at least, that
> > the
> >> problem occurs with SM 1.4.1 and PHP 4.3.2 and is fixed in the
> > development
> >> version.
> >
> > U... 1.5 is *not* stable and is *not* intended to be compatible
with
> 1.4.  The two should not be mixed and matched, especially in a
> > production environment.  They will become increasingly different as
new
> development continues...  I recommend you find another solution.
> >
> >   - Paul
> 
> I agree with you completely.   The trouble is that, quite apart from
my
> anxiety about trying to splice PHP 4.2.x back into my Gentoo setup
with
> Apache 2, PHP 4..2.x is no longer supported (according to the php.net
> site) and I have not had any success getting SM 1.4.1 to work with PHP
> 4.3.x, possibly due to this "fread() problem".
> 
> Any other suggestions would be welcome?
> 
> Is anyone else using PHP 4.3.2 with SM 1.4.1. and not getting the
problem
> that I get with truncated attachments?
> 

If it's PHP's wonderful new fread functionality (argh), and we can
verify it is as such, someone should look for an appropriate way to
integrate the fix into SM 1.4.  I seem to recall Marc having an issue
with this, however...

  - 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] High CPU Levels After A While

2003-09-15 Thread qmail2
Does anyone know why my CPU levels are getting high after like 18 hours of
SM being accesses continutally?
I'm running 1.2 (we haven't upgraded to 1.4 because of an IMAP issue.. but
I think that's resolved so we'll be upgrading shortly... in the meantime
however)...
I don't recall this happening before but it will run very low on the CPU
for a while and then jump up and just stay there..

TOP OUTPUT:

  7:15am  up 6 days,  9:29,  1 user,  load average: 1.66, 1.41, 1.30
94 processes: 90 sleeping, 4 running, 0 zombie, 0 stopped
CPU0 states: 76.3% user,  5.4% system,  0.0% nice, 17.1% idle
CPU1 states: 62.0% user,  4.1% system,  0.0% nice, 33.2% idle
Mem:  1160004K av, 1143408K used,   16596K free,   0K shrd,  226016K buff
Swap:  779144K av,   23300K used,  755844K free  748996K
cached

  PID USER PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
 8165 nobody17   0  6020  536   228 R97.7  0.0 759:37 httpd
25037 nobody 9   0  5820 5776  1896 S 7.5  0.4   0:00 httpd
24849 nobody 9   0  5228 5188  1912 S 5.9  0.4   0:01 httpd
24881 nobody 9   0  5796 5756  1904 S 5.3  0.4   0:01 httpd
16382 nobody 9   0  6328 6292  1972 S 4.1  0.5   0:40 httpd
24759 nobody 9   0  6212 6176  1924 S 4.1  0.5   0:02 httpd
24905 nobody 9   0  4988 4952  1900 S 3.7  0.4   0:01 httpd
25032 nobody 9   0  5120 5068  1848 S 3.7  0.4   0:00 httpd
6 root   9   0 00 0 SW2.1  0.0 178:01 kscand
19584 nobody 9   0  6016 5980  1972 S 1.7  0.5   0:26 httpd

It seems like it's the parent apache proccess that is sucking up the CPU..
the children don't seem to... any ideas?

~ Matt




---
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] how to limit access

2003-09-15 Thread Susumu Takuwa
I have set up squirrelmail on debian. On the system, I have three
users(user1, user2, user3). user1 always use IMAP from MUA and SM but
user2 and user3 only from MUA, that is user2 and user3 don't use SM.

Well, I want to limit access for SM so that user2 and user3 cannot login
to SM because anybody might login to SM accidentally. 
Do you have any idea?

This is my environment:
- debian sarge 
- Apache-SSL 1.3.27 
- Courier-IMAP 1.5.1 
- PHP 4.1.2 
- SquirrelMail 1.4.0


Susumu Takuwa




---
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] how to limit access

2003-09-15 Thread Nicolas Cartron
Susumu Takuwa wrote:
I have set up squirrelmail on debian. On the system, I have three
users(user1, user2, user3). user1 always use IMAP from MUA and SM but
user2 and user3 only from MUA, that is user2 and user3 don't use SM.
Well, I want to limit access for SM so that user2 and user3 cannot login
to SM because anybody might login to SM accidentally. 
Do you have any idea?

This is my environment:
- debian sarge 
- Apache-SSL 1.3.27 
- Courier-IMAP 1.5.1 
- PHP 4.1.2 
- SquirrelMail 1.4.0

	Susumu Takuwa
If your users use their own computer, you can use a htaccess method, 
giving a password only to user1.

--
Nicolas Cartron
[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


RE: [SM-USERS] Re: SquirrelMail and Mercury/32

2003-09-15 Thread Chris Hilts
> Maybe you should put this together into conf.pl, selection D, since we
> get enough people asking, it might make sense to have Mercury/32 as one
> of the options on that screen...

Done in devel CVS.


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


[SM-USERS] Cosmetic issue with folders display

2003-09-15 Thread Drew Gibson




Hi,

I just set up Squirrelmail with Courier IMAP and I do not get the
"pretty" nested folder display I expected from the screenshots. Is
there a setting/fix/workaround?

Instead of expected...

- INBOX
       Sent
       Drafts
       Trash

I get...

INBOX
INBOX.Sent
INBOX.Drafts
INBOX.Trash

U-u-u-u-u-gg-lee-ee!

I have tried various config settings to no avail (eg.
show_prefix_option, default_sub_of_inbox default_folder_prefix). S/W
revs & settings below.

regards,

Drew


Software:-

RedHat 7.3
Squirrelmail 1.4.1 from RPMs for RH7.x
IMAP is Courier-MTA 0.42 (Courier IMAP 2.1.1 ?) 
PHP 4.1.2  (old, Iknow. Is this the issue?)

Browsers - Mozilla 1.5b or Netscape 4.7, both on RH7.3, IE6 on M$NT4

config.php ...

global $version;
$config_version = '1.4.0';
$config_use_color = 1;

$org_name  = "mydomain.ca";
$org_logo  = SM_PATH . 'images/sm_logo.png';
$org_logo_width  = '308';
$org_logo_height = '111';
$org_title = "mydomain.ca - SquirrelMail $version";
$signout_page  = '';
$frame_top = '_top';

$provider_uri = 'http://mydomain.ca/';

$provider_name = 'mydomain.ca';

$motd = "";

$squirrelmail_default_language = 'en_US';

$domain = 'mydomain.ca';
$imapServerAddress  = 'localhost';
$imapPort   = 143;
$useSendmail    = true;
$smtpServerAddress  = 'localhost';
$smtpPort   = 25;
$sendmail_path  = '/usr/sbin/sendmail';
$pop_before_smtp    = false;
$imap_server_type   = 'courier';
$invert_time    = false;
$optional_delimiter = '/';

$default_folder_prefix  = 'INBOX.';
$trash_folder   = 'Trash';
$sent_folder    = 'Sent';
$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 = true;
$use_special_folder_color   = true;
$auto_expunge   = true;
$default_sub_of_inbox   = false;
$show_contain_subfolders_option = true;
$default_unseen_notify  = 2;
$default_unseen_type    = 1;
$auto_create_special    = true;
$delete_folder  = false;
$noselect_fix_enable    = false;

$default_charset  = 'iso-8859-1';
$data_dir = '/var/lib/squirrelmail/prefs/';
$attachment_dir   = '/var/spool/squirrelmail/attach/';
$dir_hash_level   = 0;
$default_left_size    = '150';
$force_username_lowercase = false;
$default_use_priority = true;
$hide_sm_attributions = false;
$default_use_mdn  = true;
$edit_identity    = true;
$edit_name    = true;
$allow_thread_sort    = true;
$allow_server_sort    = true;
$allow_charset_search = true;
$uid_support  = true;

$plugins[0] = 'delete_move_next';
$plugins[1] = 'squirrelspell';
$plugins[2] = 'newmail';

...colour stuff snipped ...


$prefs_dsn = '';
$prefs_table = 'userprefs';
$prefs_user_field = 'user';
$prefs_key_field = 'prefkey';
$prefs_val_field = 'prefval';
$no_list_for_subscribe = false;
$smtp_auth_mech = 'none';
$imap_auth_mech = 'login';
$use_imap_tls = false;
$use_smtp_tls = false;
$session_name = 'SQMSESSID';

@include SM_PATH . 'config/config_local.php';




Re: [SM-USERS] how to limit access

2003-09-15 Thread Kurt Yoder
Use the ip_users plugin. You can specify who may log in from which ip.

Susumu Takuwa said:
> I have set up squirrelmail on debian. On the system, I have three
> users(user1, user2, user3). user1 always use IMAP from MUA and SM
> but
> user2 and user3 only from MUA, that is user2 and user3 don't use SM.
>
> Well, I want to limit access for SM so that user2 and user3 cannot
> login
> to SM because anybody might login to SM accidentally.
> Do you have any idea?
>
> This is my environment:
> - debian sarge
> - Apache-SSL 1.3.27
> - Courier-IMAP 1.5.1
> - PHP 4.1.2
> - SquirrelMail 1.4.0
>
>
>   Susumu Takuwa
>
>
>
>
> ---
> 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
>


-- 
Kurt Yoder
Sport & Health network administrator



---
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] Cosmetic issue with folders display

2003-09-15 Thread Graeme
> Hi,
>
> I just set up Squirrelmail with Courier IMAP and I do not get the
> "pretty" nested folder display I expected from the screenshots. Is there
> a setting/fix/workaround?
>
> Instead of expected...
>
> - INBOX
>Sent
>Drafts
>Trash
>
> I get...
>
> INBOX
> INBOX.Sent
> INBOX.Drafts
> INBOX.Trash
>
> U-u-u-u-u-gg-lee-ee!
>
> I have tried various config settings to no avail (eg.
> show_prefix_option, default_sub_of_inbox default_folder_prefix). S/W
> revs & settings below.
>
> regards,
>
> Drew
>
>
> Software:-
>
> RedHat 7.3
> Squirrelmail 1.4.1 from RPMs for RH7.x
> IMAP is Courier-MTA 0.42 (Courier IMAP 2.1.1 ?)
> PHP 4.1.2  (old, Iknow. Is this the issue?)
>
> Browsers - Mozilla 1.5b or Netscape 4.7, both on RH7.3, IE6 on M$NT4
>
> config.php ...
>
> global $version;
> $config_version = '1.4.0';
> $config_use_color = 1;
>
> $org_name  = "mydomain.ca";
> $org_logo  = SM_PATH . 'images/sm_logo.png';
> $org_logo_width  = '308';
> $org_logo_height = '111';
> $org_title = "mydomain.ca - SquirrelMail $version";
> $signout_page  = '';
> $frame_top = '_top';
>
> $provider_uri = 'http://mydomain.ca/';
>
> $provider_name = 'mydomain.ca';
>
> $motd = "";
>
> $squirrelmail_default_language = 'en_US';
>
> $domain = 'mydomain.ca';
> $imapServerAddress  = 'localhost';
> $imapPort   = 143;
> $useSendmail= true;
> $smtpServerAddress  = 'localhost';
> $smtpPort   = 25;
> $sendmail_path  = '/usr/sbin/sendmail';
> $pop_before_smtp= false;
> $imap_server_type   = 'courier';
> $invert_time= false;
> $optional_delimiter = '/';
>

The optional_delimiter should be '.' for courier

Regards
Graeme
--
http://www.promptpost.com
email swift and sure


---
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: Squirrelmail 1.4.1, PHP 4.3.3, IIS 5 SP4

2003-09-15 Thread Greg Troyan
Did anyone ever figure this out? I'm having the exact same problem using the
exact same software.

Greg


---
(please post in plain text to the mailing list)

 I don't even pretend to know what's up with IIS, but this may have been
 fixed in the most recent cvs code (since the next big PHP release won't
 like all those session_starts either).  Either upgrade to 1.4.2 cvs or
 turn your error_level down a notch (if the notice goes away, you should
 be able to use your email account).

  - Paul

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Brian S. Bergin
 Sent: Friday, August 29, 2003 12:03 PM
 To: [EMAIL PROTECTED]
 Subject: [SM-USERS] Squirrelmail 1.4.1, PHP 4.3.3, IIS 5 SP4

 Can anyone help me with a setup problem with the above versions?  Our
 www server and IMAP server (Gordano 8.0) are behind a firewall so SM has
 been set to access it via it's private IP from the web server (different
 machines).  When we try to login we get:

 Notice: A session had already been started - ignoring session_start() in
 C:\Squirrelmail\src\redirect.php on line 40

 Warning: Cannot modify header information - headers already sent by
 (output started at C:\Squirrelmail\src\redirect.php:40) in
 C:\Squirrelmail\functions\i18n.php on line 1611

 Warning: Cannot modify header information - headers already sent by
 (output started at C:\Squirrelmail\src\redirect.php:40) in
 C:\Squirrelmail\src\redirect.php on line 58

 Warning: Cannot modify header information - headers already sent by
 (output started at C:\Squirrelmail\src\redirect.php:40) in
 C:\Squirrelmail\src\redirect.php on line 92

 Any ideas?  Oh, btw, after this happens, I have to restart the mail
 services because the account is locked out as "busy".  Thanks...



---
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] Error opening ../data/default_pref

2003-09-15 Thread GVT
Hey all,

I'm running SM 1.4.1 on a win2k server (SP4) using IIS5.

I've muddled through the install process and am getting the following error
after logging in:

Error opening ../data/default_pref
Could not create initial preference file!
..//inetpub/rainwalk/root/squirrel/data/ should be writable by user httpd
Please contact your system administrator and report this error.

I've opened up access rights on that directory to full control to everyone
but I still get it, so obviously something else is wrong. Can someone help?

Greg



---
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: SquirrelMail and Mercury/32

2003-09-15 Thread Jay Lee
FYI,

  Pegasus Mail (client mail app by maker of Mercury) uses these folder
settings:

trash_folder = Deleted Messages
sent_folder = Copies to self
no drafts folder created

also, I'm fairly sure default_sub_of_inbox should be false, Mercury
doesn't allow folders to contain both messages and other folders, it can
be one or the other, and show_contain_subfolders_option should be true so
that users can choose whether it's a message folder or a "tray" as
Merc/Pegasus refers to folders which contain subfolders.  Mercury 4.0 is
due real soon now, hopefully it won't break these options.

Jay Lee
~
Jay Lee
Network / Systems Administrator
Information Technology Dept.
Philadelphia Biblical University
Langhorne, PA
~~

p dont think said:
> Hey Jimmy,
>
> Maybe you should put this together into conf.pl, selection D, since we
> get enough people asking, it might make sense to have Mercury/32 as one
> of the options on that screen...
>
> Cheers,
>
>Paul
>
>
>> >You will have setup SM to work with Mercury/32 these settings in your
>> >conf.pl should work with it (if I remember corrently)
>> >
>> >imap_server_type = other
>> >default_folder_prefix =
>> >trash_folder = INBOX.Trash
>> >sent_folder = INBOX.Sent
>> >draft_folder = INBOX.Drafts
>> >show_prefix_option = FALSE
>> >default_sub_of_inbox = TRUE
>> >show_contain_subfolders_option = FALSE
>> >optional_delimiter = detect
>> >delete_folder = TRUE
>> >force_username_lowercase = TRUE
>> >
>> >As a group, it might be a good idea to agree on what settings are
> good for
>> >the default setup of Mercury/32 and add a preconfigure option in
> conf.pl
>> >since it is a fairly popular Win32 IMAP server.
>>
>> This is how I have it set-up. Just show what I think is relevant:
>>
>>
>>
>> IMAP Settings
>> --
>> 8.  Server software: other
>> 9.  Delimiter  : /
>>
>> Folder Defaults
>>
>> 1.  Default Folder Prefix :
>> 2.  Show Folder Prefix Option : false
>> 3.  Trash Folder  : Trash
>> 4.  Sent Folder   : Sent
>> 5.  Drafts Folder : Drafts
>> 6.  By default, move to trash : true
>> 7.  By default, move to sent  : true
>> 8.  By default, save as draft : true
>> 9.  List Special Folders First: true
>> 10. Show Special Folders Color: true
>> 11. Auto Expunge  : true
>> 12. Default Sub. of INBOX : false
>> 13. Show 'Contain Sub.' Option: true
>> 14. Default Unseen Notify : 2
>> 15. Default Unseen Type   : 1
>> 16. Auto Create Special Folders   : true
>> 17. Folder Delete Bypasses Trash  : true
>> 18. Enable /NoSelect folder fix   : false
>> -
>> -
>>
>> General Options
>> (Do not enter the trailing "/" in options 2 & 3)
>>
>> 1.  Default Charset : iso-8859-1
>> 2.  Data Directory  : d:/squirrelmail/data/
>> 3.  Attachment Directory: d:/squirrelmail/attachments/
>> 4.  Directory Hash Level: 0
>> 5.  Default Left Size   : 150
>> 6.  Usernames in Lowercase  : true
>> 7.  Allow use of priority   : true
>> 8.  Hide SM attributions: true
>> 9.  Allow use of receipts   : false
>> 10. Allow editing of identity   : true/true
>> 11. Allow server thread sort: false
>> 12. Allow server-side sorting   : false
>> 13. Allow server charset search : false
>> 14. Enable UID support  : true
>> 15. PHP session name: SQMSESSID
>>
>> Almost all works fine for me.
>>
>> --
>> Thx.
>> Paj
>>
>>
>>
>> ---
>> 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
>
>
>
>



---
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] New Install

2003-09-15 Thread William Klein
Hi All;

I'm still struglling with the SM install.  Finally got rid of the default file being 
rejected.  Now when I can log in but I get no folders, instead I get this error.

ERROR : Could not complete request.
Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc >From Subject 
X-Priority Content-Type)])
Reason Given: Error in IMAP command received by server

All help appreciated


---
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] Automagic logout cannot be fixed

2003-09-15 Thread Rob Prince
I subscribe to the squirrelmail-users mailing list.
  [X]  True - No need to CC me when replying
  [ ]  False - Please CC me when replying

This bug occurs when I ...
  ... view a particular message
  ... use a specific plugin/function
  ... try to do/view/use 
  XXX Randomly


The description of the bug:

I get logged out randomly while using SM. I followed the directions at
http://www.squirrelmail.org/wiki/en_US/AutoMagicLogout.

1. My refresh on the left pane is set to 1 minute, down from 3. I get
randomly logged out anyway. The refresh is working at 1 minute intervals.

2. I added the following to httpd.conf, then restarted apache:


# This is the correct SM directory. I run a symlink
# from /var/www/html/domain.com/webmail/ to here. Could that be the
# problem?

php_value session.gc_maxlifetime 28800
php_value session.save_path /var/squirrelmail-sessiondata



I also created the following directory with the following
ownership/permissions:

Under /var/:

drwx--2 apache   apache   1024 Sep 15 13:15
squirrelmail-sessiondata

Does anyone have any idea why I still get logged out? It is happening with
all other users as well (there are only two of us now:). We are both using
IE6 with the latest updates (mostly because we rely on the autocomplete
plugin - great one!).

I ran SM 1.2 on another box (cannot remember the php version), and this
never was a problem. Thanks for any advice,

=Rob

--

My browser information:
  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
  get_browser() information (List)
* Nothing listed

My web server information:
  PHP Version 4.1.2
  PHP Extensions (List)
* 0 = yp
* 1 = xml
* 2 = wddx
* 3 = sysvshm
* 4 = sysvsem
* 5 = standard
* 6 = sockets
* 7 = shmop
* 8 = session
* 9 = pspell
* 10 = posix
* 11 = pcre
* 12 = openssl
* 13 = ncurses
* 14 = mbstring
* 15 = iconv
* 16 = gmp
* 17 = gettext
* 18 = gd
* 19 = ftp
* 20 = exif
* 21 = domxml
* 22 = dbx
* 23 = dba
* 24 = curl
* 25 = calendar
* 26 = bz2
* 27 = bcmath
* 28 = zlib
* 29 = session mm
* 30 = ldap
* 31 = mysql
* 32 = pgsql
* 33 = apache

SquirrelMail-specific information:
  Version:  1.4.2 [CVS]
  Plugins (List)
* 0 = abook_take
* 1 = administrator
* 2 = bug_report
* 3 = calendar
* 4 = delete_move_next
* 5 = filters
* 6 = info
* 7 = listcommands
* 8 = mail_fetch
* 9 = message_details
* 10 = newmail
* 11 = sent_subfolders
* 12 = squirrelspell
* 13 = autocomplete
* 14 = bookmarks
* 15 = file_manager
* 16 = notes
* 17 = quicksave
* 18 = smallcal
* 19 = spamassassin
* 20 = variable_sent_folder
* 21 = view_as_html
* 22 = weather

My IMAP server information:
  Server type:  uw
  Server info:  * OK [HIDDEN] IMAP4REV1 LOGIN-REFERRALS STARTTLS
AUTH=LOGIN] musicwrights IMAP4rev1 2001.315rh at Mon, 15 Sep 2003
13:41:28 -0400 (EDT)
  Cabailities:  IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS SCAN SORT
THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS
STARTTLS AUTH=LOGIN



---
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] New Install

2003-09-15 Thread Jonathan Angliss
Hello William,
On Monday, September 15, 2003, William Klein wrote...

> Hi All;

> I'm still struglling with the SM install.  Finally got rid of the
> default file being rejected.  Now when I can log in but I get no
> folders, instead I get this error.

> ERROR : Could not complete request.
> Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date
> To Cc From Subject X-Priority Content-Type)])
> Reason Given: Error in IMAP command received by server

Archives are your friend.  This has been fixed in CVS... about 3
months ago!

-- 
Jonathan Angliss
([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


RE: [SM-USERS] New Install

2003-09-15 Thread William Klein
I have been searching the archives for 2 days. 

Now that I know it's in the archives I still can't find it.

What needs to be relaced?

> -Original Message-
> From: Jonathan Angliss [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2003 2:35 PM
> To: William Klein
> Cc: SquirrelMail List
> Subject: Re: [SM-USERS] New Install
> 
> 
> Hello William,
> On Monday, September 15, 2003, William Klein wrote...
> 
> > Hi All;
> 
> > I'm still struglling with the SM install.  Finally got rid of the
> > default file being rejected.  Now when I can log in but I get no
> > folders, instead I get this error.
> 
> > ERROR : Could not complete request.
> > Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date
> > To Cc From Subject X-Priority Content-Type)])
> > Reason Given: Error in IMAP command received by server
> 
> Archives are your friend.  This has been fixed in CVS... about 3
> months ago!
> 
> -- 
> Jonathan Angliss
> ([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


[SM-USERS] CVS 1.5 and My Own Mail

2003-09-15 Thread William Hooper
I've got a secondary install of the CVS version of 1.5, just to see what
is in the works.  I've noticed that any mail *from* me (to a mailing list,
etc.) is showing up in the message list with the format "To: such and such
list".  In other words, as I would expect to see it in the "Sent" items. 
At least for me this is not desired behavior.

BTW - Should any odd things like this be posted to the SM-Devel list instead?

-- 
William Hooper


---
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] CVS 1.5 and My Own Mail

2003-09-15 Thread Chris Hilts
> etc.) is showing up in the message list with the format "To: such and such
> list".  In other words, as I would expect to see it in the "Sent" items.

Yeah, this has been recently discussed on the -dev list.

> BTW - Should any odd things like this be posted to the SM-Devel list
> instead?

Anything about 1.5 probably should be, since it's the development version.


-- 
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: [qmail] RE: [SM-USERS] New Install

2003-09-15 Thread William Klein
If someone could please point me to quick directions on how to get the
latest release from cvs I'd appreciate it.  I'm not familiar with cvs. I
see in the archives there should be a tarball on cvs but how to get I
don't see.

Thanks 
Sorry for being so stupid

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> William Klein
> Sent: Monday, September 15, 2003 2:54 PM
> To: Jonathan Angliss
> Cc: SquirrelMail List
> Subject: [qmail] RE: [SM-USERS] New Install
> 
> 
> I have been searching the archives for 2 days. 
> 
> Now that I know it's in the archives I still can't find it.
> 
> What needs to be relaced?
> 
> > -Original Message-
> > From: Jonathan Angliss [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 15, 2003 2:35 PM
> > To: William Klein
> > Cc: SquirrelMail List
> > Subject: Re: [SM-USERS] New Install
> > 
> > 
> > Hello William,
> > On Monday, September 15, 2003, William Klein wrote...
> > 
> > > Hi All;
> > 
> > > I'm still struglling with the SM install.  Finally got rid of the
> > > default file being rejected.  Now when I can log in but I get no
> > > folders, instead I get this error.
> > 
> > > ERROR : Could not complete request.
> > > Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date
> > > To Cc From Subject X-Priority Content-Type)])
> > > Reason Given: Error in IMAP command received by server
> > 
> > Archives are your friend.  This has been fixed in CVS... about 3
> > months ago!
> > 
> > -- 
> > Jonathan Angliss
> > ([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] which plugins to use?

2003-09-15 Thread p dont think
> which change password plugins should i use to to work
> with vpopmail? i configured vpopmail --with-mysql but
> did not --enable-md5-password.
> 
> i've studied Change MySQL Password plugins but it
> doesn't seems to support vpopmail encryption method
> which is crypt-md5.

IIRC, the change_passwd and the change_password (yes, they are
different) can both be made to work.  But you'd be better off asking on
the plugins mailing list with a more appropriate subject line.

  - 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] CVS 1.5 and My Own Mail

2003-09-15 Thread William Hooper

Chris Hilts said:
>> etc.) is showing up in the message list with the format "To: such and
>> such
>> list".  In other words, as I would expect to see it in the "Sent" items.
>
> Yeah, this has been recently discussed on the -dev list.

I skimmed there but didn't see anything.  I will take a harder look now.

>> BTW - Should any odd things like this be posted to the SM-Devel list
>> instead?
>
> Anything about 1.5 probably should be, since it's the development version.
>

Time to join the -Devel list then.  Thanks.

PS - Of course it didn't do it on the original message, I assume because
I'm not using my "Main" identity for this list.

-- 
William Hooper


---
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] how to limit access

2003-09-15 Thread p dont think
> Use the ip_users plugin. You can specify who may log in from which ip.

Even easier is the Lockout plugin, where all you need is a list of
usernames, so it is not dependent on IP address.

http://squirrelmail.org/plugin_view.php?id=200

Although why disallow their access, what does it matter... SM is such a
superior MUA!  ;-)

> > I have set up squirrelmail on debian. On the system, I have three
> > users(user1, user2, user3). user1 always use IMAP from MUA and SM
> > but
> > user2 and user3 only from MUA, that is user2 and user3 don't use SM.
> >
> > Well, I want to limit access for SM so that user2 and user3 cannot
> > login
> > to SM because anybody might login to SM accidentally.
> > Do you have any idea?
> >
> > This is my environment:
> > - debian sarge
> > - Apache-SSL 1.3.27
> > - Courier-IMAP 1.5.1
> > - PHP 4.1.2
> > - SquirrelMail 1.4.0



---
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: Squirrelmail 1.4.1, PHP 4.3.3, IIS 5 SP4

2003-09-15 Thread p dont think
> Did anyone ever figure this out? I'm having the exact same problem
using the
> exact same software.

Did you try SM 1.4.2?


>  I don't even pretend to know what's up with IIS, but this may have
been
>  fixed in the most recent cvs code (since the next big PHP release
won't
>  like all those session_starts either).  Either upgrade to 1.4.2 cvs
or
>  turn your error_level down a notch (if the notice goes away, you
should
>  be able to use your email account).
> 
>   - Paul
> 
>  -Original Message-
>  From: [EMAIL PROTECTED]
>  [mailto:[EMAIL PROTECTED] On Behalf Of
>  Brian S. Bergin
>  Sent: Friday, August 29, 2003 12:03 PM
>  To: [EMAIL PROTECTED]
>  Subject: [SM-USERS] Squirrelmail 1.4.1, PHP 4.3.3, IIS 5 SP4
> 
>  Can anyone help me with a setup problem with the above versions?  Our
>  www server and IMAP server (Gordano 8.0) are behind a firewall so SM
has
>  been set to access it via it's private IP from the web server
(different
>  machines).  When we try to login we get:
> 
>  Notice: A session had already been started - ignoring session_start()
in
>  C:\Squirrelmail\src\redirect.php on line 40
> 
>  Warning: Cannot modify header information - headers already sent by
>  (output started at C:\Squirrelmail\src\redirect.php:40) in
>  C:\Squirrelmail\functions\i18n.php on line 1611
> 
>  Warning: Cannot modify header information - headers already sent by
>  (output started at C:\Squirrelmail\src\redirect.php:40) in
>  C:\Squirrelmail\src\redirect.php on line 58
> 
>  Warning: Cannot modify header information - headers already sent by
>  (output started at C:\Squirrelmail\src\redirect.php:40) in
>  C:\Squirrelmail\src\redirect.php on line 92
> 
>  Any ideas?  Oh, btw, after this happens, I have to restart the mail
>  services because the account is locked out as "busy".  Thanks...
> 
> 
> 
> ---
> 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: [qmail] RE: [SM-USERS] New Install

2003-09-15 Thread Chris Hilts
> If someone could please point me to quick directions on how to get the
> latest release from cvs I'd appreciate it.  I'm not familiar with cvs. I
> see in the archives there should be a tarball on cvs but how to get I
> don't see.

CVS snapshots, the latest release, and instructions to check out CVS
directly are all available at http://www.squirrelmail.org/download.php


-- 
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] New Install

2003-09-15 Thread p dont think
> > > I'm still struglling with the SM install.  Finally got rid of the
> > > default file being rejected.  Now when I can log in but I get no
> > > folders, instead I get this error.
> >
> > > ERROR : Could not complete request.
> > > Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date
> > > To Cc From Subject X-Priority Content-Type)])
> > > Reason Given: Error in IMAP command received by server
> >
> > Archives are your friend.  This has been fixed in CVS... about 3
> > months ago!

> I have been searching the archives for 2 days.
> 
> Now that I know it's in the archives I still can't find it.

Hopefully you're using gmane.org

> What needs to be relaced?

Upgrade to a SM 1.4.2 snapshot or wait a couple days for its official
release.

  -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] Cosmetic issue with folders display

2003-09-15 Thread Drew Gibson




Graeme wrote:

  
Hi,

I just set up Squirrelmail with Courier IMAP and I do not get the
"pretty" nested folder display I expected from the screenshots. Is there
a setting/fix/workaround?

Instead of expected...

- INBOX
   Sent
   Drafts
   Trash

I get...

INBOX
INBOX.Sent
INBOX.Drafts
INBOX.Trash

U-u-u-u-u-gg-lee-ee!

I have tried various config settings to no avail (eg.
show_prefix_option, default_sub_of_inbox default_folder_prefix). S/W
revs & settings below.

regards,

Drew


Software:-

RedHat 7.3
Squirrelmail 1.4.1 from RPMs for RH7.x
IMAP is Courier-MTA 0.42 (Courier IMAP 2.1.1 ?)
PHP 4.1.2  (old, Iknow. Is this the issue?)

Browsers - Mozilla 1.5b or Netscape 4.7, both on RH7.3, IE6 on M$NT4

config.php ...

global $version;
$config_version = '1.4.0';
$config_use_color = 1;

$org_name  = "mydomain.ca";
$org_logo  = SM_PATH . 'images/sm_logo.png';
$org_logo_width  = '308';
$org_logo_height = '111';
$org_title = "mydomain.ca - SquirrelMail $version";
$signout_page  = '';
$frame_top = '_top';

$provider_uri = 'http://mydomain.ca/';

$provider_name = 'mydomain.ca';

$motd = "";

$squirrelmail_default_language = 'en_US';

$domain = 'mydomain.ca';
$imapServerAddress  = 'localhost';
$imapPort   = 143;
$useSendmail= true;
$smtpServerAddress  = 'localhost';
$smtpPort   = 25;
$sendmail_path  = '/usr/sbin/sendmail';
$pop_before_smtp= false;
$imap_server_type   = 'courier';
$invert_time= false;
$optional_delimiter = '/';


  
  
The optional_delimiter should be '.' for courier

Regards
Graeme
--
http://www.promptpost.com
email swift and sure

  

Cool... it worked,

thanks, I missed that one,

regards,

Drew




RE: [SM-USERS] CVS 1.5 and My Own Mail

2003-09-15 Thread p dont think
> >> etc.) is showing up in the message list with the format "To: such
and
> >> such
> >> list".  In other words, as I would expect to see it in the "Sent"
items.
> >
> > Yeah, this has been recently discussed on the -dev list.
> 
> I skimmed there but didn't see anything.  I will take a harder look
now.

The thread is called "Refresh folder list link" (it started out as
something else).  The most recent post is at:

http://article.gmane.org/gmane.mail.squirrelmail.devel/3265

> >> BTW - Should any odd things like this be posted to the SM-Devel
list
> >> instead?
> >
> > Anything about 1.5 probably should be, since it's the development
version.
> >
> 
> Time to join the -Devel list then.  Thanks.
> 
> PS - Of course it didn't do it on the original message, I assume
because
> I'm not using my "Main" identity for this list.

huh?



---
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] 8 Mo limit (infinite loop ?)

2003-09-15 Thread Olivier Parisy
> some folks have had to up the limit even higher than that check the
> archives for examples

So I went up to 50Mo, and increased the execution time limit too
(I hitted it) ; I still get the same error :

Fatal error: Allowed memory size of 52428800 bytes exhausted at (null):0
(tried to allocate 4097 bytes) in
/usr/share/squirrelmail/functions/imap_general.php on line 85

Note that there is only a handful of messages in this mailbox, which
I'm using for testing purpose... Any ideas ? Doesn't it look like some
kind of infinite loop to you ?

Olivier.





---
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] CVS 1.5 and My Own Mail

2003-09-15 Thread William Hooper

p dont think said:
> The thread is called "Refresh folder list link" (it started out as
> something else).  The most recent post is at:
>
> http://article.gmane.org/gmane.mail.squirrelmail.devel/3265

Thank you, I will check that out.

[snip]
>> PS - Of course it didn't do it on the original message, I assume
> because
>> I'm not using my "Main" identity for this list.
>
> huh?

I should have said "Default identity".  I have multiple identities
w/multiple e-mail addresses setup in the options.

-- 
William Hooper


---
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] how to limit access

2003-09-15 Thread Susumu Takuwa
> On Mon, 15 Sep 2003 13:09:39 -0700
p dont think writes:

pdt> Even easier is the Lockout plugin, where all you need is a list of
pdt> usernames, so it is not dependent on IP address.

I have gotten my wish by Lockout plugin, thank you so much.

Summary on debian sarge:
How to disable access of user2 and user3 on the system.
0. Get compatibility-1.2.tar.gz and lockout-1.1-1.2.tar.gz
1. # tar zxf compatibility-1.2.tar.gz -C /usr/share/squirrelmail/plugins
2. # tar zxf lockout-1.1-1.2.tar.gz -C /usr/share/squirrelmail/plugins
3. # cd /usr/share/squirrelmail/plugins/lockout/data
4. # cp lockout_table.dat.sample lockout_table.dat
5. Edit lockout_table.dat like this,
user:user2   locked_out.php
user:user3   locked_out.php
6. Run /etc/squirrelmail/conf.pl then, 
   Choose option 8 and add 'compatibility' and 'lockout'.

By the way, there is a bug in document of Lockout plugin.
---
lockout/INSTALL:

2) Change into the lockout/data directory, copy
   lockout_table.php.sample to lockout_table.php and
   edit lockout_table.php to build the list of users
   and domains to lock out.

  $ cd lockout/data
  $ cp lockout_table.php.sample lockout_table.php
  $ vi lockout_table.php
---
The file name including list of users and domains is not 'lockout_table.php'
but 'lockout_table.dat'. Where should I send that to ?


Susumu Takuwa




---
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] test posting

2003-09-15 Thread sm
I've been having problem posting my question. Hopefully I will recieve
this message in the list. I am recieving some messages from the list.
However, I am not able to post. I can't remember if there is a post
confirmation or not. If there is, I'm not recieving it.

-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] how to limit access

2003-09-15 Thread p dont think
> pdt> Even easier is the Lockout plugin, where all you need is a list
of
> pdt> usernames, so it is not dependent on IP address.
> 
> I have gotten my wish by Lockout plugin, thank you so much.

You're welcome.  ;>

> Summary on debian sarge:
> How to disable access of user2 and user3 on the system.
> 0. Get compatibility-1.2.tar.gz and lockout-1.1-1.2.tar.gz
> 1. # tar zxf compatibility-1.2.tar.gz -C
/usr/share/squirrelmail/plugins
> 2. # tar zxf lockout-1.1-1.2.tar.gz -C /usr/share/squirrelmail/plugins
> 3. # cd /usr/share/squirrelmail/plugins/lockout/data
> 4. # cp lockout_table.dat.sample lockout_table.dat
> 5. Edit lockout_table.dat like this,
> user:user2   locked_out.php
> user:user3   locked_out.php
> 6. Run /etc/squirrelmail/conf.pl then,
>Choose option 8 and add 'compatibility' and 'lockout'.

Very nice.  Thanks.  Those who actually scour the archives will
appreciate your efforts.

> By the way, there is a bug in document of Lockout plugin.
> ---
> lockout/INSTALL:
> 
> 2) Change into the lockout/data directory, copy
>lockout_table.php.sample to lockout_table.php and
>edit lockout_table.php to build the list of users
>and domains to lock out.
> 
>   $ cd lockout/data
>   $ cp lockout_table.php.sample lockout_table.php
>   $ vi lockout_table.php
> ---
> The file name including list of users and domains is not
'lockout_table.php'
> but 'lockout_table.dat'. Where should I send that to ?

To me.  Thanks.  I will update this in the next release.

Cheers,

  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] Domain Restriction

2003-09-15 Thread kalpesh thakkar
>> >> I am using RedHat 7.2 , SM 1.4 , Sendmail and uw-imap server in
> single
>> > box
>> >> and working fine.
>> >>
>> >> We have only single domain say abc.com. Now i want to restrict some
>> > users
>> >> so that they can send mails to users of our local doamin abc.com
> only
>> > and
>> >> they should not be able to send mails to outside.
>> >>
>> >> this could not be a SM question but can anybody know that how to do
>> > this ?
>> >
>> > Just wondering if you got this all sorted out.  Let me know if you
> need
>> > any help.
>> >
>> my problem is steel there, i am not able to do it. I went through
> google
>> and people are saying that write down your own " Sendmail Rule " and
> for
>> me it seems to be very very difficult because of its cryptographic
>> language...
>>
>> help me if u can
>
> I don't have the time helping with sendmail configuration, which, as I
> and others have said, is how you should accomplish this task.  If you
> don't know how to configure sendmail, you should get someone who does to
> work with or try installing a better MTA (postfix, qmail, etc).
>
> That said, I can offer to write something of a "hack" for this problem,
> which would be a SquirrelMail plugin that blocks mail from a given list
> of senders from going outside your domain.  The reason this is a "hack"
> is because there is nothing stopping your users from using a different
> mail client to send mail without this SquirrelMail-only restriction.
> That's why getting sendmail or another MTA configured correctly is the
> way to go.
>
>   - Paul

Dear Mr.Paul,
thank u for showing intrest in my problem.
Immedialtely i can not switch to other MTA like Postfix,Qmail because i am
new to this and i am also not sure that with the help of it i can solve my
problem. Your Plugin suggestion can be useful to me as we are using ONLY
SM as a mail client..and if required i can apply restriction with the help
of ipchains.

Thanks and with warm regards

kalpesh thakkar


---
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] SM 1.211on Windows box - weird messages after adding attachments

2003-09-15 Thread listmail
Hi all,

We have just changed server boxes, from Win2kPro to Win2k server.
All the paths remained the same, still running IIS 5.0.
I didn't reinstall Squirrelmail, simply copied the existing
install of SM over. SMail seems to run fine, calendar works, can send and
receive emails with attachments etc etc

However, there is one glitch. Now I am getting error/warning messages
whenever I insert an attachment to an email. The incoming and outgoing
messages have the attachments intact. It's just the error/warning messages
are causing the end users concern. A sample of the error message is at the
base of this email.

FYI our folder setup is
f:\website - location of our website
f:\website\webmail - location of Squirrelmail
f:\website\data - seems to be holding the attachments
f:\website\webmail\data - end users Squirelmail preference files
are stored here

config.php has 2 entries. I copied and pasted the entries below.
please note that one entry has ' and the other uses " Why ? I
dunno 

$data_dir = '../data/';
$attachment_dir   = "../data/";

Any ideas as to why these messages appear, what they mean and how
to make them go away ?

Regards
Gregor

Warning: filesize(): Stat failed for
../data/6vhX5txYTte0RYklUrFPN0EqU48k0o21 (errno=2 - No such file
or directory) in F:\website\webmail\src\compose.php on line 822






---
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] New Install

2003-09-15 Thread Eric Prigge
Hi,

I completed a new install of SM and everything seems to be working nicely
except I'm getting a PHP error:

'Fatal error: Call to a member function on a non-object in
/home/httpd/sites/webmail/www/squirrelmail/functions/mime.php on line 453'

This error appears above the message window when reading HTML emails.  It
does not appear all of the time.  Often I will view an email with no error,
click on the "view unsafe images" link and the fatal error appears with the
message in text-only.  Or sometimes repeated viewings will bring the error.
Sometimes, it will appear when i first view a message.  It's puzzling...
After the error appears, it will always appear when viewing the message, if
I log out of SM and back in again, error gone...

I am using SM 1.4.1, downloaded from the squirrelmail.org site.  I am using
mysql for address book and user preferences.

I have the following plugins installed (although this problem was occurring
before I selected any of these):

1. view_as_html
2. message_details
3. squirrelspell

I'm running apache 1.3.19 with PHP 4.0.6.

Please let me know if I left out any information that would help to diagnose
this problem.

Thank you,
Eric Prigge



---
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] Domain Restriction

2003-09-15 Thread p dont think
> >> >> I am using RedHat 7.2 , SM 1.4 , Sendmail and uw-imap server in
> > single
> >> > box
> >> >> and working fine.
> >> >>
> >> >> We have only single domain say abc.com. Now i want to restrict
some
> >> > users
> >> >> so that they can send mails to users of our local doamin abc.com
> > only
> >> > and
> >> >> they should not be able to send mails to outside.
> >> >>
> >> >> this could not be a SM question but can anybody know that how to
do
> >> > this ?
> >> >
> >> > Just wondering if you got this all sorted out.  Let me know if
you
> > need
> >> > any help.
> >> >
> >> my problem is steel there, i am not able to do it. I went through
> > google
> >> and people are saying that write down your own " Sendmail Rule "
and
> > for
> >> me it seems to be very very difficult because of its cryptographic
> >> language...
> >>
> >> help me if u can
> >
> > I don't have the time helping with sendmail configuration, which, as
I
> > and others have said, is how you should accomplish this task.  If
you
> > don't know how to configure sendmail, you should get someone who
does to
> > work with or try installing a better MTA (postfix, qmail, etc).
> >
> > That said, I can offer to write something of a "hack" for this
problem,
> > which would be a SquirrelMail plugin that blocks mail from a given
list
> > of senders from going outside your domain.  The reason this is a
"hack"
> > is because there is nothing stopping your users from using a
different
> > mail client to send mail without this SquirrelMail-only restriction.
> > That's why getting sendmail or another MTA configured correctly is
the
> > way to go.
> >
> >   - Paul
> 
> Dear Mr.Paul,

just "paul" is fine.   ;>

> thank u for showing intrest in my problem.
> Immedialtely i can not switch to other MTA like Postfix,Qmail because
i am
> new to this and i am also not sure that with the help of it i can
solve my
> problem

It is probably easier to solve your problem with a MTA *other than*
sendmail.  However, I recognize that it is a chore to install any MTA
(although no matter which MTA you are using, you should feel fairly
familiar with it).

> Your Plugin suggestion can be useful to me as we are using ONLY
> SM as a mail client..and if required i can apply restriction with the
help
> of ipchains.

Not sure what ipchains has to do with it; but if you only offer webmail
via SquirrelMail (and users don't have access to the command line (where
they might use pine, mail, etc) or services such as IMAP/POP3, then I
suppose a plugin like this would be enough.

I'll look into it and get back to you.

  - 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