From 9be8c8082fad6fbc99c0d0ac6671e7b51651fc63 Mon Sep 17 00:00:00 2001 From: Damien Martins Date: Fri, 17 Aug 2018 22:18:00 +0200 Subject: [PATCH] More details in README file --- README.password_expiration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.password_expiration b/README.password_expiration index 0a350d1d..abf01956 100644 --- a/README.password_expiration +++ b/README.password_expiration @@ -35,4 +35,4 @@ if course you may require to adapt the uid, gid, maildir and table to your setup **Changes in system You need to have a script running on a daily basis to check password expiration and send emails 30, 14 and 7 days before password expiration (script attached: check_mailpass_expiration.sh). Edit the script to adapt the variables to your setup. -Ensure the user running check_mailpass_expiration.sh is allowed to access (read-write) your database. +This script is using postfixadmin.my.cnf to read credentials. Edit this file to enter a DB user that is allowed to access (read-write) your database. This file should be protected from any user (chmod 400).