1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-11 19:30:55 +00:00

Commit Graph

  • 0924f8ca7a allow for PEM private keys in the 'BEGIN PRIVATE KEY' format too Joshua Tauberer 2015-07-02 15:34:16 -0400
  • 6302aa6c12 Merge pull request #479 from hnk/patch-1 Joshua Tauberer 2015-07-02 13:44:03 -0400
  • da4d9ff607 update docstring to clarify usage of -c option Hnk Reno 2015-07-02 19:27:05 +0200
  • dd0bdef640 Added more bantime and lowered max retry attempts kri3v 2015-07-02 12:55:43 -0300
  • 8d79945812 Made changes recommended by JoshData. Brian Bustin 2015-07-02 08:56:58 -0400
  • e57e08088a the control panel would not allow installing a certificate for a www redirect domain, fixes #475 Joshua Tauberer 2015-07-02 10:53:39 +0000
  • 5e43c394d5 Merge pull request #477 from anoma/master Joshua Tauberer 2015-07-02 06:22:57 -0400
  • b2eaaeca4b Revert to default 6 ssh/ddos login attempts anoma 2015-07-02 10:23:48 +0100
  • e2d9a523c3 Cleanup blank lines, comments and whitespace to make it easier to follow anoma 2015-07-02 10:19:37 +0100
  • 11df1e4680 Unnecessary config item, inherited from default jail.conf anoma 2015-07-02 10:10:50 +0100
  • 53d5542402 Revert to default 600 second ban time anoma 2015-07-02 10:08:50 +0100
  • bfda3f40b9 Unnecessary config item, inherited from default jail.conf anoma 2015-07-02 09:55:59 +0100
  • be586e4006 Fixed issue with domain tests caused by get_secondary_ns now returning a list. Brian Bustin 2015-07-01 22:12:02 -0400
  • f9c078c3aa Some secondary DNS hosting providers like DNS Made Easy provide different IP addresses for notifies and zone transfers. Added the ability to add these in the custom.yaml, but purposely did not expose it in the UI as it would probably serve to confuse the majority of people. Brian Bustin 2015-07-01 21:55:54 -0400
  • 32a6ebe2ca Now accepts one or more secondary nameservers. Works from the web interface. Brian Bustin 2015-07-01 21:16:28 -0400
  • c23c1c311e no message Brian Bustin 2015-07-01 15:10:12 -0400
  • ac5921051c no message Brian Bustin 2015-07-01 15:06:28 -0400
  • e1a545d9d4 Initial backend changes to make it possible to have one or more secondary name servers Brian Bustin 2015-07-01 15:02:40 -0400
  • c0ddceb2bd Merge pull request #471 from hnk/patch-1 Joshua Tauberer 2015-06-30 12:00:27 -0400
  • 42a506231b don't automatically create the administrator@ alias (e.g. on first user creation) because we dont know what it should be an alias to (leave this to be resolved manually), fixes #470 Joshua Tauberer 2015-06-30 09:11:19 -0400
  • e3252f53da idna domains in certificate subject alternative names were not handled correctly after switching to cryptography package Joshua Tauberer 2015-06-30 12:53:56 +0000
  • aa33428311 some IDNA functionality was still using Python's built-in IDNA 2003 encoder rather than the idna package's IDNA 2008 encoder Joshua Tauberer 2015-06-30 12:45:58 +0000
  • ca5d228be6 Set PHPs default charset to UTF-8, since we use it. Closes #367. Hnk Reno 2015-06-30 11:31:43 +0200
  • f89a98c78a v0.11b to fix missing package for apt-add-repository v0.11b Joshua Tauberer 2015-06-29 21:52:47 -0400
  • a3087d8815 must install software-properties-common to have add-apt-repository Joshua Tauberer 2015-06-29 21:39:19 -0400
  • 23d2df7a93 v0.11 v0.11 Joshua Tauberer 2015-06-29 20:58:35 -0400
  • 1cd97d46a2 press hit Joshua Tauberer 2015-06-27 10:10:33 -0400
  • 53f84a8092 set ssl_stapling_verify back to on, reverts part of 47de93961e Joshua Tauberer 2015-06-27 07:14:16 -0400
  • 6441de63ba typo in security.md Joshua Tauberer 2015-06-26 11:38:40 -0400
  • b2553aea33 note the new sender email address spoofing restriction at the top of the changelog Joshua Tauberer 2015-06-26 11:36:10 -0400
  • dec117d03b securely update to a newer version by verifying the signed git tag prior to checkout secureupgrade Joshua Tauberer 2015-04-18 14:24:17 +0000
  • 5ef1cfbdc7 forgot new version.html template file Joshua Tauberer 2015-06-25 17:43:50 +0000
  • 7527b4dc27 show the Mail-in-a-Box version in the control panel and a button to ping the MiaB website for the latest version Joshua Tauberer 2015-06-25 13:42:22 +0000
  • 1367816b04 merge #451 - Increase DKIM key length to 2048 Joshua Tauberer 2015-06-25 13:07:29 +0000
  • 299a2315c1 dkim 2048 bits - migration and zone file generation changes Joshua Tauberer 2015-06-25 13:02:40 +0000
  • 9a6aea6940 changelog entry for z-push autodiscover case insensitivity Joshua Tauberer 2015-06-25 12:32:07 +0000
  • 98cd04cccf Merge pull request #452 from m4rcs/master Joshua Tauberer 2015-06-25 08:28:44 -0400
  • 0cc20cbb97 Fixed a bug where autoconfiguration for Z-Push fails due to case of URL. Marc Schiller 2015-06-25 11:56:33 +0200
  • ef6a17d4a6 Increase DKIM key length to 2048 PortableTech 2015-06-24 18:49:19 -0400
  • 17a149947a other CHANGELOG updates Joshua Tauberer 2015-06-24 18:16:25 -0400
  • a2c50ae967 note the new SMTP mail from restriction in the changelog and security guide Joshua Tauberer 2015-06-24 18:12:41 -0400
  • 13958ba4df Merge pull request #427 from pichak/add-sender-login-mismatch Joshua Tauberer 2015-06-24 18:03:03 -0400
  • 8eb71483f3 Merge pull request #450 from agriffaut/patch-1 Joshua Tauberer 2015-06-24 08:11:30 -0400
  • d8e30883fa Issue #449 aLeX 2015-06-24 14:06:01 +0200
  • 47acbbf332 bump to latest version of my email_validator library Joshua Tauberer 2015-06-23 16:42:48 -0400
  • dece359c90 validate certificates using the cryptography python package as much as possible, shelling out to openssl just once instead of four times per certificate Joshua Tauberer 2015-06-21 10:36:41 -0400
  • 6a9eb4e367 improve inline documentation for the virtual-alias-maps query Joshua Tauberer 2015-06-21 08:22:11 -0400
  • fc03ce9b2f Fix login map. Now includes both emails and aliases Morteza Milani 2015-06-20 03:27:18 -0700
  • e004041de2 more dockerization work docker Toilal 2015-04-04 17:50:16 +0200
  • 4eb9af2ebd simplify dockerization Joshua Tauberer 2015-01-30 17:40:58 -0500
  • 51d89a780d Fully working docker! Morteza Milani 2015-01-24 13:59:16 +0330
  • 299a5c6355 dockerize (work in progress) Joshua Tauberer 2014-08-17 08:48:27 -0400
  • ce17c12ca2 Use netcat to check if mailinabox webservice is available Toilal 2015-04-04 17:44:14 +0200
  • 5edaeb8c7b add a new autoconfiguration option PRIMARY_HOSTNAME=auto to simply grab the hostname from reverse DNS Joshua Tauberer 2015-06-18 07:35:48 -0400
  • 3a28d1b073 showing the Mail-in-a-Box version using git describe was broken since dd6a8d99 Joshua Tauberer 2015-06-18 07:35:13 -0400
  • 6f2226bfcd move more of start.sh into questions.sh to keep start.sh cleaner and encapsulate all of the variable setting in a single script Joshua Tauberer 2015-05-07 07:11:21 -0400
  • 97cd4c64ad don't expose PHP version in the X-Powered-By header, closes #439, fixes #433 Joshua Tauberer 2015-06-18 11:12:03 +0000
  • 43d50d0667 Merge pull request #445 from bizonix/patch-1 Joshua Tauberer 2015-06-18 07:05:01 -0400
  • 6258a7f311 status checks were broken if sshd was not present, fixes #444 Joshua Tauberer 2015-06-18 11:01:11 +0000
  • ab36cc8968 whitespace=>tabs Joshua Tauberer 2015-06-18 10:54:51 +0000
  • 33b71c6b3c fix wrong redirect bizonix 2015-06-18 01:48:15 +0300
  • 34e821c102 Roundcube 1.1.2 Joshua Tauberer 2015-06-17 10:59:52 +0000
  • 2af557139d default IPv6 AAAA records were missing Joshua Tauberer 2015-06-17 06:18:32 -0400
  • 9e0dcd8718 security.md: add a section on DNSSEC specifically Joshua Tauberer 2015-06-15 08:43:35 -0400
  • 22a5a6f917 Don't expose php version in favor of #433 hide php version Christian Homeyer 2015-06-14 20:56:20 +0200
  • be2b5a62de ownCloud updated to version 8.0.4 Joshua Tauberer 2015-06-14 16:04:07 +0000
  • 0cbba71c72 merge #429 - Move OwnCloud's config to Storage Root Joshua Tauberer 2015-06-14 15:48:09 +0000
  • d28563fb45 tweak the ownCloud config location migration (no need for third ln) Joshua Tauberer 2015-06-14 15:42:32 +0000
  • 38632f0f90 Move OwnCloud's config to Storage Root Norman Stanke 2015-06-12 14:53:02 +0200
  • b3b251d7ee Merge dae05ae17f into 0754ce01b1 Rémi Alvergnat 2015-06-11 03:48:43 +0000
  • c7feddce29 Merge 0a91920a89 into 0754ce01b1 bizonix 2015-06-10 14:16:31 +0000
  • 0a91920a89 custom settings for root directory BiZoNiX 2015-06-09 22:54:50 +0300
  • 7156897a1c adding .vagrant to gitignore BiZoNiX 2015-06-09 21:02:56 +0300
  • 0754ce01b1 questions.sh needs to apt-get update before it does an apt-get install, see #431, see #438 Joshua Tauberer 2015-06-10 09:43:22 -0400
  • 1ef455d37d bootstrap.sh needs to apt-get update before it does an apt-get install, fixes #431 Joshua Tauberer 2015-06-10 09:33:47 -0400
  • d152603abd changelog entries and mention our forks of postgrey and dovecot in the README Joshua Tauberer 2015-06-03 16:30:26 -0400
  • 9e125aec00 Merge pull request #436 from bizonix/patch-1 Joshua Tauberer 2015-06-07 16:30:58 -0400
  • 2c90c267bd fix loop redirecting bizonix 2015-06-07 21:50:41 +0300
  • 47de93961e OCSP improvements Joshua Tauberer 2015-06-06 23:24:09 +0000
  • 1990f32ca4 typo, fixes #435 Joshua Tauberer 2015-06-06 13:22:50 +0000
  • b60b7fae06 Revert "Add OwnNote" Norman Stanke 2015-06-06 15:20:34 +0200
  • f21eab5843 fix typo Norman Stanke 2015-06-06 15:18:20 +0200
  • e4554a123e Merge branch 'master' of https://github.com/mail-in-a-box/mailinabox into typo Norman Stanke 2015-06-06 15:16:50 +0200
  • 807939c0e4 make the +tag address tips clearer Joshua Tauberer 2015-06-06 13:02:23 +0000
  • a1c7bf0883 add munin to readme Joshua Tauberer 2015-06-06 12:55:13 +0000
  • 5008cc603e merge - munin system monitoring Joshua Tauberer 2015-06-06 12:52:22 +0000
  • 9857db96cd add a link to the /admin/munin page from the control panel nav bar Joshua Tauberer 2015-06-06 12:52:16 +0000
  • e9e6d94e3b 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 2015-06-06 12:33:31 +0000
  • 462a79cf47 fix what counts as a required alias, fixes #434 Joshua Tauberer 2015-06-06 12:12:10 +0000
  • 2434f207a5 Add OwnNote Norman Stanke 2015-06-04 17:17:29 +0200
  • f792deeebd when the undocumented custom web settings has a redirect or proxy at the root of a domain, use a minimal nginx config template (same as the new default www redirects) Joshua Tauberer 2015-06-04 12:32:00 +0000
  • 95173bb327 provide redirects from www subdomains of zones to their parent domain Joshua Tauberer 2015-06-04 12:06:02 +0000
  • 1d09e2406b refactor how the nginx config file is assembled Joshua Tauberer 2015-06-04 11:45:08 +0000
  • c9add7a8bf if a user sets a custom A record on PRIMARY_HOSTNAME, which is ignored anyway, don't let that cause PRIMARY_HOSTNAME from being dropped from nginx.conf Joshua Tauberer 2015-06-04 11:38:48 +0000
  • e4caed9277 add a note in the setup script about the use of our postgrey fork and dnswl's license terms Joshua Tauberer 2015-06-03 16:28:05 -0400
  • 1760eaa601 merge #406 - dovecot-lucene & packaging Joshua Tauberer 2015-06-03 15:51:16 -0400
  • b25ce67fe1 bring the postgrey patches into this repository rather than maintaining them in a separate postgrey fork repository Joshua Tauberer 2015-06-01 21:31:11 -0400
  • b23ba6f75e simplify build/setup of dovecot-lucene package Joshua Tauberer 2015-06-01 21:04:20 -0400
  • cf904a05cc Reject outgoing mail if FROM does not match Login Morteza Milani 2015-06-01 21:26:01 -0700
  • 47a5a44b9e v0.10 v0.10 Joshua Tauberer 2015-06-01 18:04:08 -0400