Stack: Nginx + PHP 8.2 + MariaDB + Postfix + Dovecot + Samba - install.sh: script installation automatisé pour RPi OS Bookworm - Interface web: visionneuse mails + admin (comptes, domaine, dashboard) - Chaque compte mail génère automatiquement un share Samba - Processeur cron: extraction pièces jointes via zbateson/mail-mime-parser - Zéro injection SQL (PDO + prepared statements) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
130 B
JSON
9 lines
130 B
JSON
{
|
|
"require": {
|
|
"zbateson/mail-mime-parser": "^2.4"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true
|
|
}
|
|
}
|