Posts by kess

    Successfully compiled 7.4.2 with the actual PhpSwitcher version.

    Just edit /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/php_compiler.pl accordingly

    I don't know what to tell you, on my box NextCloud works perfectly.

    I just had to modify open_basedir as follows:

    Code
    1. 'open_basedir' => '{HOME_DIR}/:/usr/share/php/:/dev/random:/dev/urandom:/usr/bin/animate:/usr/bin/compare:/usr/bin/composite:/usr/bin/conjure:/usr/bin/convert:/usr/bin/display:/usr/bin/identify:/usr/bin/import:/usr/bin/mogrify:/usr/bin/montage:/usr/bin/stream:/usr/bin/gm:/proc/meminfo'

    and a couple of other options:

    Code
    1. php_admin_value[memory_limit] = 512M
    2. php_admin_flag[allow_url_fopen] = on

    The rest is absolutely standard…


    NextCloud has his own log file with EVERYTHING written. If there's a problem it will be written there...

    At present, a quick and dirty solution that worked for me is as follows:


    ONLY FOR PEOPLE WHO HAVE A VALID SUBSCRIPTION TO THE PLUGIN


    1. Download the Let's Encrypt Plugin 3.5.0 on your Local Computer (from Plugin-Store)

    2. Uncompress the tar.gz archive

    3. Replace LetsEncrypt/bin/certbot-auto with https://raw.githubusercontent.…rtbot/v1.1.0/certbot-auto

    4. Edit LetsEncrypt/info.php and change:

    - version (for example 3.5.1)

    - date (for example 2020-02-03)

    - build (for example 2020020300)

    5. Repackage the LetsEncrypt directory and his contents to LetsEncrypt.tar.gz (with 7zip create a tar and the with 7zip again create a gz)

    6. Upload the new plugin as usual


    Test what you did with:

    Code
    1. /opt/eff.org/certbot/venv/bin/certbot --version

    If the result is 1.1.0 and not 0.26.1 you did it.


    I only tested the Create certificate and the Revoke Certificate procedures. They worked with LE API v2. I didn't test the renewal yet.


    Hope it helps,

    bye Kess.

    Your IP address is: 188.165.203.63

    Your Reverse DNS resolves as puntonetinformatica.com and not to for example server1.puntonetinformatica.com

    Correct it.


    You declared 4 DNS Servers for your liebanarural.com domain, but:

    dns1.canaldominios.com = 82.194.64.50 = dns3.canaldominios.com

    dns2.canaldominios.com = 82.194.64.51 = dns4.canaldominios.com

    Correct it.


    4 DNS Servers, 2 IP, and on the same network segment

    Correct it.


    Your DNS servers have SOA Serial Number Format is Invalid

    Correct it.


    From External:

    Code
    1. dig mail._domainkey.liebanarural.com TXT


    Gives no TXT record as answer... But:

    Code
    1. dig @188.165.203.63 mail._domainkey.liebanarural.com TXT

    Returns:

    Code
    1. mail._domainkey.liebanarural.com. 60 IN TXT "v=DKIM1; h=sha256; k=rsa; s=email; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA83bH+woE5pbPWk+Gd2C+enR5ANhb1MAwCECfqLJx70RbQ5bS/8QX8ZEg4YpLHOmWHC7qqD4oOIhI8CXa1Rmx13qHGjwvoX7noVJelZruz+IiK8Z5Ym/e5Kbf5XProgduDO3XugKUmvPrz8s994B5hSV0iK2T0Qgx83k27FRAhBMepQ" "nfDm6AEafPOz2qxKB+WpOZh3yAM2p0+e3M+nHoKixv6ScwP5EpYNgwo6y7sgpiYyy+wWU4VKReiLXpldKlHPLimAZV+O4U13EvoDHgYLNeqHyatz12AcQyq/y9FCczrXCgb3BDG6mBb2eOJIQMbPPwwl7yg3SDieslD19CrQIDAQAB"

    Regarding i-MSCP this is the correct behaviour.

    Unfortunately you have no idea on how a DNS structure works, and this is not the correct place to learn basics…

    So if the plugin is correctly installed and configured, you should be able to view the OpenDKIM DNS records automatically created.

    Sorry if I reply to you in english.

    You don't have to manually create DNS Keys in i-MSCP, let the plugin do that for you.


    Login as RESELLER, click on Customers, on your left you'll find OpenDKIM management.


    Bye Kess.