Server
How to Install Apache Cassandra on Debian
A database is a place where you store information. Cassandra is a type of database that is different from most…
Reset Rspamd Bayes filter
Rspamd is a widely used email and spam filtering solution. It consists of a set of rule-based filters, blacklists, greylisting,…
How to renew the SSL certificate for dovecot on CentOS
Make a backup of the old key and certificate file mv /etc/ssl/certs/dovecot.pem /etc/ssl/certs/dovecot.pem.old mv /etc/ssl/private/dovecot.key /etc/ssl/private/dovecot.key.old Create the new SSL…
How to enable port 465 (smtps) in postfix mailserver
More and more internet access providers are closing port 25 to reduce spam except for connections to their own mail…
Change PostgreSQL Locale
wrote by Rafael Marangoni, from Suporte Linux team. This article explains how to change the default PostgreSQL Locale. Be careful,…
How can an email user in ISPConfig 3 change his password?
There are three ways that an ISPConfig email user can use to change his email password (when he has no…
Configure PostgreSQL to accept connections from network
wrote by Rafael Marangoni, from Consultoria Linux team. By default, on some distros, PostgreSQL will only accept connections from localhost.…