diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index 82ad542..edc6152 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -432,12 +432,13 @@ shutil.move(tar_path, location) shutil.rmtree(tar_dir) except Exception as e: - logging.debug("Error downloading {0}: {1}".format(url, - e.__str__())) + logger.warning("Error downloading {0}: {1}".format(url, + e.__str__())) system_paths = ["/usr/local/share/GeoIP/GeoLite2-Country.mmdb", "/usr/share/GeoIP/GeoLite2-Country.mmdb", "/var/lib/GeoIP/GeoLite2-Country.mmdb", + "/var/local/lib/GeoIP/GeoLite2-Country.mmdb", "C:\\GeoIP\\GeoLite2-Country.mmdb"] db_path = None diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 4628ff0..0d020f6 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -595,7 +595,7 @@ Install Java: .. code-block:: bash - sudo apt-install default-jre-headless + sudo apt-get install default-jre-headless Configure Davmail by creating a ``davmail.properties`` file diff --git a/index.html b/index.html index ad375bf..c272186 100644 --- a/index.html +++ b/index.html @@ -766,7 +766,7 @@ as a local EWS/OWA IMAP gateway. It can even work where https://sourceforge.net/projects/davmail/files/
Extract the zip using the unzip command.
Install Java:
-sudo apt-install default-jre-headless
+sudo apt-get install default-jre-headless
Configure Davmail by creating a davmail.properties file