RE: [SM-USERS] change_mysqlpass issue

2002-11-13 Thread [EMAIL PROTECTED]
> Here is what I hope will work for you. You'll want to take a close look > at the config.php.sample file, especially the section entitled "Multiple > database field setup". Make sure to set $split_username_query = 1 and > $split_username_domain_field = 'pw_domain'; > > Let me know if it works! >

[SM-USERS] install show_user_and_ip & squireelmail

2002-11-13 Thread agus rachmat
dear friends, I was install squirrelmail and I was download show_user_and_ip-2.2.tar.gz how to install (show_user_and_ip-2.2.tar.gz) this packet to work with squirrelmail ? regards f.x. agus r. sorry, my english is not good _

RE: [SM-USERS] change_mysqlpass issue

2002-11-13 Thread p dont think
Here is what I hope will work for you. You'll want to take a close look at the config.php.sample file, especially the section entitled "Multiple database field setup". Make sure to set $split_username_query = 1 and $split_username_domain_field = 'pw_domain'; Let me know if it works! Cheers,

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread pdontthink
> Because of this alias, http://192.168.1.8/webmail/ or > https://192.168.1.8/webmail/ will bring up the login page. I'm > working on getting this to be ONLY accessable by https, but have not > done that yet. On my RH7.3 machine, I put squirel mail in the ssl > document tree so that was the on

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Harold Hallikainen
Here are a few comments on SSL on RH8.0. In the version of Apache shipped with RH8.0, the SSL configuration got moved to its own file : /etc/httpd/conf.d/ssl.conf . The root of the SSL directory tree is defined in there with a statement like: ## ## SSL Virtual Host Context ## # # Gene

RE: [SM-USERS] change_mysqlpass issue

2002-11-13 Thread [EMAIL PROTECTED]
Thank you so much I really appreciate you support akin:) > Ahhh, OK, now I see what is happening. Your IMAP server is taking the > login name of "[EMAIL PROTECTED]" and when it goes to authorize this user, > it does a join between the pw_name and pw_domain fields to construct the > same login str

RE: [SM-USERS] change_mysqlpass issue

2002-11-13 Thread pdontthink
Ahhh, OK, now I see what is happening. Your IMAP server is taking the login name of "[EMAIL PROTECTED]" and when it goes to authorize this user, it does a join between the pw_name and pw_domain fields to construct the same login string. The changemysql_pass plugin expects the username to be in ON

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Galen Johnson
Jody Cleveland wrote: Hello, You enable SSL in your webserver; add the SM includes to it (I'm using Apache as a sample here). Now, when you access the SM webpage, you do so using "https", not "http". That's the part I'm confused on. What do I do to get that page to use ssl? You men

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Jonathan Angliss
Hello Jody, On Wednesday, November 13, 2002, Jody Cleveland wrote... > Hello, >> You enable SSL in your webserver; add the SM includes to it (I'm >> using Apache as a sample here). Now, when you access the SM >> webpage, you do so using "https", not "http". > That's the part I'm confused on. Wha

RE: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Jody Cleveland
Hello, > You enable SSL in your webserver; add the SM includes to it (I'm using > Apache as a sample here). Now, when you access the SM > webpage, you do so > using "https", not "http". That's the part I'm confused on. What do I do to get that page to use ssl? > You mention no specs of your sys

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Michael Leone
Jody Cleveland said: > Hello, > > I feel so lost. I've got a redhat 8 box running squirrelmail. What I > want now, is to have the login.php file to be encrypted. I've read up on > it, and was able to create a SSL key, and certificate. Now, I want to > apply it to the page, which is where I get con

RE: [SM-USERS] Login / virtusertable

2002-11-13 Thread Phil Iovino
You're thinking slightly backwards, it's the other way around. In this example: [EMAIL PROTECTED] john [EMAIL PROTECTED]joe [EMAIL PROTECTED] john2 [EMAIL PROTECTED] john2 The user wouldn't log in as john (but can?), he would login as [EMAIL PROTECTED] T

Re: [SM-USERS] Login / virtusertable

2002-11-13 Thread Alex @ Avantel
I'm not sure it's that simple. If you use the example that provided in the original request; user logs in as john , what would you like squrrelmail to do? The login would have to become [EMAIL PROTECTED] to permit SM to distinguish between the two choices. ALso, virtusertable can point to [E

[SM-USERS] SSL with just login.php page

2002-11-13 Thread Jody Cleveland
Hello, I feel so lost. I've got a redhat 8 box running squirrelmail. What I want now, is to have the login.php file to be encrypted. I've read up on it, and was able to create a SSL key, and certificate. Now, I want to apply it to the page, which is where I get confused. What do I do at this point

RE: [SM-USERS] Login / virtusertable

2002-11-13 Thread Phil Iovino
Cool. Attached is a sample virtusertable and aliases file. I overlooked the aliases file but aliases won't work for this because if, for example, someone tries to login as [EMAIL PROTECTED], there's no way to determine which account is logging in. It's aliased to 3 accounts. They would just get a l

RE: [SM-USERS] Login / virtusertable

2002-11-13 Thread p dont think
I might be able to take a quick stab at it if you can give me a sample of such a file (I don't use Sendmail). > -Original Message- > From: Phil Iovino [mailto:phil@;nxtek.net] > Sent: Wednesday, November 13, 2002 6:40 AM > To: 'p dont think'; [EMAIL PROTECTED] > Subject: RE: [SM-USERS] Log

Re: [SM-USERS] Toggle X Select Messages

2002-11-13 Thread Nicholas Anderson
hi guys ... i was working with my brother when we found the file where this rule of "toggle all" was written ... he knows much more about programming than me, and he has changed the javascript, to not change the values, just put "true" in all boxes ... if somebody wants, i can talk to him to a

Re: [SM-USERS] Moving Users to new Server

2002-11-13 Thread Scott Clark
I shall let you all know tomorrow. I am doing the migration tonight. My migration will be a 7.3 yo 8.0 RedHat machine. Phil Iovino wrote: Please let me know if this gets answered, I need to do the same thing. I'd like to move mail and users from a RedHat 7.1 box to an 8.0 box. -Original Me

Re: [SM-USERS] IMAP server problems

2002-11-13 Thread Jonathan Angliss
Hello Ven, On Wednesday, November 13, 2002, Ven wrote... > I don't know what I have done to foobar my install but I cannot connect > to my IMAP server. I receive the '111 : Connection refused". I am > running a RH 73 install and have read and read on how to set up basic > pop3 accounts but no m

[SM-USERS] Moving Users to new Server

2002-11-13 Thread Scott Clark
I have built and new server and wish to move my current users from the old server to the new. I am running RedHat 7.3 with Exim for SMTP and UW-IMAP for IMAP. I know I can move the directory that SM is running in and it will work (I have done this before). My question is. How can I get my u

[SM-USERS] IMAP server problems

2002-11-13 Thread Ven
I don't know what I have done to foobar my install but I cannot connect to my IMAP server. I receive the '111 : Connection refused". I am running a RH 73 install and have read and read on how to set up basic pop3 accounts but no matter what I try nothing will work. Is there a good how-to that a

RE: [SM-USERS] Login / virtusertable

2002-11-13 Thread Phil Iovino
Anyone up for writing a plugin? I would think it'd be pretty simple. It would consist of taking the value of the login field, finding the value in a text file (/etc/mail/virtusertable), and using the login just after it. I'm really surprised there's not a plugin for that already. Lots still use Sen

[SM-USERS] Problems with accents in spanish

2002-11-13 Thread jesus
Hello. I have a squirrelmail 1.2.6 with spanish translation. I set my name as "Jesús Torres" with a spanish accent on the "u". If I send a mail or view my personal information, it say my name is "Jes\372s Torres" What is \372? How do I quit it from my name? Thank you. --