Re: [qmailtoaster] Password length vpopmail

2022-01-09 Thread steve
I just did a little more testing with my installation. (It's easy to make mistakes with long passwords.) I just found that I could use a full 40 characters for a password, which is the size I set for the character field in mysql. This works for dovecot and for smtp authentication, without code ch

Re: [qmailtoaster] Password length vpopmail

2022-01-09 Thread steve
PS: Perhaps this has something to do with the hashed version of the password being a static size? As long as the incoming string isn't truncated, or is truncated consistently, the hash is what it is? January 9, 2022 12:45 PM, "Eric Broch" wrote: > And, does vpopmail or qmail code have to be up

Re: [qmailtoaster] Password length vpopmail

2022-01-09 Thread steve
No, I didn't have to do anything else... but again, I'm not using the vpopmail tools to maintain the account. Steve January 9, 2022 12:45 PM, "Eric Broch" wrote: > And, does vpopmail or qmail code have to be updated? > > On 1/9/2022 10:36 AM, st...@keptprivate.com wrote: > >> I updated the m

Re: [qmailtoaster] Password length vpopmail

2022-01-09 Thread Remo
Can you share the steps? > Il giorno 9 gen 2022, alle ore 09:45, Eric Broch ha > scritto: > > And, does vpopmail or qmail code have to be updated? > >> On 1/9/2022 10:36 AM, st...@keptprivate.com wrote: >> I updated the mysql table to a larger field and I've been able to get away >> with 30

Re: [qmailtoaster] Password length vpopmail

2022-01-09 Thread Eric Broch
And, does vpopmail or qmail code have to be updated? On 1/9/2022 10:36 AM, st...@keptprivate.com wrote: I updated the mysql table to a larger field and I've been able to get away with 30 characters for passwords. Dovecot certainly doesn't mind and neither does smtp authentication. I do have my

Re: [qmailtoaster] Password length vpopmail

2022-01-09 Thread steve
I updated the mysql table to a larger field and I've been able to get away with 30 characters for passwords. Dovecot certainly doesn't mind and neither does smtp authentication. I do have my own code for maintaining the password in the DB (written in php). Steve January 8, 2022 10:04 PM, "Eric

Re: [qmailtoaster] Password length vpopmail

2022-01-08 Thread Eric Broch
I'll have to go into the code but will look into it. On 1/8/2022 7:03 PM, Remo Mattei wrote: Yea I saw that. Since I was trying to use a passphrase it was longer than that, and we do support spaces it would be nice to make it like 32 :) Remo On Jan 8, 2022, at 18:02, Eric Broch wrote: I th

Re: [qmailtoaster] Password length vpopmail

2022-01-08 Thread Remo Mattei
Yea I saw that. Since I was trying to use a passphrase it was longer than that, and we do support spaces it would be nice to make it like 32 :) Remo > On Jan 8, 2022, at 18:02, Eric Broch wrote: > > I think 15 or 16 characters is the limit otherwise software and database > update is in ord

Re: [qmailtoaster] Password length vpopmail

2022-01-08 Thread Eric Broch
I think 15 or 16 characters is the limit otherwise software and database update is in order. On 1/8/2022 6:53 PM, Remo Mattei wrote: Hello guys, Do we have an option to set longer passwords? Thanks, Remo - To unsubscribe, e-m

[qmailtoaster] Password length vpopmail

2022-01-08 Thread Remo Mattei
Hello guys, Do we have an option to set longer passwords? Thanks, Remo - To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

[qmailtoaster] Password changes do not have an effect

2021-01-25 Thread Dieter Febel
Hi list,  One more issue, seems like any password changes made via Qmailadmin or  vpasswd do not have any effect.  I see the clear text password entered in the db, but you can not login to squirrelmail or dovecot. I used the newest install instructions on  http://www.qmailtoaster.net/ for CentOS

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Eric Broch
Try this In toaster.conf add service imap-login { service_count = 0 #client_limit = $default_client_limit process_min_avail = 4 # number of CPU cores vsz_limit = 1G}service pop3-login { service_count = 0} and restart dovecot From: https://wiki2.dovecot.org/LoginProcess On Sat, Aug 31, 2019

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Tahnan Al Anas
Hi Eric, Thanks for replying, I think issue is related with dovecot process limit. Can you tell me which file I need to modify to increase dovecot process limit? normally it should be present in dovecot.con file. I am attaching my dovecot file with this mail. master: Warning: service(imap-login):

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Eric Broch
Tahnan, With stock qmail & dovecot I was able to login to squirrelmail with password 'X' logout, change password in qmailadmin to password 'Y', and login to squirrelmail with password 'Y' Then, to my preference, I changed /etc/dovecot/toaster.conf setting auth_mechanisms = plain login digest-md

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Tahnan Al Anas
Hi Eric, Additionally I am getting below error in log of dovecot process_limit (100) reached, client connections are being dropped -- -- Best Regards Muhammad Tahnan Al Anas On Sat, Aug 31, 2019 at 12:58 PM Tahnan Al Anas wrote: > Hi Eric, > > I tried below settings but still I am getting t

Re: [qmailtoaster] password modification issue

2019-08-30 Thread Tahnan Al Anas
Hi Eric, I tried below settings but still I am getting the same error as below *ERROR:* Bad request: IMAP server does not appear to support the authentication method selected. Please contact your system administrator. After restarting dovecot, issue solve one time then again I get same error mes

Re: [qmailtoaster] password modification issue

2019-07-17 Thread Remo Mattei
Here is mine auth_cache_size = 128M auth_cache_ttl = 1 min auth_cache_negative_ttl = 1 min > On Jul 17, 2019, at 12:27, Tahnan Al Anas wrote: > > Hi Eric, > > Can you suggest configuration which will not ask password after changing it? > Additionally I found some time some user using email

Re: [qmailtoaster] password modification issue

2019-07-17 Thread Tahnan Al Anas
Hi Eric, Can you suggest configuration which will not ask password after changing it? Additionally I found some time some user using email cleint software complain that password are promoting, after giving dovecot restart, issue get fixed every time. any idea what can be the issue? -- -- Best Re

Re: [qmailtoaster] password modification issue

2019-03-28 Thread Eric Broch
Yes! There is a a setting in Dovecot that keeps passwords cached Have a look here. I can adjust dovecot install to fit your needs: https://wiki.dovecot.org/Authentication/Caching On 3/27/2019 11:08 PM, Tahnan Al Anas wrote: I am trying to modify user password via qmailadmin, after changing pas

[qmailtoaster] password modification issue

2019-03-27 Thread Tahnan Al Anas
I am trying to modify user password via qmailadmin, after changing password, I can not log in webmail without restarting dovecot. May be dovecot is holding session of previous password. What should I check ? -- -- Best Regards Muhammad Tahnan Al Anas

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Gary Bowling
Perfect, that worked!! Thanks very much. Gary On 4/5/2018 11:01 AM, Jeff Koch wrote: For that section: The original code was this:  

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Jeff Koch
For that section: The original code was this:                   ##X092:     maxlength="128" size="32" value="##i7">         ##X110:     maxlength=128 size=16>         ##X091     maxlength=1

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Gary Bowling
Also, does the code below replace the old "password1" section? Which looked like this.       ##X110:       And I assume the password2 section remains the same, which looked like this.

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Gary Bowling
Thanks, I made the modifications and I get the note in qmailadmin and it lists whether my password is weak,strong,etc. However, it still allows me to put in a non-secure password and accepts it. How do I make it "fail" on a password that doesn't

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Jeff Koch
Sorry - I left out this piece of code - goes right before the code that says password2. It's been 10 years since we looked at this.       class="style1">##X110:       na

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Jeff Koch
Hi Gary: Only affects new passwords entered in mod_user.html. You'll need to add similar javascript.to 'add_user.html'. You can do the same in squirrelmail if you can find the correct place to slug in the javascript. The code analyzes text entered in the input field 'password' and grays out t

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Gary Bowling
Ah, answered one of my own questions. Squirrelmail calls qmailadmin, so it would change there as well. I don't believe it would do anything to existing users passwords, but just want to confirm before giving it a try. Thanks, Gary

Re: [qmailtoaster] password complexity and length

2018-04-05 Thread Gary Bowling
Thanks Jeff. Just to make sure, if I do that edit it doesn't affect any existing passwords? Only inputting any new passwords or changing any passwords? Also, I guess a user can still change their password via squirrelmail and bypass these rules?

Re: [qmailtoaster] password complexity and length

2018-04-04 Thread Jeff Koch
You can insert javascript password rules in the html code templates for qmailadmin. Here's a simple password strength javascript that goes in the top of mod_user.html function passwordStrength(password) {     var desc = new Array();     desc[0] = "Very Weak";     desc[1] = "Weak

[qmailtoaster] password complexity and length

2018-04-04 Thread Gary Bowling
Last time I checked it was either not possible or not easy to implement password rules one the toaster. But that was a long time ago. Has anything changed in that regard? -- Gary Bowling --

Re: [qmailtoaster] password length max?

2017-03-24 Thread Eric Broch
Fabian, The field in the domain table for password is 16 characters long. MariaDB [vpopmail]> describe mydomain.tld +-+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +-+---+--+-+-

[qmailtoaster] password length max?

2017-03-24 Thread Fabian Santiago
question, interesting issue; when i create a new user, whether it be via vadduser or in qmailadmin, i may spec a 39 character password for example but it winds up being saved in a truncated form, down to only the first 16 characters. a.) is this normal b.) why no warning from vadduser or qmailadm

Re: [qmailtoaster] Password reset log

2014-03-12 Thread Scot Needy
grep modusernow /etc/httpd/logs/access_log* Assuming you have locked out your users to web access only. On Mar 11, 2014, at 5:00 AM, Linux wrote: > Hi, > How can we got the password change log. > > > Regards, > > Vivek Patil > system admin

[qmailtoaster] Password reset log

2014-03-11 Thread Linux
Hi, How can we got the password change log. Regards, Vivek Patil system admin

RE: [qmailtoaster] Password in complexity and expiration.

2013-11-27 Thread Nicholas Chua
> > Hi, > > Look for the roundcube plugin. I have forgotten have it is called. > > Sorry for the late reply. Check out this link http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube Regards nic

Re: [qmailtoaster] Password in complexity and expiration.

2013-11-26 Thread Nicholas Chua
c...@outlook.com] > Sent: Tuesday, November 26, 2013 4:23 PM > To: qmailtoaster-list@qmailtoaster.com > Subject: Re: [qmailtoaster] Password in complexity and expiration. > > Hi, > > From my experience no. But I am using roundcube and a plugin which uses > qmailadm

RE: [qmailtoaster] Password in complexity and expiration.

2013-11-26 Thread Linux
Nic, Thanks for reply. I am also using the roundcube, how I can set complexity in it. From: Nicholas Chua [mailto:nicholasc...@outlook.com] Sent: Tuesday, November 26, 2013 4:23 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Password in complexity and expiration

Re: [qmailtoaster] Password in complexity and expiration.

2013-11-26 Thread Nicholas Chua
Hi, From my experience no. But I am using roundcube and a plugin which uses qmailadmin to do password complexity. Haven't come across password expiry yet Regards Nic On 26 Nov, 2013, at 6:22 PM, "Linux" wrote: > Hi All, > > Is it possible to set email password expiration date and password

[qmailtoaster] Password in complexity and expiration.

2013-11-26 Thread Linux
Hi All, Is it possible to set email password expiration date and password complexity. Regards, Vivek Patil system admin

RE: [qmailtoaster] password complexity in qmailadmin

2013-05-06 Thread Rajesh M
it >> Mobile : +91 - 866101 >> Tel : +91-20-2422-786-1 / 2 / 3 / 4 Extn - 204 >> >> >> >> >> >> >>   >> >> >> >> >> >> >> >> -----Original Message- >> From: Rajesh M [mailto:24x7ser...@24x7

RE: [qmailtoaster] password complexity in qmailadmin

2013-05-06 Thread Rajesh M
: +91 - 866101 > Tel : +91-20-2422-786-1 / 2 / 3 / 4 Extn - 204 > > > > > > >   > > > > > > > > -Original Message- > From: Rajesh M [mailto:24x7ser...@24x7server.net] > Sent: Monday, May 06, 2013 12:38 PM > To: qmailtoaster-l

RE: [qmailtoaster] password complexity in qmailadmin

2013-05-06 Thread Amit
[mailto:24x7ser...@24x7server.net] Sent: Monday, May 06, 2013 12:38 PM To: qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] password complexity in qmailadmin hi is there any code to impose password complexity in qmailadmin while creating / modifying email users rajesh

[qmailtoaster] password complexity in qmailadmin

2013-05-06 Thread Rajesh M
hi is there any code to impose password complexity in qmailadmin while creating / modifying email users rajesh - To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For additional commands, e-mail: qmail

Re: [qmailtoaster] Password changing for clients

2012-06-19 Thread Tony White
Hello Johannes, Interestingly it is installed and has been since the server was first built. However it does not want to work. Should I uninstall it now then reinstall? best wishes Tony White On 20/06/2012 04:49, Johannes Weberhofer wrote: Hello Tony, you should install/enable the qmailadm

Re: [qmailtoaster] Password changing for clients

2012-06-19 Thread Johannes Weberhofer
Hello Tony, you should install/enable the qmailadmin-package, as the "integration" happens only with a integrated frame of qmailadmin. Johannes Am 19.06.12 20:07, schrieb Tony White: Hello to all, I am trying to get my user to have the ability to change their passwords using squirrelmail.

[qmailtoaster] Password changing for clients

2012-06-19 Thread Tony White
Hello to all, I am trying to get my user to have the ability to change their passwords using squirrelmail. My problem is everything I have read so far tell me this is already built into QMT. When I try to use the Administration option I get this error Forbidden You don't have permissio

[qmailtoaster] password

2010-01-20 Thread Anderson Alves de Albuquerque
How can I configure that password has min lenght? -- [], Anderson Alves de Albuquerque. --- E-mails: andersonalvesdealbuquerque#hotmail.com (replace # by @) andersonaa#gmail.com (replace # by @) ICQ: 73222660

Re: [qmailtoaster] password change via web

2009-11-27 Thread Jake Vickers
Ariel wrote: if there is need to concoct a web interface where users can change my password of your mailbox There is a plugin included with squirrelmail-toaster that allows users to change their passwords. As far as security (brought up later in the thread), you can install security utilitie

Re: [qmailtoaster] password change via web

2009-11-27 Thread Finn Buhelt
password from within the squirrelmail (webmail) interface. Regards, Finn - Original Message - From: Ariel To: qmailtoaster-list@qmailtoaster.com Sent: Friday, November 27, 2009 2:56 PM Subject: Re: [qmailtoaster] password change via web : webmail is telling me squirrelmail

Re: [qmailtoaster] password change via web

2009-11-27 Thread Ariel
: webmail is telling me squirrelmail? 2009/11/27 Ganesh.payelkar > Dear Ariel, > > You can enable qmailadmin plugin in webmail. so user can > change password as well as their vacation and forwarding. > > -- > Regards, > > Ganesh P > > > > On Fri, Nov 27, 2009 at 2:10 AM, Ariel wrot

Re: [qmailtoaster] password change via web

2009-11-27 Thread Ganesh.payelkar
Dear Ariel, You can enable qmailadmin plugin in webmail. so user can change password as well as their vacation and forwarding. -- Regards, Ganesh P On Fri, Nov 27, 2009 at 2:10 AM, Ariel wrote: > if there is need to concoct a web interface where users can change my > password o

RE: [qmailtoaster] password change via web

2009-11-27 Thread nicole thomson
but you cannot open this for internet, is this a good idea? bruteforce guys are there around, be careful > Date: Fri, 27 Nov 2009 08:56:04 +0100 > From: malo...@2n-tech.com > To: qmailtoaster-list@qmailtoaster.com > Subject: Re: [qmailtoaster] password change via web > > Hi

Re: [qmailtoaster] password change via web

2009-11-27 Thread Rajesh M
hi you can do that in two ways a) thru qmail admin instead of using postmaster as the user, ask the user to put his user id b) via squirrelmail for this you need to enable the change password plugin in qmail and with that the user can change password rajesh > if there is need to concoct a we

Re: [qmailtoaster] password change via web

2009-11-26 Thread Maloupi
Hi, You can use this page of qmailadmin : http://yourdomain.com/qmailadmin/index.cgi/passwd/ Ariel a écrit : if there is need to concoct a web interface where users can change my password of your mailbox - Qmailt

RE: [qmailtoaster] password change via web

2009-11-26 Thread nicole thomson
are you using squirrelmail? if so consider having a looking at this url http://squirrelmail.org/plugins_category.php?category_id=5 From: lauchafernan...@gmail.com Date: Thu, 26 Nov 2009 17:40:51 -0300 To: qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] password change via web if

[qmailtoaster] password change via web

2009-11-26 Thread Ariel
if there is need to concoct a web interface where users can change my password of your mailbox

[qmailtoaster] password password

2009-09-03 Thread emiliano
Hello friends, I have qmailtoaster with the 500 e-mail, security measures the password of the users to exchange automatically or experiment, al system generate another password, so someone has qmail? - Qmailtoaster is

Re: [qmailtoaster] Password complexity and/or expiry time

2009-05-06 Thread A M
2009/5/6 David Sánchez Martín : > > Hi list, > >   Is there a way to configure vpopmail to enforce password complexity, > expiry time and things like that? > >   I did not found anything, and I've suffered from easy guessable passwords > for my roaming users giving wrong-doers the ability to use me

[qmailtoaster] Password complexity and/or expiry time

2009-05-06 Thread David Sánchez Martín
Hi list, Is there a way to configure vpopmail to enforce password complexity, expiry time and things like that? I did not found anything, and I've suffered from easy guessable passwords for my roaming users giving wrong-doers the ability to use me as a relay, every now and then, and I'm ge

Re: [qmailtoaster] Password fail

2007-01-22 Thread Alexey Loukianov
Wojciech Gabor wrote: I understand if is set "--disable-clear-passwd" that CRAM-MD5 not work. But why is enable? # telnet smtp.lo.pl 25 Trying 195.116.217.42... Connected to smtp.lo.pl (195.116.217.42). Escape character is '^]'. 220 listowy.lo.pl - Welcome to Qmail Toaster Ver. 1.3 SMTP Server

Re: [qmailtoaster] Password fail

2007-01-19 Thread Eric \"Shubes\"
Wojciech Gabor wrote: > vpopmail[24367]: vchkpw-smtp: password fail > (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP > > This connection is from scaner sending its work to email. In tutorial is > only info that password is coded. Change to send password in plain text is > not p

Re: [qmailtoaster] Password fail

2007-01-19 Thread Wojciech Gabor
Dnia piątek, 19 stycznia 2007 08:45, Wojciech Gabor napisał: > Dnia środa, 17 stycznia 2007 16:39, Eric "Shubes" napisał: > > Wojciech Gabor wrote: > > > vpopmail[24367]: vchkpw-smtp: password fail > > > (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP > > > > Which encoding scheme i

Re: [qmailtoaster] Password fail

2007-01-18 Thread Wojciech Gabor
Dnia środa, 17 stycznia 2007 16:39, Eric "Shubes" napisał: > Wojciech Gabor wrote: > > vpopmail[24367]: vchkpw-smtp: password fail > > (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP > Which encoding scheme is used by the scanner? Encoding scheme must match > what vpopmail is using

Re: [qmailtoaster] Password fail

2007-01-17 Thread Eric \"Shubes\"
Wojciech Gabor wrote: > vpopmail[24367]: vchkpw-smtp: password fail > (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP > > This connection is from scaner sending its work to email. In tutorial is > only info that password is coded. That's a good thing. > Change to send password

[qmailtoaster] Password fail

2007-01-17 Thread Wojciech Gabor
vpopmail[24367]: vchkpw-smtp: password fail (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP This connection is from scaner sending its work to email. In tutorial is only info that password is coded. Change to send password in plain text is not possible. How resolve it? -- Tup

Re: [qmailtoaster] Password size limit

2006-10-25 Thread Ryan Gibbons
No I haven't b/c I am not sure if it is a qmailadmin problem, I believe it is just a qmailtoaster problem since the database field size is only 16 char, and not a varchar or something else. Quinn Comendant wrote: This sucks. Have you posted this bug to the vpopmail (vchkpw@inter7.com) or qm

RE: [qmailtoaster] Password size limit

2006-10-25 Thread Dairenn Lombard
Argh, I just realized that I indeed replied to the wrong message! Please disregard. > -Original Message- > From: Dairenn Lombard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 25, 2006 2:41 PM > To: qmailtoaster-list@qmailtoaster.com > Subject: RE: [qmailtoaster

RE: [qmailtoaster] Password size limit

2006-10-25 Thread Dairenn Lombard
> -Original Message- > From: Quinn Comendant [mailto:[EMAIL PROTECTED] > > This sucks. Have you posted this bug to the vpopmail > (vchkpw@inter7.com) or qmailadmin mailing list? > > I wonder if it is as simple as changing the database > specification in mysql.h to have larger password

Re: [qmailtoaster] Password size limit

2006-10-25 Thread Quinn Comendant
This sucks. Have you posted this bug to the vpopmail (vchkpw@inter7.com) or qmailadmin mailing list? I wonder if it is as simple as changing the database specification in mysql.h to have larger password fields? Quinn On Wed, 25 Oct 2006 09:59:00 -0500, Ryan Gibbons wrote: > Just ran across th

[qmailtoaster] Password size limit

2006-10-25 Thread Ryan Gibbons
Just ran across this, and not sure who else knows about it.  There is a password limit of 16 chars.  If you try to create a user with a longer password, then the admin-toaster script errors out, even the qmailadmin fails, both without any messages as to why. If you user is already created and

Re: [qmailtoaster] Password Encryption

2006-04-06 Thread Balaji Ramadoss
Hi Erik,i try this option and get back to you.Best regards,BalajiOn 4/7/06, Erik Espinoza < [EMAIL PROTECTED]> wrote:Balaji,You have to start from scratch (delete and re-create the database), this will not work after the fact.First grab the vpopmail-toaster package and install it to your systemso t

Re: [qmailtoaster] Password Encryption

2006-04-06 Thread Erik Espinoza
Balaji, You have to start from scratch (delete and re-create the database), this will not work after the fact. First grab the vpopmail-toaster package and install it to your system so that you have a spec file and sources. # rpm -Uhv vpopmail-toaster*.src.rpm Now edit the vpopmail-toaster.spec

Re: [qmailtoaster] Password Encryption

2006-04-06 Thread Balaji Ramadoss
Hi,Yes i want to disable the storing of unenrypted passwords.Thanks in Advance,BalajiOn 4/7/06, Erik Espinoza < [EMAIL PROTECTED]> wrote:As I stated, the passwords are stored in encrypted and unecrypted form in the database. Are you saying you want to disable the storing ofunencrypted passwords?Eri

Re: [qmailtoaster] Password Encryption

2006-04-06 Thread Erik Espinoza
As I stated, the passwords are stored in encrypted and unecrypted form in the database. Are you saying you want to disable the storing of unencrypted passwords? Erik On 4/6/06, Balaji Ramadoss <[EMAIL PROTECTED]> wrote: > Hi, > i mean when i am creating the new new email id or i want to edit the

Re: [qmailtoaster] Password Encryption

2006-04-06 Thread Balaji Ramadoss
Hi,i mean when i am creating the new  new email id or i want to edit the Username Full name, using  http://localhost/admin-toaster/  i can able to view the password. i want is there possiablity of encryting the password. Best regards,BalajiOn 4/7/06, Erik Espinoza <[EMAIL PROTECTED]> wrote: The Qma

Re: [qmailtoaster] Password Encryption

2006-04-06 Thread Erik Espinoza
The QmailToaster stores users in plain text and in encrypted forms. Are you saying that you want to stop the QmailToaster from storing the plain text password? Thanks, Erik On 4/6/06, Balaji Ramadoss <[EMAIL PROTECTED]> wrote: > > > Hi, > I am doing Qmail maintenance job. I saw a strange th

[qmailtoaster] Password Encryption

2006-04-06 Thread Balaji Ramadoss
Hi, I am doing Qmail maintenance job. I saw a strange thing that I can able to view the all users account password. I like to know about password encryption. Is it possible to implement the password encryption with Qmail toaster? Please help me in this. Thanks and best regards, Balaji