Mails mit bösem Anhang

  • @Nuxwin


    Yes it could, should we integrate the sanesecurity script into the ClamAV plugin?
    What do you guys think?

  • @mrpink


    You should integrate whatever is needed (at your convenience). If someone is installing the ClamAV plugin and still need to spend hours over google to have clean system... This is a mess ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Code
    1. @ERROR: Unknown module 'sanesecurity'
    2. rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.1]

    Gleicher Fehler wieder. Mh...

  • Nein. Nur immer wiederkehrend:

    Normalweise soll nur alle 3 Stunden gesynct werden.


    Cronjob hatte ich wie folgt:
    * */3 * * * .....

    Edited once, last by Bulli ().

  • Normalweise soll nur alle 3 Stunden gesynct werden.


    Stimmt nich ganz, siehe hier aus der Konfigdatei für das Skript:


    Code
    1. # Since the database files are dynamically created, non default values can cause banning, change with caution
    2. securiteinfo_update_hours="4" # Default is 4 hours (6 downloads daily).
    3. linuxmalwaredetect_update_hours="6" # Default is 6 hours (4 downloads daily).
    4. malwarepatrol_update_hours="0" # Default is 24 hours (1 downloads daily).
    5. yararules_update_hours="24" # Default is 24 hours (1 downloads daily).

    Falls du öfter syncen willst als die default Werte, dann kann es sein, dass deine IP geblockt wird. Evtl. ist ja auch das der Fall bei dir.

  • Sorry, ich meinte natürlich den Aufruf des Scripts. Diesen hatte ich angepasst.

  • Cronjob hatte ich wie folgt:
    * */3 * * * .....

    Bitte auf einmal pro Stunde ändern und den Rest übernimmt das Script. Ihr sollt die Infos in den Konfigurationsdateien bzw. Cron-Dateien auch lesen die da drin stehen. X(


    z.B.


    Code
    1. 35 * * * * root /bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null
  • Ok ok *schäm*
    Ich habe es nun auf jede Stunde angepasst. Mal schauen, ob es jetzt noch zu dem Fehler kommt.
    Danke dir erstmal.