RE: [vchkpw] Password Aging

2002-11-01 Thread Michael Bowe
If you use the vpopmail with the mysql backend, then you could add an additional column to the table so that each user has a field that stores the date their password was last changed Then you could crontab a daily script that scans the SQL looking for users with old passwords Perhaps email

RE: [vchkpw] Password Aging

2002-11-01 Thread Joe Oaks
;pipeline.com.au] Sent: Friday, November 01, 2002 3:33 PM To: 'Vchkpw' Subject: RE: [vchkpw] Password Aging If you use the vpopmail with the mysql backend, then you could add an additional column to the table so that each user has a field that stores the date their password was last changed