Posts by fulltilt

    Just to clarify a little, the link point to a publication dated on March 2019, where a leak of the signing key did occur.


    Lately, the issue was not the same, the certificate passed it validity date and he get renewed (same key, but expire in 2024 now, if I'm not wrong :) )

    seems it happend again ...

    https://forum.yunohost.org/t/s…-of-apt-due-to-sury/15024


    I have tested a few servers today and got the same error, fixed with:

    Code
    1. apt-key del 95BD4743
    2. wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
    3. apt-get update
    4. sudo apt-get update && sudo apt-get dist-upgrade


    and

    https://github.com/oerdnj/deb.sury.org/issues/1575

    key expired

    Code
    1. apt-key del 95BD4743
    2. wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
    3. apt-get update
    4. sudo apt-get update && sudo apt-get dist-upgrade
    5. note:
    6. re-install packages which are marked for autoremove afterwards!

    Which PHP version did you choose for installation? I'm currently having the same error. Installed the packages like mentioned above. But with PHP7.1 it was not working, try using PHP7.0 for installation. The version can later be switched with e.g. PHPSwitcher

    the above sample can be used when PHP7.0 is set for the controlpanel w/ phpswitcher (packaged) you may have to adjust to your needs ...

    Code
    1. apt install php7.0-apcu-bc php7.0-apcu
    2. phpenmod -v 7.0 apcu apcu-bc
    3. service php7.0-fpm restart

    super - jetzt klappt es ;-)

    Code
    1. $config['client_mimetypes'] = array(NULL);

    wenn ich aber image mime types einsetze kommt das PopUp wieder auch bei PDF

    Code
    1. $config['client_mimetypes'] = array(text/plain,text/html,text/xml,image/jpeg,image/gif,image/png);

    oder muss das array dann weg?

    Code
    1. $config['client_mimetypes'] = text/plain,text/html,text/xml,image/jpeg,image/gif,image/png;

    Danke, das nimmt jetzt das PopUp Fenster weg, aber ein Download z.b. PDF ist dann auch nicht mehr möglich ...

    Es scheint mir so das im Elastic Theme dieses PopUp für alle Mime types aufgeht die zugelassen sind, wenn ich nun aber PDF & ODF viewer deaktiviere wird im PopUP eine Fehlermeldung präsentiert und nur durch Klick auf Download im PopUp bekommt man die Datei.

    Schade, das elastic Theme finde ich gut , ich schätze aber mal ich muss dann auf das alte Standard Theme umstellen - ich glaube das war das "Larry" theme


    ### edit ###

    nicht wirklich ;-)

    bei Larry erscheint jetzt auch das PopUp wenn man auf öffnen klickt

    Danke, da wird also ein "-I" in der /etc/default/spamass-milter hinzugefügt

    Code
    1. #/etc/default/spamass-milter
    2. # 'ignore_auth_sender_msgs' => false,
    3. OPTIONS="-e localhost -f -u spamass-milter -r 7 -- --socket=/var/run/spamassassin.sock"
    4. # 'ignore_auth_sender_msgs' => true,
    5. OPTIONS="-e localhost -f -u spamass-milter -I -r 7 -- --socket=/var/run/spamassassin.sock"

    weiß jemand von euch wie man in Roundcube 1.4.11 (elastic theme) das PopUp Vorschau Fenster für Anhänge deaktivieren kann?

    Ich möchte das Dateien direkt im Browser heruntergeladen werden sollen.

    PDF, ODF viewer habe ich bereits deaktiviert, beim anklicken des Anhangs geht jedoch immer noch das Preview POPup auf mit einer Fehlermeldung, der User muss also noch einmal auf download klicken.

    I had the same issue with proftpd, could not start this service after a new clean install of a debian server following this HowTo. Stopping and starting of proftpd did not help. However a "force-start" did help and I can now use ftp connections.


    cu
    Nagilum

    Code
    1. nano /etc/default/proftpd
    2. under
    3. CONFIG_FILE=/etc/proftpd/proftpd.conf
    4. add:
    5. # Master system-wide proftpd switch. The initscript
    6. # will not run if it is not set to yes.
    7. RUN="yes"