From ae96f6f5e6069a4b4b7b53a9610608e06a6e76d8 Mon Sep 17 00:00:00 2001 From: Ashiq5 Date: Fri, 6 Nov 2020 01:45:16 +0600 Subject: [PATCH] local changes reverted --- CONTRIBUTING.md | 2 +- management/auth.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba87115a..d3f33274 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ We recommend you use [Vagrant](https://www.vagrantup.com/intro/getting-started/i With Vagrant set up, the following should boot up Mail-in-a-Box inside a virtual machine: $ vagrant up --provision - +_If you're seeing an error message about your *IP address being listed in the Spamhaus Block List*, simply uncomment the `export SKIP_NETWORK_CHECKS=1` line in `Vagrantfile`. It's normal, you're probably using a dynamic IP address assigned by your Internet provider–they're almost all listed._ ### Modifying your `hosts` file diff --git a/management/auth.py b/management/auth.py index 761ec56e..b97ea057 100644 --- a/management/auth.py +++ b/management/auth.py @@ -6,7 +6,7 @@ import utils from mailconfig import get_mail_password, get_mail_user_privileges from mfa import get_hash_mfa_state, validate_auth_mfa -DEFAULT_KEY_PATH = '/var/lib/mailinabox/api.key' +DEFAULT_KEY_PATH = '/var/lib/mailinabox/api.key' DEFAULT_AUTH_REALM = 'Mail-in-a-Box Management Server' class KeyAuthService: