Luke Cyca
5fef35c881
Merge pull request #180 from jplock/jp-set-roundcube-pw
Properly set the roundcube database password
пре 11 година
Justin Plock
682bde8ac8
This now works fine in Vagrant 1.4.3, remove the workaround
пре 11 година
Justin Plock
1bd900bfae
Properly set the roundcube database password
пре 11 година
Luke Cyca
cb6a26a626
Merge pull request #179 from jplock/jp-carddav-db
Import carddav database schema
пре 11 година
Justin Plock
057a8c8872
Properly reconfigure the roundcube database and import the carddav tables
пре 11 година
Justin Plock
bd9b22f603
Import carddav database schema. I'm unable to run this against the vagrant VM as the webmail_db_password seems to be automatically generated.
пре 11 година
Luke Cyca
916f3abf80
Merge pull request #177 from jplock/jp-upgrade-znc
Upgrade znc from 1.0 to 1.2 (latest release)
пре 11 година
Luke Cyca
67f8e49e5f
Merge pull request #176 from jplock/jp-relocate-tarsnap-key
Relocate tarsnap.key into /decrypted
пре 11 година
Justin Plock
cd70802509
Upgrade znc from 1.0 to 1.2 (latest release)
пре 11 година
Justin Plock
d19e9a7d73
Move tarsnap.key from /root to /decrypted and don't overwrite it if one already exists (fixes #15 )
пре 11 година
Luke Cyca
ade428dfe2
Merge pull request #175 from jplock/jp-carddav-safer-link
Safer symlink creation and downloaded file removal
пре 11 година
Justin Plock
d3499da52e
Safer symlink creation and downloaded file removal
пре 11 година
Luke Cyca
eaf82cb1fb
Merge pull request #174 from jplock/jp-carddav2
Install the carddav plugin so owncloud contacts can be used (fixes #154 )
пре 11 година
Justin Plock
876b81a1a7
Install the carddav plugin so owncloud contacts can be used (fixes #154 )
пре 11 година
Luke Cyca
b1b3b61324
Merge pull request #170 from jsravn/master
Some minor tweaks
пре 11 година
James Ravn
e3825cf6dd
Revert "Redirects naked domain to www"
This reverts commit 703d356492 .
пре 11 година
Luke Cyca
9c04ac12fe
Merge pull request #171 from bryanjswift/fix-zpush-download
Fix URL of z-push download
пре 11 година
Bryan Swift
9194c5fe55
Fix URL of z-push download
пре 11 година
James Ravn
aa404cd642
Fixes z-push download
пре 11 година
James Ravn
3f45b1bee4
Uses monit to stop/start postgres for tarsnap
пре 11 година
James Ravn
146c587644
Stops postgresql for tarsnap backup
Data loss will occur if backing up postgresql while it runs. A simple
fix is to stop it during the backup. I've moved the backup to early
morning to reduce possible downtime.
A better approach would be to use pg_dump.
пре 11 година
James Ravn
6ec6a6d03f
Uses global roundcube sieve configuration option
The previous behaviour relied on managesieve copying over the
.dovecot.sieve file into the user's directory. I found this to be
particularly fragile. For instance, re-deploying roundcube without
dovecot could overwrite the .dovecot.sieve symlink and break
managesieve.
A better approach is to use the global sieve configuration that
roundcube provides and not mess with dovecot's files directly.
пре 11 година
James Ravn
703d356492
Redirects naked domain to www
Properly behaving websites should 301 redirect the naked domain.
пре 11 година
James Ravn
46eabbedd7
Limits z-push sync to 3 months
This prevents timeouts when trying to sync very large mailboxes. By
default, z-push attempts to get headers for all messages in a folder.
пре 11 година
James Ravn
bccbe24f28
Adds mention of setting up postgresql for owncloud in readme
пре 11 година
Luke Cyca
f83c131bbe
Merge pull request #165 from Korni22/master
Update README to include troubleshooting page in wiki
пре 11 година
Eric S.
6258964079
Update README.textile
пре 11 година
Eric S.
1898c2598d
Update README.textile
пре 11 година
Eric S.
a9023647c0
Update README.textile
пре 11 година
Luke Cyca
bfbdafd5aa
Merge pull request #162 from nstanke/patch-1
polish to match the replacement of MySQL.
пре 11 година
Norman S.
fd6c99c0d2
polish to match the replacement of MySQL.
polish to match the replacement of MySQL with PostgreSQL.
пре 11 година
Luke Cyca
56737491d6
Merge pull request #161 from ariddell/master
Quote password substitution (may contain spaces)
пре 11 година
Allen Riddell
9a6cbcd925
Quote password substitution (may contain spaces)
пре 11 година
Luke Cyca
7a45fc25e2
Merge pull request #160 from ariddell/master
Quote password variables (they may contain spaces)
пре 11 година
Allen Riddell
d1e9e2b4ff
Quote password variables (they may contain spaces)
String-valued variables containing spaces can be substituted into an ansible
tasks file but they will not be interpreted correctly.
пре 11 година
Luke Cyca
be9db3054a
Merge pull request #159 from knitatoms/patch-1
Docs on setting up a DNS txt record for DKIM
пре 11 година
Tom Atkins
645ac231a1
Docs on setting up a DNS txt record for DKIM
To take advantage of the OpenDKIM installation it's important to set up a DNS txt record. This documentation addition explains how to do that.
пре 11 година
Luke Cyca
fb743a9889
Merge pull request #158 from snowyote/master
quote password environment variable
пре 11 година
Ben Morse
869e73fa4d
quote password environment variable in case it contains shell metacharacters
пре 11 година
Luke Cyca
fdce2b0a9a
Merge pull request #151 from nureineide/master
Making main user's shell configurable
пре 11 година
Benjamin Reitzammer
d957760697
Making main user's shell configurable
пре 11 година
Luke Cyca
a65dd414c8
Merge pull request #152 from ConceitedCode/patch-1
Allow # in mail_db_password
пре 11 година
Luke Cyca
299c5d3115
Merge pull request #140 from jplock/jp-postgres-pid
PostgreSQL 9.1 installs its pid into a different folder than 9.2
пре 11 година
Cameron Rudnick
0493e9b57e
Allow # in mail_db_password
I had a # in my mail_db_password and spent the last 2 hours trying to figure out why I couldn't connect by IMAP. A # is only allowed if the connect string is wrapped in quotes.
пре 11 година
Alex Payne
e1dbde2cb4
Merge pull request #145 from jplock/jp-postgres-tarsnap
Tarsnap looking for PostgreSQL in the wrong place
пре 11 година
Justin Plock
6e669fb2df
Following the instructions of using a Debian 7 image, PostgreSQL 9.1 is installed in /var/lib/postgresql not /opt/postgresql
пре 11 година
Alex Payne
ea6833bafa
Merge pull request #144 from jplock/jp-ufw-udp-port
Allow both TCP and UDP port 53 for DNS lookups through OpenVPN
пре 11 година
Justin Plock
3b0308d69e
Allow both TCP and UDP port 53 for DNS lookups through OpenVPN
пре 11 година
Alex Payne
2e72d6f670
Merge pull request #142 from jplock/jp-freenode-ssl-port
Update chat.freenode.net port to SSL-only
пре 11 година
Justin Plock
f16d7f33d7
If we want to use SSL, I wasn’t able to connect to port 6667 so I had to change this to 6697 which is the SSL only port
пре 11 година