1

Topic: Automatic notification before the password expires 7 days

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: CentOS 5
- Related log if you're reporting an issue:
====

Dear all,
I have used "force password change" plugins for smtp sender restriction with 90 days limit. Now, i want to automatic notification before the password expires 7 days. Any ideas ?
Tks.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Automatic notification before the password expires 7 days

How about this:

- write a script to query MySQL server, get all users whose passwords will expire in 7 days, send them notifications.
- Make this script work with crontab