local changes reverted

This commit is contained in:
Ashiq5 2020-11-06 01:45:16 +06:00
parent fe0e775fcc
commit ae96f6f5e6
2 changed files with 2 additions and 2 deletions

View File

@ -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 providerthey're almost all listed._
### Modifying your `hosts` file

View File

@ -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: