Remove unnecessary checks

This commit is contained in:
2024-06-05 19:40:33 +02:00
parent 1a3be77244
commit ffac3ea1db
5 changed files with 2 additions and 4 deletions

View File

@ -82,6 +82,7 @@ nano /etc/prosody/prosody.cfg.lua /etc/dovecot/dovecot.conf /etc/postfix/main.cf
Create database tables, activate firewall and enable cron:
```
postmap /etc/postfix/header_checks
cd /var/www/mail && php setup.php && chmod +x /etc/rc.local && /etc/rc.local && systemctl enable mail-cron.timer
```