Alex Payne
2e966fe790
Don't need older Postgres anymore
пре 10 година
Alex Payne
b674e0a669
Unified Solr installation across distros
пре 10 година
Alex Payne
ecaa4c2330
Partially working Rspamd replacement for dspam
пре 10 година
Alex Payne
58a4532fe7
Better permission handling for OpenDMARC.
Resolves #400 .
пре 10 година
Alex Payne
417403f534
Use {{ mail_server_hostname }} over mail.servername
Resolves #402 .
пре 10 година
Alex Payne
7bb62ca678
Explicitly require MySQL server as part of OpenDMARC isntall.
Resolves #410 .
пре 10 година
Miloš Hadžić
d823ed0848
Use lmtp instead of lda for delivery.
пре 10 година
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.
пре 10 година
Laurent Arnoud
21e0110684
Ignore copy tasks
пре 10 година
Laurent Arnoud
a09e2e71c1
tar used in place of unarchive module
пре 10 година
Will McCutchen
16b66cc849
Define apache SSL config in one place
пре 10 година
Alex Payne
26d61c68a8
Implement OpenDMARC. Resolves #369 .
пре 10 година
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
пре 10 година
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
пре 10 година
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.
пре 10 година
Sven Neuhaus
a088d9c456
Use "modern" SSLCipherSuite per Mozilla recommendations.
See https://wiki.mozilla.org/Security/Server_Side_TLS for details.
Removes RC4 cipher. Fixes issue #341 .
Also explicitly disabled SSLCompression and enables OCSP stapling.
We should put all these settings in
/etc/apache2/mods-enabled/ssl.conf
to avoid duplication...
пре 10 година
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).
пре 10 година
Sven Neuhaus
a849a49f37
Fix: Files shouldn't be owned or writeable by httpd unless necessary.
пре 10 година
Sven Neuhaus
8b5ed21e38
use wheezy-backports for dspam and solr packages on wheezy
relates to pull request #372
пре 10 година
Alex Payne
34448d5d34
install Dovecot from wheezy-backports on wheezy, specifying default_release
пре 10 година
Alex Payne
5222776e34
install Dovecot from wheezy-backports on wheezy, specifying default_release
пре 10 година
Alex Payne
c3afbc3b46
install Dovecot from wheezy-backports on wheezy. resolves #372
пре 10 година
Yannik
7c5d1c2261
remove duplicate options which are already specified in main.cf
пре 10 година
Sven Neuhaus
37aa7e2cb5
Dovecot: Fix for logjam attack
пре 10 година
Alex Payne
1a96a87374
Ubuntu Trusty gets postgresql-9.3.
Resolves #363 .
пре 10 година
Alex Payne
177ac9222b
Affix Postgres to version 9.1.
Addresses #362 .
пре 10 година
Philip Potter
41243fa3ec
Bump checkrbl version to stop using ahbl
ahbl is no longer being maintained and has been configured to return a
positive value for every host. This means I get a cron warning every
day reporting that my mailserver is in ircbl.ahbl.org and
dnsbl.ahbl.org.
lukecyca/check-rbl#1 has removed ahbl from the blacklists that it
checks. This just pulls in that change.
Unfortunately, ansible's get_url won't update files which have been
downloaded already unless you set force=yes, which will cause ansible to
pull down the file from github on every single run, which isn't really
acceptable. I have filed ansible/ansible-modules-core#625 to ask that
get_url redownload if and only if the sha256sum differs. In the
meantime, you have to manually delete /opt/check-rbl.pl before rerunning
ansible to pull in the update. However, at least this will work fine
for new installs.
Related to #338 (though I don't know if it truly fixes it).
пре 10 година
Sven Neuhaus
ac59435d6e
exclude SSLv3 for all TLS
to mitigate POODLE vulnerability
пре 10 година
Sven Neuhaus
f338b1e15d
Postfix: Disable SSLv2 and SSLv3 for mandatory TLS connections
Postfix: Disable SSLv2 and SSLv3 for 'mandatory SSL' mode connections to completely mitigate the POODLE issue.
пре 10 година
Sven Neuhaus
f4177313d7
Disable SSLv3 in Dovecot imap server
Disable SSLv3 in Dovecot imap server to avoid POODLE vulnerability
пре 10 година
Mike Ashley
cf5d98c505
Correct SMTP port number
пре 11 година
Patrick O'Doherty
6f6fc6a90f
Disable SSLv3 in all Apache vhosts
пре 11 година
Luke Cyca
befde9f660
Update check-rbl to omit uribl. Fixes #279
пре 11 година
Lorenzo Villani
8959f1c183
Add support for Thunderbird automatic configuration
Resolves #114
пре 11 година
Lorenzo Villani
661ed29a3e
Use /usr/sbin/nologin as login shells for vmail and znc users
пре 11 година
Lorenzo Villani
d5ecf673d3
Calm OCD by sorting almost every with_items block in alphabetical order
пре 11 година
Lorenzo Villani
e7703d0d9c
Add support for Apache 2.4 on Ubuntu 14.04
пре 11 година
Michael West
aa2e1a0e74
Increase security of postfix smtp tls ciphers, that is sending email to other smtp servers using encryption
пре 11 година
Alex Payne
e6bd0a08c2
Set `smtpd_relay_restrictions` to backwards compatible mode. Resolves #231 .
пре 11 година
Luke Cyca
1986dc96a4
Fix dspam user parameter and data paths. fixes #196
пре 11 година
Sven Neuhaus
779d6c6bb9
Ubuntu Trusty fix for Dovecot (postgresql 9.3 instead of 9.1)
пре 11 година
Sven Neuhaus
0ebda3b32e
Fixes for Ubuntu 14.04 LTS 'trusty'
* Postfix: Trusty comes with postgresql 9.3, not 9.1
* owncloud 6.0.1 is part of the distribution, doesn't require opensuse repository
* owncloud requires libapache2-mod-php5
* uses prosody repository that matches the ansible_distribution_release (trusty, wheezy, etc)
пре 11 година
Justin Plock
ea0b288818
Moved ufw firewall rules into individual roles
пре 11 година
Thom Wiggers
6312286b64
Remove ahbl as it's being winded down
http://ahbl.org/content/changes-ahbl
Fixes #232
пре 11 година
brandon
7c9084fcba
fixes "Warning: autocreate plugin is deprecated, use mailbox { auto } setting instead"
пре 11 година
Norman S.
b1092e800b
changed from 52 to 5 versions.
пре 11 година
Norman S.
d8153552b8
add logrotate task
пре 11 година
Norman S.
a6889500b6
add logrotate task
пре 11 година
Bryan Swift
9194c5fe55
Fix URL of z-push download
пре 11 година
James Ravn
aa404cd642
Fixes z-push download
пре 11 година