Thomas Buck
82a931b55d
Remove Tarsnap stuff
il y a 5 ans
Thomas Buck
31afcaa7b9
Remove encfs and call directory data instead of decrypted
il y a 5 ans
Thomas Buck
183b80da8d
Remove Google Authenticator / Two-Factor Authentification
il y a 5 ans
Thomas Buck
3529418579
Merge branch 'prosody' of github.com:Titan-C/sovereign
il y a 5 ans
Thomas Buck
9a21653cba
VPN should redirect all traffic - fix for merged PR657
il y a 5 ans
Thomas Buck
4d674b5f9a
Merge branch 'openvpn-bug-fixes' of github.com:alexec/sovereign
il y a 5 ans
Thomas Buck
528e50db72
Merge branch 'master' of github.com:bwhaines/sovereign
il y a 5 ans
Thomas Buck
16742027f2
Merge branch 'pkginstall' of github.com:Titan-C/sovereign
il y a 5 ans
Thomas Buck
b36ea4b88b
Merge branch 'newphp' of github.com:neuhaus/sovereign
il y a 5 ans
Thomas Buck
9b0d6e0373
Merge branch 'sshd' of github.com:Titan-C/sovereign
il y a 5 ans
Thomas Buck
4982186d7c
Merge branch 'vhost-https' of github.com:johngian/sovereign
il y a 5 ans
Óscar Nájera
f4402f9916
[Prosody] Deprecated mod_privacy in favor of blocklist
Configuration file needs to belong to prosody user
il y a 6 ans
Sven Neuhaus
eccc871e0e
add php-xml php-mbstring for roundcube.
also fix fix php-sqlite3 package name
il y a 6 ans
Sven Neuhaus
70e4a29798
add bionic
il y a 6 ans
Sven Neuhaus
4acd20861f
add bionic
il y a 6 ans
Sven Neuhaus
c9f1d3ec6f
whitespace
il y a 6 ans
Sven Neuhaus
50648ca76d
add bionic
il y a 6 ans
Sven Neuhaus
6b06faa814
add bionic
il y a 6 ans
Sven Neuhaus
0b8852ef39
Merge pull request #741 from johngian/fix-nested-openvpnclients
Fix nested iteration of `openvpn_clients`.
il y a 6 ans
John Giannelos
351addffd7
Force https on mail autoconfig apache vhost.
il y a 8 ans
John Giannelos
264d61ec73
Fix nested iteration of `openvpn_clients`.
il y a 6 ans
Brett Haines
eddcdd7993
Updating fail2ban jail list
il y a 6 ans
Óscar Nájera
8f0cc14f76
Fix: Ansible uses the value present in apt module state parameter
il y a 6 ans
Óscar Nájera
ae0594dc4a
use mozilla sshd config on algorithms
il y a 6 ans
Sven Neuhaus
71db4f18c3
update regarding xenial
il y a 6 ans
Sven Neuhaus
69ade1636e
add missing organization to testing
fixes issue #734
il y a 6 ans
Sven Neuhaus
795f8d3b40
Change PHP package names on Xenial and Stretch
an improved version of PR #696
il y a 6 ans
chadrh
595075268e
Add dependencies tag to some tasks where it was missing
il y a 7 ans
Michael Gierens
b405e40d05
Install owncloud with owncloud-files package
The `owncloud` metapackage also installs dependencies such as Apache.
To avoid version problems, just install ownCloud.
il y a 7 ans
Óscar Nájera
bf3ad0653c
Install dovecot-antispam module
il y a 7 ans
Alexander J. Dita
0eebe96dcd
Fix possible pgsql connection issues from missing quotes
il y a 7 ans
Mike Ashley
6108f39899
Update design document for mail server
il y a 7 ans
Mike Ashley
486c3f1414
Replace OpenDKIM with Rspamd's dkim_signing module
- remove configuration of OpenDKIM
- remove OpenDKIM milter from postfix's configuration
- add configuration files for rpsamd's dkim module
- update the rspamd task
- update services in README
il y a 7 ans
Mike Ashley
14615ae223
Switch to Rspamd for DMARC handling
- Remove OpenDMARC
- Configure Rspamd for DMARC handling
- Update services and how to set up DNS records in README
il y a 7 ans
Sven Neuhaus
e6888d0d35
added python requirement.
resolved issue #721
il y a 7 ans
Mike Ashley
257a2252b5
Configure rspamd to accept logwatch's logs
Sometimes logwatch logs will contain URLs and domain names that trip
on abuse lists. Use a custom filter to remove these checks.
il y a 7 ans
Mike Ashley
fe60d23bad
Remove unnecessary option to supply password
Password is not necessary when using a trusted
connection (localhost). Tested by moving mail in and out of Junk
folder while monitoring `/var/log/rspamd/rspamd.log`.
il y a 7 ans
Mike Ashley
5e2c8c8a2d
Remove redundant greylisting
il y a 7 ans
Mike Ashley
c9bb6dba92
Remove rmilter from mailserver configuration
Rmilter [is no longer
needed](https://rspamd.com/doc/quickstart.html#rmilter -setup) as of
Rspamd 1.6.
il y a 7 ans
Mike Ashley
65df56e057
Restore full-text search with Solr
The configuration file `90-plugin.conf` exists but was not getting
installed.
il y a 7 ans
Arjen Verstoep
46b234929a
Correct configuration of imap plugins
il y a 7 ans
Sven Neuhaus
f9fa16f2ad
Merge pull request #717 from openelectron/rmilter_error
rmilter fails to start due to a missing trailing semicolon.
il y a 7 ans
Rob Shaw
0b0b22b679
rmilter fails to start due to a missing trailing semicolon.
there is a missing semicolon that causes rmilter not to start with error:
"config file parse error! line: 156, text: tempdir, reason: syntax error"
which, as expected is the following line
il y a 7 ans
Allen Riddell
2349ecb0d0
Merge pull request #714 from bryanvoss/patch-1
Update for Debian 9
il y a 7 ans
Bryan Voss
128b7e63a2
Update for Debian 9
il y a 7 ans
Sven Neuhaus
6064b93c85
Use yunohost repository for rspamd package on ARMv7
The stock rspamd package provided by Raspbian (jessie) is at version 0.6.10. The rspamd repository doesn't offer binaries for the armhf architecture (e.g., Raspberry Pi 3) in order to get a more recent package. Instead, use the yunohost repository for rspamd package (currently at 1.3.5) on armhf.
il y a 7 ans
Sven Neuhaus
bd0c17a487
Merge pull request #670 from synchrone/builtin-password-hashing
Implementing password hashing inside password_hash filter plugin
il y a 7 ans
Sven Neuhaus
30438d2f0e
Merge branch 'master' into builtin-password-hashing
il y a 7 ans
Sven Neuhaus
0705226731
Merge pull request #679 from adborden/le-postrenew-prosody
Restart prosody after LE cert renewal
il y a 7 ans
Sven Neuhaus
f223fb7aab
Merge pull request #690 from themsay/develop
Add group name ssl-cert for SSL certificates
il y a 7 ans