- 02 Jul, 2015 1 commit
-
-
PortableTech authored
Modify outgoing_mail_header_filters and mail-postfix.sh files to result in the primary hostname, and the public ip of the server showing in the first mail header route instead of unknown and 127.0.0.1. This could help lower the spam score of mail sent from your server to some public mail services.
-
- 24 Jun, 2015 6 commits
-
-
PortableTech authored
Currently MiaB creates 1024 bit keys which is seen as a minimum standard by several providers such as Google who already uses a 2048 bit key. Increasing the keysize beyond 2048 is an issue as it often goes beyond supported DNS record sizes.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Reject outgoing mail if MAIL FROM (envelope sender) does not match login name or is not an alias that directs mail (directly) to login name.
-
Joshua Tauberer authored
ownCloud breaks if download fails (Issue #449)
-
aLeX authored
If the downloaded file doesn't pass hash verification, the script exits and leaves a broken system Just make hash verification before moving owncloud directory
-
- 23 Jun, 2015 1 commit
-
-
Joshua Tauberer authored
-
- 21 Jun, 2015 2 commits
-
-
Joshua Tauberer authored
validate certificates using the cryptography python package as much as possible, shelling out to openssl just once instead of four times per certificate * Use `cryptography` instead of parsing openssl's output. * When checking if we can reuse the primary domain certificate or a www-parent-domain certificate for a domain, avoid shelling out to openssl entirely.
-
Joshua Tauberer authored
-
- 20 Jun, 2015 1 commit
-
-
Morteza Milani authored
-
- 18 Jun, 2015 8 commits
-
-
Toilal authored
[JT added installing netcat-openbsd in system.sh]
-
Joshua Tauberer authored
add a new autoconfiguration option PRIMARY_HOSTNAME=auto to simply grab the hostname from reverse DNS drawn from https://github.com/Toilal/mailinabox/commit/5b23a06a7410e4530a56fd6200a6c46c3c6ea9b6.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
move more of start.sh into questions.sh to keep start.sh cleaner and encapsulate all of the variable setting in a single script Based on https://github.com/Toilal/mailinabox/commit/5b23a06a7410e4530a56fd6200a6c46c3c6ea9b6.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
fix wrong redirect for automatic www subdomain redirects
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 17 Jun, 2015 3 commits
-
-
bizonix authored
$ curl -I https://www.site.co.il/static/images/1.png?a=b | grep Location Location: https://site.co.il?a=b but should be something like Location: https://site.co.il/static/images/1.png?a=b
-
Joshua Tauberer authored
-
Joshua Tauberer authored
This was broken by the ability to have multiple TXT records in 9f1d633a.
-
- 15 Jun, 2015 1 commit
-
-
Joshua Tauberer authored
-
- 14 Jun, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 12 Jun, 2015 1 commit
-
-
Norman Stanke authored
-
- 10 Jun, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 07 Jun, 2015 2 commits
-
-
Joshua Tauberer authored
fix loop redirecting
-
bizonix authored
server is redirecting the request for this address in a way that will never complete
-
- 06 Jun, 2015 8 commits
-
-
Joshua Tauberer authored
* Set ssl_stapling_verify to off per https://sslmate.com/blog/post/ocsp_stapling_in_apache_and_nginx ('on' has no security benefits). * Set resolver to 127.0.0.1, instead of Google Public DNS, because we might as well use our local nameserver anyway. * Remove the commented line which per the link above would never be necessary anyway. OCSP seems to work just fine after these changes.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
the control panel auth hmac message should also include the user's password so that resetting a password in the database forces that user to log in to the control panel again; also use a sha256 hmac
-
Joshua Tauberer authored
-