diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-11 07:35:11 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-11 07:35:11 +1100 |
commit | 9319dc8b72b492e8f09624bc3974d4ea5c220104 (patch) | |
tree | 2b3fd667df9555a31856846aa7b1834cd8500d61 /lib/configuration.rb | |
parent | 5cc5d16c7668a8d1a6fc5dd816c36016f5d8019b (diff) |
New configuration MTA_LOG_TYPE to set whether we are using exim or postfix to deliver and receive our mail
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 5f761a1f6..ee2ce40c5 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -30,6 +30,7 @@ module Configuration :INCOMING_EMAIL_SECRET => 'dummysecret', :ISO_COUNTRY_CODE => 'GB', :MAX_REQUESTS_PER_USER_PER_DAY => nil, + :MTA_LOG_TYPE => 'exim', :NEW_RESPONSE_REMINDER_AFTER_DAYS => [3, 10, 24], :OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS => '', :RAW_EMAILS_LOCATION => 'files/raw_emails', |