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

13 lines
216 B
Text

# 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