mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Ajout du README
This commit is contained in:
parent
f72989ba67
commit
e5c0487dd5
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
emailPoubelle.php
|
||||
=============
|
||||
|
||||
Un script pour un petit service d'email jetable
|
||||
|
||||
* [Démo](http://poubelle.zici.fr/)
|
||||
* [Page du projet](http://forge.zici.fr/p/emailpoubelle-php/)
|
||||
* [Download](http://forge.zici.fr/p/emailpoubelle-php/source/download/master/)
|
||||
* [Bug report](http://forge.zici.fr/p/emailpoubelle-php/issues/)
|
||||
|
||||
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
|
Loading…
Add table
Reference in a new issue