Joost Baaij
ae2e74bb79
make NTP pool configurable
use the world-wide pool by default, but specify north-america in
user.yml. Also, documentation. This way Sovereign will still behave the
same, but the NTP servers can be changed when desired.
10 years ago
Joost Baaij
4837d2e87a
extract NTP logic
10 years ago
Luke Cyca
460026cfb3
Merge pull request #135 from tilsammans/fail2ban-imaps-pop3s
added pop3s and imaps ports to fail2ban.
10 years ago
Joost Baaij
715399a2f1
added pop3s and imaps ports to fail2ban.
Otherwise only pop and imap (un-secured) are blocked.
Which we don't use.
10 years ago
Luke Cyca
f7cccbc89c
Merge pull request #133 from tilsammans/pop3s
Enabled POP3S for old-timeys who dig that
10 years ago
Luke Cyca
121cde3814
Merge pull request #134 from tilsammans/unattended-upgrades
Enabled unattended-upgrades
10 years ago
Joost Baaij
2033c37982
Enabled unattended-upgrades
This works on Debian/Ubuntu only.
There are similar packages for other distributions, but they still
need manual configuration. It seemed better to go for the common
denominator. unattended-upgrades is usually installed by default
anyway, so we are just reinforcing best practices.
10 years ago
Joost Baaij
335cef5c9f
Enabled POP3S for old-timeys who dig that
added dovecot-pop3d
allowed in the firewall
monitored with monit
added relevant tests
10 years ago
Luke Cyca
40f8c50239
Merge pull request #132 from jplock/patch-1
Changed port to reflect MySQL -> Postgres change
10 years ago
Justin Plock
75ce61f993
Changed port to reflect MySQL -> Postgres change
Updated the default port to reflect MySQL to Postgres change (port 3306 to 5432)
10 years ago
Alex Payne
f24a8a5dd7
Merge pull request #131 from jlund/openvpn-improvements
OpenVPN improvements
10 years ago
Joshua Lund
4ed07a1e0a
* Made the OpenVPN port and protocol (tcp/udp) configurable
* Added 'cipher' and 'auth' lines to the generated client configs
10 years ago
Alex Payne
b4f6ecb516
Merge pull request #126 from yuvadm/self-signed-ssl
Add self-signed SSL cert section to README
10 years ago
Alex Payne
2a0d379db3
Reflect change to Postgres in README
10 years ago
Alex Payne
1d6a039e8a
Merge pull request #129 from ssoriche/postgres_only
Change database to PostgreSQL
10 years ago
Shawn Sorichetti
1dc0a81479
Convert all varchars to text
PostgreSQL works similarly with varchar and text columns. Rather than
limiting the amount of characters a column can hold simply use text
columns.
Because this sql is now PostgreSQL specific, there's no need to maintain
what was set in the mysql settings.
10 years ago
Shawn Sorichetti
da1b1ad685
Change database to PostgreSQL
Remove all configuration for MySQL and configure PostgreSQL as the main
database.
All *_mysql_* options have been changed to *_db_* options.
Postgres requires the database user to have a password in order to
connect via localhost. The db_admin_password option is used to set the
password of the admin user (usually postgres).
11 years ago
Yuval Adam
70f2a4445f
Add self-signed SSL cert section to README
11 years ago
Luke Cyca
0f32a2380d
Merge pull request #127 from tilsammans/indexes
add indexes on the virtual alias tables
11 years ago
Luke Cyca
3ca29de6f3
Merge pull request #124 from markpasc/no-fail2ban-mail
Don't individually mail all fail2ban actions
11 years ago
Joost Baaij
b5bf654181
added indexes on the virtual alias tables
When you're hosting a couple of hundred aliases, you will benefit.
It seems safer to create the index and deal with the slight overhead
for just a couple of records, as opposed to not having these
indexes and deal with serious performance issues if you have
lots of aliases on the machine.
11 years ago
Mark Paschal
10aff54015
Only ban in response to fail2ban results
Don't mail them individually to the destemail. The destemail setting is thus no
longer used, but let's set it anyway to be clear where it will mail if you
change the action back.
11 years ago
Luke Cyca
94272dd5e0
Merge pull request #122 from bryanjswift/recipient_delimiter
recipient_delimeter not working
11 years ago
Bryan J Swift
dc3dac0fc0
Use `${user}@${nexthop}` instead of recipient
This allows the `recipient_delimiter` setting in etc_postfix_main.cf.j2
to function as intended.
Fixes: #121
11 years ago
Bryan J Swift
299aba3e4c
Add (failing) test for email recipient with delimiter
See #121
11 years ago
Alex Payne
6905fd0e3e
Merge pull request #119 from soulrebel/fix_owncloud_install
Update the APT cache after adding the ownCloud repo
11 years ago
Andrea Ratto
f2b12a0fb3
Update the APT cache after adding the ownCloud repo
11 years ago
Luke Cyca
5853ee9261
Fix test as per #106
11 years ago
Luke Cyca
9d17bc5b1c
Merge pull request #118 from brucespang/rss-cron-fix
Silence the selfoss cron job
11 years ago
Bruce Spang
ed9522e16f
silence the selfoss cron job
11 years ago
Luke Cyca
54d4ee0e29
Merge pull request #117 from brucespang/rss-cron-fix
Fix the Selfoss cron job
11 years ago
Bruce Spang
646618fcb8
make the selfoss cronjob not clobber the owncloud cron job, and redirect the output to /dev/null so we don't get email about it
11 years ago
Luke Cyca
d71bf5632d
Set log watch to weekly per http://primozverdnik.com/2011/05/logwatch-once-a-week-is-enough/
Also mailing to root (which gets forwarded to admin_email) for easier automated sorting
11 years ago
Luke Cyca
d0ce813bc3
Remove zpush usage from README in favour of Usage wiki page.
11 years ago
Luke Cyca
827206d90f
Add tests for zpush
11 years ago
PajamaSoft
2d0b5e034c
Update README to include information about Z-Push.
Signed-off-by: PajamaSoft <support@pajamasoft.com >
11 years ago
PajamaSoft
376ce06d64
Add zpush_timezone setting for testing vars
Signed-off-by: PajamaSoft <support@pajamasoft.com >
11 years ago
PajamaSoft
40d0900557
Add and configure latest z-push
Signed-off-by: PajamaSoft <support@pajamasoft.com >
11 years ago
Luke Cyca
30ac25a6cf
Merge pull request #113 from brucespang/rss
Add an RSS Reader
11 years ago
Bruce Spang
bb7466b4fc
add test for selfoss login
11 years ago
Bruce Spang
743a6684c9
add a missing period
11 years ago
Bruce Spang
0b35ecf59c
Add an RSS reader.
11 years ago
Alex Payne
6b0a28e7db
Merge pull request #112 from brucespang/owncloud-speed
OwnCloud speed
11 years ago
Bruce Spang
ef3f229152
remove owncloud debugging tag
11 years ago
Bruce Spang
a2afadd8db
update owncloud's apache config for better cache behavior
11 years ago
Luke Cyca
55bc2f72b6
Merge pull request #109 from bryanjswift/explicit-mailboxes
Split up email address information in `mail_virtual_users`
11 years ago
Bryan J Swift
2592e85270
Remove primary_user from mail_virtual_domains
11 years ago
Bryan J Swift
d9bbc072c0
Split up email address information in `mail_virtual_users`
Use the changed `mail_virtual_users` structure to ensure directories and
sieve rules are created for each defined account.
11 years ago
Luke Cyca
5f69f910ac
Merge pull request #107 from do3cc/monit_status
feat(monit): Enable web interface
11 years ago
Patrick Gerken
5f01f062c7
feat(monit): Enable web interface
Web interface listens on localhost only.
The web interface is needed for polling monit
status from the console via::
monit summary
11 years ago