ansible-mailserver-debian/mail_system/files/dovecot/sieve/execute
2026-03-22 13:09:26 +01:00
..
README Update to trixie 2026-03-22 13:09:26 +01:00

# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!


Execute is useful for conditions

Take care to not output a newline after the result!

Example:

#!/bin/bash
d=$(/bin/date +%s)
echo -n $d
exit 0