1
0
Fork 0

Commit Graph

  • dc2e90b7d6
    Add option to override From header for individual accounts customized chylex 2023-07-08 18:41:55 +0200
  • b32b44e77f
    Update example config INI chylex 2023-07-08 14:20:24 +0200
  • f503402e89
    Configure allowed senders and recipients on individual accounts chylex 2023-07-08 14:20:15 +0200
  • b9509593e5
    Forbid empty allowed_from list and use wildcard to mean all addresses are allowed chylex 2023-07-08 13:28:51 +0200
  • 4df671e547
    Change account config file to use YAML instead of JSON chylex 2023-07-08 13:26:05 +0200
  • 31b9c46f99
    Replace From/To headers in relayed emails chylex 2023-07-07 08:55:43 +0200
  • 35468aff6d
    Forbid unknown keys when reading account JSON chylex 2023-07-07 08:34:49 +0200
  • a142dc3cfe
    Replace strings.ToLower with strings.EqualFold chylex 2023-07-07 07:34:12 +0200
  • 636f78a0ec
    Move utility functions in smtp package chylex 2023-07-07 07:22:04 +0200
  • e7353824c5
    Refactor SMTP relay and client code chylex 2023-07-06 13:17:13 +0200
  • 725f732ab5
    Make INI file the only way to read configuration chylex 2023-07-06 11:52:23 +0200
  • febeb3bbe5
    Refactor configuration loading and error handling chylex 2023-07-05 23:28:43 +0200
  • a241b313ae
    Refactor logger construction and error handling chylex 2023-07-05 11:48:31 +0200
  • 7f8b140d4a
    Reorganize source code directories chylex 2023-07-04 23:23:28 +0200
  • 0df317e34c
    Add .idea folder to .gitignore chylex 2023-07-04 23:21:12 +0200
  • aad22aba76
    Add support for multiple accounts with own SMTP remotes chylex 2023-07-03 10:29:44 +0200
  • 882f78b7f2
    Add Dockerfile chylex 2023-07-02 20:15:53 +0200
  • a4a97716e2
    Change hasher utility to accept passwords from stdin chylex 2023-07-02 19:54:43 +0200
  • 7a6128c724
    Update smtpd dependency to latest commit chylex 2023-07-03 08:09:14 +0200
  • 6857874c88
    Fix Release workflow master Bernhard Froehlich 2023-06-16 06:54:15 +0000
  • 9051ffddf7
    Fix Go CI action Bernhard Froehlich 2023-06-16 06:39:24 +0000
  • 7e318cbcbc
    Bump minimum Go version to 1.20 Bernhard Froehlich 2023-06-16 06:31:10 +0000
  • 5d625efa45
    Bump Go version for CI and release builds to 1.20 Bernhard Froehlich 2023-06-16 06:25:09 +0000
  • df0580c8e6
    Merge pull request #119 from decke/dependabot/go_modules/golang.org/x/crypto-0.10.0 Bernhard Fröhlich 2023-06-14 16:09:30 +0200
  • 3697382181
    Bump golang.org/x/crypto from 0.9.0 to 0.10.0 dependabot[bot] 2023-06-14 10:57:05 +0000
  • 76ecb52831
    Merge pull request #116 from decke/dependabot/go_modules/github.com/stretchr/testify-1.8.4 Bernhard Fröhlich 2023-06-12 16:01:06 +0200
  • c7651c36a3
    Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 dependabot[bot] 2023-06-12 11:08:39 +0000
  • b4cef48825
    Merge pull request #118 from decke/dependabot/go_modules/github.com/peterbourgon/ff/v3-3.3.2 Bernhard Fröhlich 2023-06-12 13:05:10 +0200
  • 620355677d
    Bump github.com/peterbourgon/ff/v3 from 3.3.1 to 3.3.2 dependabot[bot] 2023-06-12 10:57:36 +0000
  • ab24fb4427
    Merge pull request #117 from decke/dependabot/go_modules/github.com/sirupsen/logrus-1.9.3 Bernhard Fröhlich 2023-06-07 08:36:40 +0200
  • 71fcfb8f0d
    Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 dependabot[bot] 2023-06-05 10:57:29 +0000
  • 68cc6954d0
    Merge pull request #115 from decke/dependabot/go_modules/github.com/stretchr/testify-1.8.3 Bernhard Fröhlich 2023-05-20 17:38:03 +0200
  • b0001c4842
    Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 dependabot[bot] 2023-05-19 10:57:09 +0000
  • 330ecc9603
    Merge pull request #114 from decke/dependabot/go_modules/github.com/sirupsen/logrus-1.9.2 Bernhard Fröhlich 2023-05-18 13:13:24 +0200
  • eb670615d2
    Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 dependabot[bot] 2023-05-18 10:57:12 +0000
  • ab5d3e3aa7
    Merge pull request #112 from decke/dependabot/go_modules/golang.org/x/crypto-0.9.0 Bernhard Fröhlich 2023-05-09 13:09:49 +0200
  • 7b962e06e5
    Merge pull request #111 from decke/dependabot/go_modules/github.com/peterbourgon/ff/v3-3.3.1 Bernhard Fröhlich 2023-05-09 13:09:27 +0200
  • 3e49c58b95
    Bump golang.org/x/crypto from 0.8.0 to 0.9.0 dependabot[bot] 2023-05-09 10:57:09 +0000
  • f7df20258e
    Bump github.com/peterbourgon/ff/v3 from 3.3.0 to 3.3.1 dependabot[bot] 2023-05-09 10:57:05 +0000
  • b2544f8da8
    Merge pull request #110 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.38 Bernhard Fröhlich 2023-05-01 18:47:00 +0200
  • a2e2ab7592
    Bump wangyoucao577/go-release-action from 1.37 to 1.38 dependabot[bot] 2023-05-01 10:57:42 +0000
  • 755b8b2d8e
    Merge pull request #109 from decke/dependabot/go_modules/golang.org/x/crypto-0.8.0 Bernhard Fröhlich 2023-04-07 13:29:52 +0200
  • a632f62b45
    Bump golang.org/x/crypto from 0.7.0 to 0.8.0 dependabot[bot] 2023-04-07 10:57:15 +0000
  • 10100b140d
    Merge pull request #108 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.37 Bernhard Fröhlich 2023-03-21 12:09:18 +0100
  • 0f95efa66f
    Bump wangyoucao577/go-release-action from 1.36 to 1.37 dependabot[bot] 2023-03-21 10:57:22 +0000
  • 34d61707ab
    Merge pull request #107 from decke/dependabot/github_actions/actions/setup-go-4 Bernhard Fröhlich 2023-03-16 16:20:55 +0100
  • e032832820
    Bump actions/setup-go from 3 to 4 dependabot[bot] 2023-03-16 10:19:08 +0000
  • 2affd381ba
    Update go dependencies Bernhard Froehlich 2023-03-06 15:34:22 +0000
  • d86165d5e4
    Merge pull request #106 from decke/dependabot/go_modules/golang.org/x/crypto-0.7.0 Bernhard Fröhlich 2023-03-06 16:31:38 +0100
  • e611751852
    Bump golang.org/x/crypto from 0.6.0 to 0.7.0 dependabot[bot] 2023-03-06 10:58:26 +0000
  • c7710d4437
    Merge pull request #105 from decke/dependabot/go_modules/github.com/stretchr/testify-1.8.2 Bernhard Fröhlich 2023-02-27 19:14:19 +0100
  • 204d2f20e9
    Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 dependabot[bot] 2023-02-27 10:58:10 +0000
  • 73349c6f4d
    Merge pull request #104 from decke/dependabot/go_modules/golang.org/x/crypto-0.6.0 Bernhard Fröhlich 2023-02-24 12:47:21 +0100
  • 0f1caae1ff
    Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.6.0 dependabot[bot] 2023-02-24 10:57:29 +0000
  • da368f5277
    Merge pull request #103 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.36 Bernhard Fröhlich 2023-02-20 15:01:59 +0100
  • 1f71df1e03
    Bump wangyoucao577/go-release-action from 1.35 to 1.36 dependabot[bot] 2023-02-20 10:57:28 +0000
  • cc064e497e
    command: Add some environment variables when calling external cmd Bernhard Froehlich 2023-01-20 09:31:09 +0000
  • b4eac9a7d2
    Merge pull request #100 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.35 Bernhard Fröhlich 2023-01-16 11:32:38 +0100
  • 6782c7896e
    Bump wangyoucao577/go-release-action from 1.34 to 1.35 dependabot[bot] 2023-01-16 10:02:50 +0000
  • b652918f30
    Merge pull request #99 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.34 Bernhard Fröhlich 2022-12-24 08:48:53 +0100
  • bf75b0474e
    Bump wangyoucao577/go-release-action from 1.33 to 1.34 dependabot[bot] 2022-12-02 10:01:36 +0000
  • e8dc491e0f
    Merge pull request #94 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.33 Bernhard Fröhlich 2022-11-23 16:54:54 +0100
  • 18f3d9e379
    Bump wangyoucao577/go-release-action from 1.32 to 1.33 dependabot[bot] 2022-11-14 10:03:18 +0000
  • 088fa4cfd8
    Merge pull request #93 from decke/dependabot/go_modules/github.com/stretchr/testify-1.8.1 Bernhard Fröhlich 2022-11-02 22:18:24 +0100
  • 56d427e8a7
    Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 dependabot[bot] 2022-10-24 10:09:07 +0000
  • 42d111695d
    Merge pull request #87 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.32 Bernhard Fröhlich 2022-09-27 07:56:57 +0200
  • 36b9b92a9f
    Bump wangyoucao577/go-release-action from 1.31 to 1.32 dependabot[bot] 2022-09-26 10:19:55 +0000
  • 41a97fe44f
    Merge pull request #86 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.31 Bernhard Fröhlich 2022-09-14 13:25:06 +0200
  • 02044f647b
    Bump wangyoucao577/go-release-action from 1.30 to 1.31 dependabot[bot] 2022-09-14 10:10:29 +0000
  • 813bd9ebe7
    Support .env files if it exists Bernhard Froehlich 2022-08-15 13:35:12 +0000
  • ee8a5dd989
    Fix code formatting Bernhard Froehlich 2022-08-15 13:34:22 +0000
  • 6602836166
    Merge pull request #84 from decke/dependabot/go_modules/github.com/peterbourgon/ff/v3-3.3.0 Bernhard Fröhlich 2022-08-15 14:55:42 +0200
  • cdc0fe931b
    Bump github.com/peterbourgon/ff/v3 from 3.1.2 to 3.3.0 dependabot[bot] 2022-08-08 10:18:20 +0000
  • e5f27e02e5
    config: Comments in ini file traditionally start with ';' (#79) Bernhard Froehlich 2022-08-02 10:48:35 +0000
  • dffe0bb5bb
    config: Show error output from parser if it fails (#79) Bernhard Froehlich 2022-08-02 10:46:25 +0000
  • 20ad1e84f9
    Merge pull request #83 from decke/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0 Bernhard Fröhlich 2022-07-19 15:27:16 +0200
  • db1238bf2d
    Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 dependabot[bot] 2022-07-19 10:08:31 +0000
  • d9167eece5
    Merge pull request #82 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.30 Bernhard Fröhlich 2022-07-19 08:34:18 +0200
  • e98a1c6f25
    Bump wangyoucao577/go-release-action from 1.29 to 1.30 dependabot[bot] 2022-07-18 10:09:25 +0000
  • f0aefc194d
    Merge pull request #80 from decke/dependabot/go_modules/github.com/stretchr/testify-1.8.0 Bernhard Fröhlich 2022-07-01 18:23:53 +0200
  • bfd156e5f3
    Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 dependabot[bot] 2022-06-30 10:10:34 +0000
  • 682feef610
    Merge pull request #78 from decke/dependabot/go_modules/github.com/stretchr/testify-1.7.5 Bernhard Fröhlich 2022-06-25 06:49:07 +0200
  • eea3c4edaa
    Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 dependabot[bot] 2022-06-24 10:09:19 +0000
  • cf25c2d0a0
    Merge pull request #77 from decke/dependabot/go_modules/github.com/stretchr/testify-1.7.4 Bernhard Fröhlich 2022-06-21 18:22:14 +0200
  • 774651b0f6
    Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 dependabot[bot] 2022-06-21 10:08:03 +0000
  • 5cd3729b1f
    Merge pull request #75 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.29 Bernhard Fröhlich 2022-06-14 12:44:21 +0200
  • 5b38a30349
    Bump wangyoucao577/go-release-action from 1.28 to 1.29 dependabot[bot] 2022-06-14 10:17:51 +0000
  • d7585bec9b
    Merge pull request #73 from decke/dependabot/go_modules/github.com/stretchr/testify-1.7.2 Bernhard Fröhlich 2022-06-06 14:36:56 +0200
  • c8f62e42c8
    Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 dependabot[bot] 2022-06-06 10:08:25 +0000
  • 00df491340
    Merge pull request #72 from decke/ff-config Bernhard Fröhlich 2022-05-25 17:08:05 +0200
  • 1bf205e7d8
    Compress if statement Bernhard Froehlich 2022-05-23 15:29:03 +0000
  • c83544bd90
    Add note how to use environment variables for configuration Bernhard Froehlich 2022-05-23 15:18:22 +0000
  • e3ba45ede2
    Fix output for "-version" to not contain unneccessary noise Bernhard Froehlich 2022-05-23 15:07:21 +0000
  • f69d1f0114
    Improve examples in ini file to not quote strings at all Bernhard Froehlich 2022-05-23 14:54:05 +0000
  • e9a2b9ad5a
    Fix IniParser() to support various common formats Bernhard Froehlich 2022-05-23 14:51:54 +0000
  • 7e3dbd515d
    Add config parameter for ini file Bernhard Froehlich 2022-05-23 14:29:06 +0000
  • 8cc31a918b
    Properly handle config parsing errors because logging is not setup yet Bernhard Froehlich 2022-05-23 14:17:39 +0000
  • 26477177fe
    Replace iniflags config file parser with peterbourgon/ff/v3 Bernhard Froehlich 2022-05-20 08:48:39 +0000
  • 44560c9a0c
    ci: Add testsuite to ci builds Bernhard Froehlich 2022-05-01 17:18:17 +0000
  • c21c13cc7a
    Remove i386 from release builds Bernhard Froehlich 2022-05-01 11:23:56 +0000