Use onion as name in email From header and add some missing docs
This commit is contained in:
@ -8,7 +8,7 @@ Installation Instructions:
|
||||
|
||||
The configuration was designed for a standard Debian unstable installation. It's recommended you install Debian unstable on your sever, but with a little tweaking you may also get this working on other distributions and/or versions.
|
||||
Software you will need to install and configure by copying (and editing according to your needs) the configuration files supplied:
|
||||
nginx, php7.0, php7.1, all php modules you want to support, sshd, vsftpd, phpmyadmin, adminer, mysql or mariadb, logrotate, tor, postfix, dovecot
|
||||
nginx, php7.0, php7.1, all php modules you want to support, sshd, vsftpd, phpmyadmin, adminer, mysql or mariadb, logrotate, tor, postfix, dovecot, saslauthd
|
||||
|
||||
This setup has two postfix instances, one for receiving and sending mail to other .onion services and one for rewriting addresses to pass them on to a clearnet facing mail relay. You may or may not want to create the second instance by running
|
||||
```
|
||||
@ -52,6 +52,11 @@ Add a user to the SQL database for managing hosted sites and grant all privilege
|
||||
php /var/www/setup.php
|
||||
```
|
||||
|
||||
Enable systemd timers to regularly run various managing tasks:
|
||||
```
|
||||
ln -s /etc/systemd/system/hosting-del.timer /etc/systemd/system/multi-user.target.wants/hosting-del.timer
|
||||
ln -s /etc/systemd/system/hosting.timer /etc/systemd/system/multi-user.target.wants/hosting.timer
|
||||
```
|
||||
|
||||
Live demo:
|
||||
----------
|
||||
|
Reference in New Issue
Block a user