Sven Neuhaus
f223fb7aab
Merge pull request #690 from themsay/develop
Add group name ssl-cert for SSL certificates
преди 7 години
Sven Neuhaus
724d8a96ee
Merge pull request #677 from adborden/dmarc-report-email
Use postmaster@ for DMARC reports
преди 8 години
Allen Riddell
590c316781
Merge pull request #684 from synchrone/ansible2
Switching to Ansible 2
преди 8 години
Ndubisi Nwaku
55770977da
Add group name ssl-cert for SSL certificates
преди 8 години
Aleksandr Bogdanov
27ddd316e5
Making linter hapy
преди 8 години
Aleksandr Bogdanov
decb93b9b6
ansible-lint is not compatible with ansible 2.3 yet, so pinning to 2.2.2.0 for now
преди 8 години
Aleksandr Bogdanov
cdc0d3fb4e
Fixing encfs shell invocation for ansible 2 compatibility
преди 8 години
Aaron D Borden
2bde2afb53
Use postmaster@ for DMARC reports
преди 8 години
Óscar Nájera
74fab5ba30
Update cgit to v1.1
* Install Python 3 pip and cgit dependencies
* Update to cgit 1.1
* Correct Ansible tag syntax for recent versions of Ansible
преди 8 години
Allen Riddell
e016a74d90
Merge pull request #660 from JasonGhent/patch-1
Avoid opportunity for copy-paste trouble
преди 8 години
Jason Ghent
e73d33c0c6
Clarify reason for `sed` in update
преди 8 години
Jason Ghent
2a6eb0a66a
Avoid opportunity for copy-paste trouble
Also more scriptable, in vein of alternative commands provided
преди 8 години
Sven Neuhaus
5581d5f5e9
Merge pull request #650 from Titan-C/utf8
Ensure en_US.UTF-8 locale is present
преди 8 години
Óscar Nájera
0635815b52
Ensure en_US.UTF-8 locale is present
преди 8 години
Allen Riddell
145a836a49
Merge pull request #641 from Peyphour/patch-1
Update README.md
преди 8 години
Peyphour
d43b21525a
Update README.md
Correct command line
преди 8 години
Luke Cyca
5266566d1a
Merge pull request #635 from hippich/626-configure-dovecot-to-move-spam-to-junk-folder
#626 configure dovecot to move spam to junk folder
преди 8 години
Luke Cyca
3f97b7ee54
Merge pull request #634 from OKNoah/patch-1
Clarifies environments, adds non-passwordless option
преди 8 години
OKNoah
ebaafcbdf0
Fixes typo "users"
преди 8 години
OKNoah
769b8f5d98
Fixes typos
преди 8 години
Pavel Karoukin
8cb490b2a0
Create before.d sieve scripts directory
преди 8 години
Pavel Karoukin
eda3dba013
Merge remote-tracking branch 'upstream/master' into 626-configure-dovecot-to-move-spam-to-junk-folder
преди 8 години
OKNoah
a148858a6e
Clarifies environments, adds non-passwordless option
It was unclear where do to the commands. Not everyone will know ansible should not be run from the server. Also, the "optional" passwordless option was not actually optional, given how this was written.
преди 8 години
Pavel Karoukin
76296f3440
#626 configure Dovecot to move emails marked as spam by RSpamD to Junk folder.
преди 8 години
Justin Plock
fb28ed8174
Merge pull request #630 from sigmafeud/var_syntax
Syntax fix in vpn and xmpp tasks.
преди 8 години
David Young
ec3f62c619
Add brackets to variable in prosody task.
преди 8 години
David Young
bee212b96d
Add brackets to variables in openvpn task
преди 8 години
Luke Cyca
a02bd2992c
Merge pull request #617 from hippich/pk-add-dovecot-antispam-plugin-config
Add antispam plugin config for dovecot to trigger rspamd learning whe…
преди 8 години
Justin Plock
897ec11015
Merge pull request #620 from nfedyashev/patch-3
Enable ownCloud virtual host automatically
преди 8 години
Justin Plock
e724c33551
Merge pull request #619 from nfedyashev/patch-2
Bump selfoss_version
преди 8 години
Nikita Fedyashev
35faf171d5
Enable ownCloud virtual host automatically
преди 8 години
Nikita Fedyashev
fb4f68fc05
Bump selfoss_version
преди 8 години
Justin Plock
ba3cbb6f68
Merge pull request #618 from nfedyashev/patch-1
Fix mail_virtual_domains config reading in opendkim
преди 8 години
Nikita Fedyashev
eda6d042a5
Fix mail_virtual_domains config reading in opendkim
without this change it fails on ansible(2.2.0.0) with the following message:
TASK [mailserver : Generate OpenDKIM keys] *************************************
fatal: [sovereign.host]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'unicode object' has no attribute 'name'\n\nThe error appears to have been in '/Users/nfedyashev/Projects/sovereign/roles/mailserver/tasks/opendkim.yml': line 19, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Generate OpenDKIM keys\n ^ here\n"}
преди 8 години
Pavel Karoukin
4a7f9b41ac
Add antispam plugin config for dovecot to trigger rspamd learning whenever message is moved from inbox to spam
преди 8 години
Allen Riddell
e46021468e
Merge pull request #616 from cimm/bare_variable_depreciation
Fix bare variable depreciation
преди 8 години
Simon Schoeters
dbf0c05d88
Fix bare variable depreciation
Newer versions of Ansible complain when using bare variables like
`mail_virtual_users` and prefer the newer `'{{ mail_virtual_users }}'`
syntax.
Noticed the depreciation warning with Ansible version 2.1.2.0.
преди 8 години
Allen Riddell
c72aabdf6e
Merge pull request #612 from Titan-C/readmesecrets
Update readme ubication of passwords
преди 8 години
Óscar Nájera
e897bcb4e2
Update readme ubication of passwords
преди 8 години
Óscar Nájera
e6a10793b0
Fix reference to jessie VM used by Vagrant
The debian81 image used before is no longer available.
преди 8 години
Pavel Karoukin
9df8d06f2c
Make /decrypted/roundcube writeable by www-user
The directory `/decrypted/roundcube` is not writeable by the user
`www-data`. This leads to "unable to connect to the database" errors
from roundcube on new installs. This patch corrects the problem.
преди 8 години
Sven Neuhaus
7123706c9e
added CII best practices badge status
преди 8 години
Luke Cyca
f8674565dd
Fix rmilter to use tcp socket
Use a Unix socket instead of a TCP socket as a Unix socket doesn't play nicely with postfix running
smtpd in a chroot. The author of rmilter recommends using a TCP socket per
https://github.com/vstakhov/rmilter/issues/39
преди 8 години
Mike Ashley
c83933c319
Correct status of Roundcube support
преди 8 години
wsteitz
0dc795a8be
Upgrade selfoss to version 2.15
Changelog at https://github.com/SSilence/selfoss/releases/tag/2.15
преди 8 години
Sven Neuhaus
c8a58ff206
Merge pull request #593 from wsteitz/postgres-common
Setup postgres in common role
преди 8 години
Sven Neuhaus
c50b1255c3
Merge pull request #592 from bpeterman/master
Added abuse as a default alias
It's mentioned in RFC 2142, I think it'll do no harm to add this
преди 8 години
Wolfgang Steitz
3a42d15850
setup posgres within the common role
Postgres is used by several roles, but the setup is currently part of the 'mailserver' role. By moving it to 'common', it's possible to disable the mailserver without breaking the others.
преди 8 години
Blake Peterman
1586c01e30
Added abuse as a default alias
преди 8 години
Allen Riddell
60bdb9371c
Merge pull request #591 from mikeashley/opendmarc-fix
Make opendmarc database setup more robust
преди 8 години