0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
David Goodwin
6b83c2bb0f see https://github.com/postfixadmin/postfixadmin/issues/640 - password expiration doc update 2022-07-22 20:37:04 +01:00
David Goodwin
071ca11502 try to harden the example expiry script in DOCUMENTS/Password_Expiration.md#expiration-script - thanks to @jumecittu - see https://github.com/postfixadmin/postfixadmin/issues/619 2022-07-17 20:09:38 +01:00
Yudi Purwanto
9d65a5004c
Change notication to notification 2021-11-19 16:24:17 +07:00
Thanassis Zakopoulos
cbac254d60
Update Password_Expiration.md
This line should be like this:

        echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password $INTERVAL days before expiration notication" -r $REPLY_ADDRESS  ${RESULT[0]} 


instead of 

        echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password 30 days before expiration notication" -r $REPLY_ADDRESS  ${RESULT[0]} 

otherwise the subject will always be 30 days no matter what the $INTERVAL is
2021-07-23 12:56:03 +03:00
Andrey Miroshnichenko
9cda7f402c
Minor fixes of the password expiration checker script example. 2021-05-13 00:54:41 +03:00
David Goodwin
cfe08d14f5 rename / merge shell script 2021-01-29 21:14:35 +00:00