Posts by ciscllc

    Hast du nur die php 7.2.24 installiert?


    PHP Versionen sollten nur per imscp-reconfigure installiert werden, damit imscp auf die Version zugreifen kann.


    Welches SSL Zertifikat hast du beim postfix laufen?
    Selbstgeneriert?


    Was zeigt "systemctl status postfix" an?


    Es gibt in dem Sinn kein "intern" beim Mail Server. Zugriff immer per IP:Port (wobei Port je nach Protokoll unterschiedlich ist.


    • 110: der POP-Port für POP-Server
    • 995: der POP-Port bei SSL-Verschlüsselung
    • 143: der IMAP-Port für IMAP-Server
    • 993: der IMAP-Port bei SSL-Verschlüsselung
    • 119: der NNTP-Port für Newsserver
    • 563: der NNTP-Port bei SSL-Verschlüsselung
    • 25: der SMTP-Port für den Postausgang
    • 465: der SMTP-Port bei SSL-Verschlüsselung
    • 587: ein alternativer SMTP-Port

    (von Thunderbird-mail.de)


    Wenn du also dich auf den Mail Server verbinden möchtest passiert das über Port 25 bzw. 587 (Port 25 wird zwischen Mail Servern verwendet. DARF nicht geändert werden, außer du willst keine Mails empfangen...)

    Es kann aber, je nach Anbieter, sein, dass das Port 25 gesperrt ist. Hast du schon bei netcup nachgefragt?


    LG

    Hi,


    es gibt ja da keine Info, was passiert.
    Wenn er Probleme mit der Authentifizierung hätte, würde sowas stehen:


    Code
    1. Nov 24 07:19:29 s2 postfix/smtpd[18495]: connect from unknown[185.234.Y.X]
    2. Nov 24 07:19:31 s2 postfix/smtpd[18495]: warning: unknown[185.234.Y.X]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
    3. Nov 24 07:19:31 s2 postfix/smtpd[18495]: lost connection after AUTH from unknown[185.234.Y.X]
    4. Nov 24 07:19:31 s2 postfix/smtpd[18495]: disconnect from unknown[185.234.Y.X] ehlo=1 auth=0/1 commands=1/2


    Wie sieht deine main.cf und master.cf aus? Was ist sonst installiert? Welches OS, welche Version i-mscp? Amavis, spamassassin, dovecot, ...?

    Is rofl-copter.de deine Domain? Dann gibts da sehr wohl einen Fehler.


    Läuft postfix überhaupt?

    Code
    1. service postfix status

    LG

    Hi,

    ich bin scheinbar zu doof... daher möchte ich mich bereits vorher für meine Frage entschuldigen.


    Wie installiere ich in der 1.5.3-maintenance unter debian 9.11 (auf LXC V Server) ein Plugin, ohne das ich diesen "Invalid plugin archive: The 'name' plugin info field is missing." Fehler bekomme?

    Soweit ich das sehe ist in der info.php des Plugins (in dem Fall der PanelRedirector) sehr wohl ein name verfügbar.


    Bin für jede Anregung und jeden Tipp dankbar!

    Hi,


    I just tried to install a fresh debian 10.1 with the latest (1.5.3 maintenance) Version of i-MSCP and can not install any plugins.

    Apache 2.4.38


    The error it shows is:


    Quote


    Invalid plugin archive: The 'name' plugin info field is missing.

    It is a qemu VM so the virtualisation should not bother.


    The following Information can be found in the setup logs:


    Code
    1. [Thu Nov 7 10:33:54 2019] [debug] autoinstaller::Adapter::DebianAdapter::_installPackages: E: Can't select installed nor candidate version from package 'libdigest-md5-perl' as it has neither of them
    2. E: Can't select installed nor candidate version from package 'php5.6-phar' as it has neither of them
    3. E: Can't select installed nor candidate version from package 'php7.0-phar' as it has neither of them
    4. E: Can't select installed nor candidate version from package 'php7.1-phar' as it has neither of them
    5. E: Can't select installed nor candidate version from package 'php7.2-phar' as it has neither of them
    6. E: Can't select installed nor candidate version from package 'php7.3-phar' as it has neither of them
    7. E: Can't select installed nor candidate version from package 'php7.4-phar' as it has neither of them

    The table looks like this:

    Code
    1. 1 plugin_idPrimärschlüssel int(11) UNSIGNED Nein kein(e) AUTO_INCREMENT
    2. 2 plugin_nameIndex varchar(50) utf8mb4_unicode_ci Nein kein(e)
    3. 3 plugin_info text utf8mb4_unicode_ci Nein
    4. 4 plugin_config text utf8mb4_unicode_ci Ja
    5. 5 plugin_config_prev text utf8mb4_unicode_ci Ja
    6. 6 plugin_priorityIndex int(11) UNSIGNED Nein 0
    7. 7 plugin_statusIndex varchar(255) utf8mb4_unicode_ci Nein kein(e)
    8. 8 plugin_errorIndex text utf8mb4_unicode_ci Ja
    9. 9 plugin_backend varchar(3) utf8mb4_unicode_ci Nein no
    10. 10 plugin_lockers text utf8mb4_unicode_ci Ja

    Do you need any other logfiles?

    Best reagrds

    Hallo!


    Das i-MSCP Plugin für clamav hat diese alternativen Signaturen schon drinnen.

    Bei unseren Servern gibt es damit nicht viel was durchkommt. In Kombination mit einem Spamcheck ist es ausreichend.

    Sonst schau dir noch rspamd an.

    100% Quote gibt es nie.


    LG

    Hi there!


    I have seen a little "problem" using i-mscp with pagespeed apache mod and panelredirect.
    The pagespeed is minifying some js in a wrong way (eg lets encrypt page) and so the site is not working a 100%.


    As "ModPagespeed off" does not work on a per domain basis, I have to check what we can do in this case.


    Work-around 1: Simply access the i-MSCP portal page with the direct nginx url:port (8443 or 8080)


    Work-around 2: Disable ModPagespeed in you apache2.conf and enable it using .htaccess:


    Code
    1. <IfModule pagespeed_module>
    2. ModPagespeed on
    3. </IfModule>


    i-mscp 1.5.3
    debian 8 and 9

    apache 2.4