Hello all...
In the mean time I've gotten SM to run on SuSE 9.0
Just in case anyone is interested, here is an excerpt of my installation
document showing how to get SM running on SuSE9.0:

        
Install Squirrelmail software
Yast->Software->Install and remove Software

      * Search: Squir click <Search>, Select squirrel mail and squirrel
        mail-plugins
        
      * Search: php Click <Search>, select apache2mod_php4
        
      * Click <Accept>
        
        

Install the Imap Server.
      * Yast->Network Services->Network Services (inetd)
        
      * Select imaps, click <Toggle Status (on or Off)>
        
      * Click <Continue> to install imap server
        
      * Select imaps, click <Toggle Status (on or Off)>
        
      * Click <Okay>
        
      * Click <Finish>
        
        

Allow php in Appache!
      * Yast->Network Serivecs->HTTP server
        
      * In “Advanced” drop down select “Server Modules”
        
      * Select “php4”, Click <Toggle Status>
        
      * Click <OK>
        
      * Click <Finished>
        
        

Configure Squirrel mail
In a root Shell:

      * cd /srv/www/htdocs/squirrelmail/config
        
      * mv config.php config.php.old
        
      * ./conf.pl
        
              * 1 Organizational Preferences
                
                      * 1 Organizational Name: Westrick GmbH
                        
                      * R Return to mail menu
                
              * 2 Server Settings
                
                      * 1 Domain: server.westrick.local
                        
                      * 3 Sendmail or SMTP: 1 (sendmail)
                        
                      * A Update IMAP Settings
                        
                      * 5 IMAP port: 993        <------- via TLS
                        
                      * 7 Secure IMAP (TLS): y
                        
              * R Return to main Menu
                
              * S Save data
                
              * Q Quit
                
                
        
Create SSL certificate
In a root Shell:

      * cd /etc/ssl/certs
        
      * openssl req -new -x509 -nodes -out imapd.pem -keyout imapd.pem
        
      * Country Name: CH
        
      * State or Province: Baselland
        
      * Locality Name: Binningen
        
      * Organization Name: Westrick GmbH
        
      * Organizational Unit:
        
      * Common Name: localhost     <------------ This is important!
        
      * Email address:
        
        
        

Testing Squirrelmail
In a browser enter address http://localhost/squirrelmail



Hoping this helps someone....


Jerry

On Thu, 2003-12-11 at 01:20, Jerry Westrick wrote:
> Dear Squirrelmailers:
> 
> I've tried to get your software to work on a newly installed SuSE 9.0
> server.
> 
> I first tried with standard SuSE rpm, via Yast2, I usually get very good
> results with this.
> 
> But, alas, the Squirrelmail installation don't work.
> 
> What works:
> IMAP (uw with TLS, tested with kmail)
> 
> Apache2 with mod_php, (I guess it's working, since I get your login
> screen).
> 
> 
> Now for what don't work:
> When I try to logon, I get the following error:
> 
> 
> fsockopen(): SSL operation failed with code 1. OpenSSL Error 
> messages: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
> number 
> in /srv/www/htdocs/squirrelmail/functions/imap_general.php on line 454 
> 
> Warning: fsockopen(): php_stream_sock_ssl_activate_with_method: SSL 
> handshake/connection failed in 
> /srv/www/htdocs/squirrelmail/functions/imap_general.php on line 454 
> 
> Warning: fsockopen(): failed to activate SSL mode 2 in 
> /srv/www/htdocs/squirrelmail/functions/imap_general.php on line 454
> 
> 
> 
> Anyone know which component is FUBAR?
> 
> Jerry
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> --
> 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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
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

Reply via email to