Posts by kess

    Du hast einfach nur php7.2 deinstalliert, aber sicher nicht alle andere php7.2 Packete.

    Das kannst du sehen mit:

    Code
    1. dpkg --get-selections | grep php7.2

    So bitte:

    Code
    1. apt remove php7.2* && apt purge php7.2*
    2. apt remove php-* && apt purge php-*

    Dann Setup nochmals probieren.


    Das ist einfach Debian/Ubuntu basis…

    You're right, my bad sorry… I didn't imagine your detailed log attachment to your post…

    I'll try in the future to extend my imagination to every possible situation presenting on any third party server...

    Sehr Geehrter Herr Hofmann,

    es ist einfach so.

    Wenn Sie die Konfigdateien manuell ändern, den Support wird einfach nicht mehr erreichbar sein (oder kann "niet" antworten).

    Es gibt ein Plugin für alle Ihre Wünsche, und das heisst PhpSwitcher. Sie können mit dieses Plugin alles was Sie brauchen machen.


    So, i-MSCP 1.5.3 (latest release) wird offiziell mit php 7.1 laufen (auch mit 7.0). Wenn Sie andere Versionen brauchen, Sie sollten PhpSwitcher benutzen.

    i-MSCP Panel wird mit die basis Version laufen, für Ihre webseiten und domains Sie können die Version entscheiden (mit WebUI).


    MfG Kess


    P.S: Entschuldigung, aber Deutsch ist nicht meine Muttersprache

    There's something strange with your smtp service.

    If I telnet to one of mines, it replies with something like:

    Code
    1. 220-host.domain.tld ESMTP i-MSCP 1.5.3 Managed

    On yours I get no answer.

    There's an active connection on port 25, but no messages/no reply.


    Are you sure that you didn't touch nothing ?

    Do you perhaps have another smtp service listening on that box ?

    Is perhaps port 25 Natted to another host behind your router?

    Do you have some kind of proxy listening on port 25 ? Your provider perhaps ?


    Just try:

    Code
    1. telnet mail.rofl-copter.de 25

    and see what happens.


    Then try the same with any other known working smtp server and see the difference...

    Datei 10_php_confoptions_override.pl muss in /etc/imscp/listeners.d/ sein

    Wenn du fertig mit editing von 10_php_confoptions_override.pl bist, einfach ausführen:

    Code
    1. perl /var/www/imscp/engine/setup/imscp-reconfigure -danv

    Gruss Kess