Re: [SM-USERS] [SM-PLUGINS] changepass-mysql

2004-01-09 Thread p dont think
> CREATE DATABASE `mail`; > CREATE TABLE `accountuser` ( > `username` varchar(255) binary NOT NULL default '', > `password` varchar(30) binary NOT NULL default '', > `prefix` varchar(50) NOT NULL default '', > `domain_name` varchar(255) NOT NULL default '', >

Re: [SM-USERS] Attachments

2004-01-09 Thread Jonathan Angliss
Hello Sergio, On Friday, January 09, 2004, Sergio R. Morales wrote... > Hello everyone, I am getting an error one I forward an attachment larger than 1.0 > Meg. > 1.  I get Attachement contains no data > 2.  zero sized replay (according to squid) > 3.  I get a blank html page. > It's

[SM-USERS] Attachments

2004-01-09 Thread Sergio R. Morales
Title: Attachments Hello everyone, I am getting an error one I forward an attachment larger than 1.0 Meg. 1.  I get Attachement contains no data 2.  zero sized replay (according to squid) 3.  I get a blank html page. It's occurs a lot on word documents….. I'm running 1.4.2 o

Re: [SM-USERS] [SM-PLUGINS] changepass-mysql

2004-01-09 Thread Robert Bovens
Thanx for your fast help. > > Hi, just started with squirrelmail, and i have to say, its a simple and a > > good looking application. > > Always nice to hear that. > > > I have setup postfix and cyrus according the next howto > > http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/index

Re: [SM-USERS] Re: [SM-USERS][SM-PLUGINS] Stuck on mail fwd and vacation

2004-01-09 Thread Tomas Kuliavas
Three words. :) Pluggable Authentication Modules (PAM) Theory says that it can authenticate to anything. Practice says that you will need write own functions or try to integrate ftp server and gdbm/db database. Maybe pureftpd provides some information about it. > Anyone has any idea on this? > >

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-09 Thread Chris Hilts
> I have SM set up with the 'Secure Login' plugin and would like to extend > the use of SSL for all of SM, so that any directory under > 'http://mydomain.com/email' is forced to https. Why don't you just configure the secure login plugin to not drop back to plain http after login? I use that plug

[SM-USERS] Protecting all SM traffic with SSL

2004-01-09 Thread Carolyn Longfoot
Hello fellow Squirrels, I have SM set up with the 'Secure Login' plugin and would like to extend the use of SSL for all of SM, so that any directory under 'http://mydomain.com/email' is forced to https. Now technically this is probably not a SM question because from what I can tell it's an Apa

[SM-USERS] Re: [SM-USERS][SM-PLUGINS] Stuck on mail fwd and vacation

2004-01-09 Thread Vincent Carter
Anyone has any idea on this? - Original Message - From: Vincent Carter To: [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 1:28 PM Subject: [SM-USERS] Stuck on squirrelmail pluggins - mail fwd and vacation I facing some problems during configuring

Re: [SM-USERS] [SM-PLUGINS] changepass-mysql

2004-01-09 Thread p dont think
> Hi, just started with squirrelmail, and i have to say, its a simple and a > good looking application. Always nice to hear that. > I have setup postfix and cyrus according the next howto > http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/index.html > > Its a virtual-user setup with

[SM-USERS] [SM-PLUGINS] changepass-mysql

2004-01-09 Thread Robert Bovens
Hi, just started with squirrelmail, and i have to say, its a simple and a good looking application.   I have setup postfix and cyrus according the next howto http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/index.html   Its a virtual-user setup with users and passwords in Mysql.