mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Générer des emails jetables dans YunoHost
08681ebfb6
- Blacklist & AliasDeny en regex - Lister tous les alias actifs |
||
---|---|---|
aliasdeny.txt | ||
blacklist.txt | ||
conf.php | ||
emailPoubelle.php | ||
README.md | ||
stats.sh |
emailPoubelle.php
Un script pour un petit service d'email jetable
Installation
Installation des dépendances :
pear install Net_DNS2
Télécharger & décompresser les sources :
mkdir -p /www/emailPoubelle/postfix
cd /tmp
wget -O emailPoubelle.zip http://forge.zici.fr/p/emailpoubelle-php/source/download/master/
unzip emailPoubelle.zip
cp emailpoubelle-php-master/* /www/emailPoubelle
Configurer Postfix :
vi /etc/postfix/main.cf
[...]
virtual_alias_maps = hash:/www/emailPoubelle/postfix/virtual
touch /www/emailPoubelle/postfix/virtual
/usr/sbin/postmap /www/emailPoubelle/postfix/virtual
chown www-data /www/emailPoubelle/postfix/virtual
chown www-data /www/emailPoubelle/postfix/virtual.db