Hi Chun,
you can create a simple sql query like on your vpopmail.domain_com table
and put it in bash shell then add to cron like what I did
#!/bin/bash
# script to blank out clear text password
/usr/bin/mysql -u vpopmail -pSsEeCcRrEeTt -h localhost vpopmail -BNe
"UPDATE my_domain_com SET pw_clear_passwd=''"
the last quotes is
single quote, single quote, double quote
replace
SsEeCcRrEeTt with your vpopmail password
my_domain_com with your domain's table name
chun keat wrote:
Hi
**
*I am testing on* **QmailToaster-ISO, however I found that the
password column is display as plain text which is not acceptable
by my top management. ( please refer to attachment file) So may I
know got any way to remove the password column to display out**
thanks.
------------------------------------------------------------------------
------------------------------------------------------------------------
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]