Mike Ashley
06f6b62e58
Make opendmarc database setup more robust
Instead of registering a handler to run when the database is created,
register a variable and check it immediately to run the schema import.
This avoids a problem where an error between database creation and
schema import 1) leaves the server in a broken state, and 2) rerunning
the playbook doesn't fix it.
hace 9 años
Mike Ashley
48d35b0922
Rename opendmarc task list
Change the name from `dmarc` to `opendmarc` to be consistent with the
names of other task lists in the role.
hace 9 años
Mike Ashley
fc023dfc31
Clean up merge
Clean up some artifacts from the merge to match the `jessie` branch.
Keep the changes on master made with commits bfe6fe84 and e229c551 .
hace 9 años
Mike Ashley
0eb4cda07a
Update mailserver role for rmilter change
The rmilter package changed the name of its listener service similar to
what was done for rspamd (see commit 2dbc976b ).
hace 9 años
Tomas Bedrich
2dbc976b99
Updated rspamd service name
hace 9 años
Adrian Goins
b54337ead6
activate imap on trusty. closes #583
hace 9 años
Adrian Goins
e229c5519b
fix for debian bug in opendmarc report scripts. closes #497
hace 9 años
Mike Ashley
166c57f045
Use submission port for client outgoing email
Currently client email is submitted via ssmtp (port 465). This has been
deprecated for years. The correct way to submit email is via
submission (port 587).
This patch adds port 587 as a second and the default way of submitting
email for delivery. Port 465 remains open for backwards compatibility
with existing clients.
hace 9 años
Mike Ashley
3d68705341
Add leading 0 to octal file permissions
This is done to suppress warnings from ansible-lint.
hace 9 años
Carl Meyer
619eac6534
Adjust comment for clarity.
hace 9 años
Carl Meyer
d46a9c47ef
Idempotency/changed-reporting fixes for OpenDMARC tasks.
hace 9 años
Carl Meyer
7e817bfae6
Encrypt Postgres passwords, and fix change-reporting.
hace 9 años
Carl Meyer
e8796ecd28
Idempotent and independent post-certificate-renewal tasks.
hace 9 años
Laurent Arnoud
d56f0bd7ef
Use https for rpsamd key and repository
hace 9 años
Carl Meyer
1a3d01f311
Complete rmilter/rspamd setup.
hace 9 años
Carl Meyer
d46fb1521b
Make OpenDMARC cron job email root only on error.
hace 9 años
Mike Ashley
8f1b6a9ed8
Arrange for services to restart on cert renewal
hace 9 años
Mike Ashley
beaceafbd1
Update mailserver role to use LE certificate
hace 9 años
Mike Ashley
1bc60827ef
Revert opendmarc to use mysql
An earlier commit started transitioning opendmarc to use postgres, but
this was incomplete. This patch reverts that change and uses mysql for
the reporting database.
Other changes:
* Do not maintain a copy of the database import schema. A copy is
included in the distribution in /usr/share/doc, so that is used
instead.
* The configuration file is replaced with the distribution's sample
configuration. A second patch will restore the actual configuration.
This will make the changes easier to see if the default configuraton
file changes in future versions of opendmarc.
hace 9 años
Mike Ashley
195d8811fc
Remove references to Trusty and Wheezy
Make a clean distinction between Debian 7 and Debian 8. Anticipate the
next Ubuntu LTS release (Xenial) that is planned for support.
hace 9 años
Mike Ashley
ae6d97a4b6
Match tomcat version to solr
The package solr installs and uses tomcat7. Installing tomcat8 appears
to be a mistake for Debian Jessie.
hace 9 años
Carl Meyer
3265e77865
Update rspamd repository to the official one.
hace 9 años
Sebastian Kriems
fe536873b7
ufw tasks shall have the ufw tag
resolves #453
Conflicts:
roles/common/tasks/ufw.yml
hace 9 años
Mike Ashley
aa59a1a2f0
Correct special-casing of z-push Apache configuration
hace 9 años
Stuart Read
e444efa2b4
Add jessie to special-casing for modern apache conf.d handling.
hace 9 años
Stuart Read
22ef6be96e
Revert "Z-push apache config: Jessie also uses conf-available/conf-enabled"
This reverts commit 6b53da4bdc .
Using a different approach to maintain wheezy compatibility
hace 9 años
Sebastian Kriems
968abba197
ufw tasks shall have the ufw tag
resolves #453
hace 9 años
Stuart Read
6b53da4bdc
Z-push apache config: Jessie also uses conf-available/conf-enabled
hace 9 años
rokaz
a8a0905738
Fix dependency for Solr
hace 9 años
Alex Payne
69abd70297
Remove references to Debian 7
hace 10 años
Alex Payne
2352d2d67e
OpenDMARC running under Postgres (?)
hace 10 años
Alex Payne
7275a52ba6
Update to Tomcat 8
hace 10 años
Alex Payne
34d537fcf2
Remove Dovecot installation for older distros
hace 10 años
Alex Payne
2e966fe790
Don't need older Postgres anymore
hace 10 años
Alex Payne
b674e0a669
Unified Solr installation across distros
hace 10 años
Alex Payne
ecaa4c2330
Partially working Rspamd replacement for dspam
hace 10 años
Alex Payne
58a4532fe7
Better permission handling for OpenDMARC.
Resolves #400 .
hace 10 años
Alex Payne
7bb62ca678
Explicitly require MySQL server as part of OpenDMARC isntall.
Resolves #410 .
hace 10 años
Pavel Karoukin
a86e43d5b4
Couple issues with OpenDMARC on Debian 7:
* fix mail_db_opendmarc_username/mail_db_opendmarc_password variable
not found.
* python-mysqldb package is required. Add it to opendmarc task.
hace 10 años
Laurent Arnoud
21e0110684
Ignore copy tasks
hace 10 años
Laurent Arnoud
a09e2e71c1
tar used in place of unarchive module
hace 10 años
Alex Payne
26d61c68a8
Implement OpenDMARC. Resolves #369 .
hace 10 años
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
hace 10 años
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
hace 10 años
John Rogerson
f72e1d2350
Update dovecot version from wheezy backports
For correct implementation of the fix for logjam attack (https://github.com/sovereign/sovereign/pull/372 ), state=latest is needed to grab sufficient version of Dovecot. If not then 37aa7e2cb5 doesn't work.
hace 10 años
Sven Neuhaus
c898aa98d6
Install postgresql 9.4, 9.3 or 9.1 if available
(on Debian Jessie, Ubuntu Trusty or older distributions such as
Debian Wheezy and Ubuntu Precise).
hace 10 años
Sven Neuhaus
a849a49f37
Fix: Files shouldn't be owned or writeable by httpd unless necessary.
hace 10 años
Sven Neuhaus
8b5ed21e38
use wheezy-backports for dspam and solr packages on wheezy
relates to pull request #372
hace 10 años
Alex Payne
34448d5d34
install Dovecot from wheezy-backports on wheezy, specifying default_release
hace 10 años
Alex Payne
5222776e34
install Dovecot from wheezy-backports on wheezy, specifying default_release
hace 10 años