Re: [SM-USERS] SquirrelMail + SSL + Courier-Imap

2004-11-20 Thread Vincent Blondel
On Sat, 2004-11-20 at 09:06, Vincent Blondel wrote:
> On Fri, 2004-11-19 at 21:55, Vincent Blondel wrote:
> > On Fri, 2004-11-19 at 20:17, Flatfender wrote:
> > > On Fri, 19 Nov 2004 18:55:33 +0100, Vincent Blondel
> > > <[EMAIL PROTECTED]> wrote:
> > > > Hello,
> > > > 
> > > > Sorry for my question but I am a completely new user with SquirrelMail.
> > > > Today I have to setup a webmail infrastructure for our website.
> > > > 
> > > > I already have an Imap server with Courier-Imap that runs perfectly with
> > > > non encrypted port 143 and OpenSSL 993 encrypted port (client
> > > > evolution). We also have an smtp server and I am now trying to configure
> > > > SquirrelMail but it seems I have some troubles with it.
> > > > 
> > > > Please find below my config :
> > > > 
> > > > $imapPort   = 993;
> > > > $imap_server_type   = 'courier';
> > > > $imap_auth_mech = 'login';
> > > > $use_imap_tls = true;
> > > > 
> > > > and this is the error message I receive when I try to log on
> > > > SquirrelMail.
> > > > 
> > > > Warning: fsockopen(): no SSL support in this build in
> > > > /home/httpd/.../functions/imap_general.php on line 445
> > > > Warning: fsockopen(): unable to connect to sbegfxab:993 in
> > > > /home/httpd/.../functions/imap_general.php on line 445
> > > > 
> > > > I am searching the net about this problem but I didn't find anything. It
> > > > seems this feature is well supported by my version (1.4.3a) but it
> > > > doesn't run at the moment.
> > > > 
> > > > Can you help me ???
> > > > 
> > > > Regards
> > > > Vincent
> > > 
> > > What OS are you using?  Certain Os's such as FreeBSD have changed the
> > > way that PHP is built so that the SSL libraries are dynamically linked
> > > instead of statically linked.  Rebuilding PHP with SSL statically
> > > linked fixed this problem for me.
> > > 
> > > Matt Pusateri
> > 
> > FreeBSD 4.10 / PHP 4.3.9 / Apache 1.3.33 / SquirrelMail 1.4.3a
> > 
> > Ok, you are all right. Looking up on bsd google, I finally found a mail
> > that explain what you are saying (
> > http://lists.freebsd.org/pipermail/freebsd-ports/2004-July/014686.html).
> > Just a remark, when you look at the link phpInfo, you will see this
> > person has compiled php with OpenSSL linked statically and dynamically
> > and it runs ...
> > 
> > So I recompiled php with these recommendations and now when I try to
> > start http, I get a segmentation fault and I find this in my log file
> > ...
> > 
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_pkey_free in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_pkey_new in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_pkey_export in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_pkey_export_to_file in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_pkey_get_private in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_pkey_get_public in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_free_key in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_get_privatekey in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_get_publickey in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_read in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_free in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_parse in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_checkpurpose in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_check_private_key in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_export in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_x509_export_to_file in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_csr_new in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_csr_export in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_csr_export_to_file in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_csr_sign in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_sign in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate name -
> > openssl_verify in Unknown on line 0
> > PHP Warning:  Function registration failed - duplicate n

Re: [SM-USERS] wood_theme.php

2004-11-20 Thread Tony Earnshaw
tir, 16.11.2004 kl. 22.30 skrev Pavel Spatny:

[...]

>   * wood_theme.php
>   *Name:   Wood
>   *Author: Pavel Spatny
>   *Date:   2004/11/16

My own choice for me :) Was Dompie

Best,

--Tonnie

-- 
The bottom line is, that after setting the cart among the pigeons, at the
end of the day I can see the carrot at the end of the tunnel

mail: [EMAIL PROTECTED]
http://www.billy.demon.nl
 
They love us, don't they, They feed us, won't they ...



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Attachment size OSX

2004-11-20 Thread Jonathan Angliss
Hello Jeff,
On Saturday, November 20, 2004, Jeff Nelson wrote...

> Hello all,

> I am wonder if anyone knows how to change the attachment size for
> osx/squirrelmail. I have looked for along time now and checked all the
> docs i can. I am at wits end and due to i do not have a php.ini I am
> unable to increase the size limitation.

Then find a copy of one, there should be a -dist version or a
-recommended version somewhere on your system. You should be able to
copy that into the configuration directory for PHP, and rename to
php.ini and update accordingly.

To find out what directory you need to put the configuration file in,
create a file, call it temp.php for example, in the file, put:

  

Save the file, and view using your web browser, for example:

  http://myhost/temp.php

There should be a line in there that will list the directory the
configuration file will be located in.

-- 
Jonathan Angliss
([EMAIL PROTECTED])

Posting Hints: 
http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Not seeing IMAP folders, messages with Fedora Core 3 upgrade

2004-11-20 Thread Jeff Pazahanick
I have the same situation running dovecot with the 'other' server setting.
William Hooper wrote:
Jeff Pazahanick said:
 

After upgrading to Fedora Core 3, my squirrelmail installation is now
having a problem.
   

[snip]
 

Here are the new packages Fedora would have updated, relevant to SM.
uw-imap-2002d-3 php-4.3.9-3 apache httpd-2.0.52-3.1
   

Are you sure you are still running uw-imap?  It doesn't come with FC3 and
may have been changed to dovecot when you upgraded.
 


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] clock

2004-11-20 Thread Amanda Evans



The clock on my webmail page says 
10:51 am, it is 9:46... could you pleas look into 
this??


Re: [SM-USERS] qmailadmin plugin

2004-11-20 Thread Troy Richard
That plugin is great.  Is there anyway to get the sm tool bar added to the
top of the main screen.

Thanks for you help
Troy


>> Does anyone know if there is a plugin that allows you to go directly
>> into
>> qmailadmin without having to login again.
>
> See attached.
>
> md5sum qmailadmin_login-1.0pre1-1.4.3.tar.gz
> 61bb94cb7cd7ce5abd940d87523ec826  qmailadmin_login-1.0pre1-1.4.3.tar.gz
>
> Minimal requirement - SquirrelMail 1.4.3. Any older versions need
> functions/forms.php.
> Configuration defaults to /cgi-bin/qmailadmin.
> If you allow vpopmail user logins without domain, squirrelmail default
> domain should be same as vpopmail default domain.
>
> If users change their passwords, they will have to relogin into
> squirrelmail.
>
> --
> Tomas




---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users