Outils pour utilisateurs

Outils du site


linux:mailpiler

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
linux:mailpiler [2022/12/19 13:38] rootlinux:mailpiler [2023/03/27 13:08] (Version actuelle) – [Installation de Piler] root
Ligne 75: Ligne 75:
                 AllowOverride all                 AllowOverride all
         </Directory</code>         </Directory</code>
-       + 
 +<code bash> 
 +a2enmod rewrite 
 +systemctl restart apache2 
 +</code> 
 + 
 +<code bash> 
 +nano /usr/local/etc/piler/config-site.php </code><file - config-site.php> 
 +$config['ENABLE_IMPORT'] = 1;</file> 
 + 
 +<code bash>nano /usr/local/etc/piler/piler.conf</code><file - piler.conf> 
 +archive_address=archive@mail-arch.makeitsimple.be 
 +rtindex=1 
 +sphxdb=piler1 
 +sphxhost=127.0.0.1 
 +sphxport=9306 
 +</file> 
 + 
 +Config MYSQL Recommandée: 
 +<code> 
 +innodb_buffer_pool_size = 256M 
 +innodb_flush_log_at_trx_commit=1 
 +innodb_log_buffer_size=64M 
 +innodb_log_file_size=64M 
 +innodb_read_io_threads=4 
 +innodb_write_io_threads=4 
 +innodb_log_files_in_group=2 
 + 
 +innodb_file_per_table</code> 
 + 
 +Import piler: 
 +<code bash> 
 +mkdir /etc/piler 
 +ln -s /usr/local/etc/piler/piler.conf /etc/piler/piler.conf 
 +ln -s /usr/local/bin/pilerimport /usr/bin/pilerimport 
 +/usr/local/libexec/piler/import.sh 
 +</code>
  
linux/mailpiler.1671457084.txt.gz · Dernière modification : de root