This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_password_policy [2022/03/30 08:38] gcooper |
internet:mail:zimbra:zimbra_password_policy [2022/03/30 08:55] (current) gcooper |
||
---|---|---|---|
Line 130: | Line 130: | ||
# Set some vars: | # Set some vars: | ||
# Notifications in days, then last warning. Don't use 1 as it's assumed. | # Notifications in days, then last warning. Don't use 1 as it's assumed. | ||
- | FIRST=" | + | FIRST=" |
SECOND=" | SECOND=" | ||
LAST=" | LAST=" | ||
# Sent from: | # Sent from: | ||
- | FROM=" | + | FROM=" |
# Domain to check, e.g. ' | # Domain to check, e.g. ' | ||
- | DOMAIN=" | + | DOMAIN="" |
# Recipient who should receive an email with all expired accounts | # Recipient who should receive an email with all expired accounts | ||
- | ADMIN_RECIPIENT=" | + | ADMIN_RECIPIENT=" |
# URL for your Zimbra in message body | # URL for your Zimbra in message body | ||
- | URL=" | + | URL=" |
# Sendmail executable | # Sendmail executable | ||
Line 146: | Line 146: | ||
# Get all users - it should run once only. | # Get all users - it should run once only. | ||
- | USERS=$(ionice -c3 / | + | USERS=$(ionice -c3 / |
#Todays date, in seconds: | #Todays date, in seconds: |