diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-05-12 15:36:16 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-05-12 15:38:15 +0300 |
commit | 2eb5dec338d1b1d183bf228aea632dc13049a70d (patch) | |
tree | 6cb120cecc811e8b8d4d780e2487c28b9018ddb0 /testing/aaudit/aaudit-server.json | |
parent | a64571d4072a4af87ad8167a735ea75f37940d2e (diff) | |
download | aports-2eb5dec338d1b1d183bf228aea632dc13049a70d.tar.bz2 aports-2eb5dec338d1b1d183bf228aea632dc13049a70d.tar.xz |
testing/aaudit: improve email sending, basic cron job skeleton
Diffstat (limited to 'testing/aaudit/aaudit-server.json')
-rw-r--r-- | testing/aaudit/aaudit-server.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/aaudit/aaudit-server.json b/testing/aaudit/aaudit-server.json index 269e61716..d00c0be81 100644 --- a/testing/aaudit/aaudit-server.json +++ b/testing/aaudit/aaudit-server.json @@ -1,5 +1,6 @@ { "smtp_server": "localhost", + "rtqueue": "rtqueue", "identities": { "_default": "Alpine Auditor <auditor@alpine.local>" }, |