Dépollution des courriel par substitution des pièces jointes par un lien temporaire;
Go to file
2024-06-04 20:46:17 +02:00
src keep DEFAUL_MODE in config.php file 2024-06-04 20:46:17 +02:00
docker-compose.yml create docker image 2024-01-03 07:55:39 +01:00
Dockerfile update dockerfile 2024-01-03 08:18:12 +01:00
LICENCE C++ src 2021-05-06 09:58:16 +02:00
Makefile create docker image 2024-01-03 07:55:39 +01:00
README.md fix BITH 2023-10-29 17:03:58 +01:00
structures.odt fix BITH 2023-10-29 17:03:58 +01:00

Dépollueur de courriel

Contenu

depollueur/
├── LICENCE
├── README.md
└── src
    ├── bash
    │   └── filter.sh
    ├── cpp
    │   ├── Attachment.cpp
    │   ├── eMailShrinker.cpp
    │   ├── EmbeddedData.cpp
    │   ├── kazDebug.cpp
    │   ├── kazMisc.cpp
    │   ├── MainAttachment.cpp
    │   └── SizeArg.cpp
    ├── include
    │   ├── Attachment.hpp
    │   ├── EmbeddedData.hpp
    │   ├── kazDebug.hpp
    │   ├── kazMisc.hpp
    │   ├── MainAttachment.hpp
    │   └── SizeArg.hpp
    └── Jirafeau
        ├── f.php
        └── t.php

Compilation

sudo apt-get install --fix-missing build-essential make g++ libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libcurl4-gnutls-dev libssl-dev doxygen dos2unix

git clone https://git.kaz.bzh/KAZ/depollueur.git
# or for contributors :
# git clone git+ssh://git@git.kaz.bzh:2202/KAZ/depollueur.git

make -j $(nproc)

##Astuces

Pour la mise au point dans Kaz, il faut bloquer la mise à jour automatique avec :

touch /kaz/git/depollueur/dontupdage
/kaz/bin/container.sh stop jirafeau postfix; docker system prune; /kaz/bin/install.sh jirafeau postfix