1. 27 Jun, 2016 3 commits
  2. 06 Jun, 2016 4 commits
  3. 02 Jun, 2016 2 commits
    • Joshua Tauberer's avatar
      v0.18c · 6666d28c
      Joshua Tauberer authored
      6666d28c
    • Joshua Tauberer's avatar
      Dovecot LMTP accepted all mail regardless of whether destination was a user,... · 66675ff2
      Joshua Tauberer authored
      Dovecot LMTP accepted all mail regardless of whether destination was a user, broken by ae8cd4ef, fixes #852
      
      In the earlier commit, I added a Dovecot userdb lookup. Without a userdb lookup, Dovecot would use the password db for user lookups. With a userdb lookup we can support iterating over users.
      
      But I forgot the WHERE clause in the query, resulting in every incoming message being accepted if the user database contained any users at all. Since the mailbox path template is the same for all users, mail was delivered correctly except that mail that should have been rejected was delivered too.
      66675ff2
  4. 17 May, 2016 3 commits
  5. 16 May, 2016 3 commits
  6. 11 May, 2016 1 commit
  7. 06 May, 2016 3 commits
  8. 24 Apr, 2016 2 commits
  9. 23 Apr, 2016 4 commits
  10. 13 Apr, 2016 1 commit
  11. 09 Apr, 2016 2 commits
  12. 08 Apr, 2016 2 commits
  13. 07 Apr, 2016 5 commits
  14. 06 Apr, 2016 1 commit
  15. 05 Apr, 2016 2 commits
  16. 01 Apr, 2016 2 commits
    • Joshua Tauberer's avatar
      merge hotfix release tag 'v0.17c' into master · 1a1d125b
      Joshua Tauberer authored
      The hotfixes were all already applied to master in original PRs. This merge merely brings over the CHANGELOG and the updated install instructions (v0.17b=>v0.17c), including to bootstrap.sh which is what triggers v0.17c being the latest release.
      1a1d125b
    • Joshua Tauberer's avatar
      v0.17c · 86881c01
      Joshua Tauberer authored
      86881c01