diff --git a/README.md b/README.md index 7ecdd43..3cc6cc4 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ HeaderKeys: - "Resent-From" - "Resent-To" - "Resent-Cc" +# optional: +Rollbar: + AccessToken: "your-rollbar-access-token" + Environment: production ``` Save this file in one of the following locations and run `./smtp-dkim-signer`: @@ -80,7 +84,7 @@ Save this file in one of the following locations and run `./smtp-dkim-signer`: License ------- -Copyright (C) 2018 - 2019, Marc Hoersken +Copyright (C) 2018 - 2020, Marc Hoersken This software is licensed as described in the file LICENSE, which you should have received as part of this software distribution. diff --git a/backend.go b/backend.go index fe81dea..3f6f7c5 100644 --- a/backend.go +++ b/backend.go @@ -1,6 +1,6 @@ /* smtp-dkim-signer - SMTP-proxy that DKIM-signs e-mails before submission. - Copyright (C) 2018 - 2019, Marc Hoersken + Copyright (C) 2018 - 2020, Marc Hoersken This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/config.go b/config.go index e971869..49aed63 100644 --- a/config.go +++ b/config.go @@ -1,6 +1,6 @@ /* smtp-dkim-signer - SMTP-proxy that DKIM-signs e-mails before submission. - Copyright (C) 2018 - 2019, Marc Hoersken + Copyright (C) 2018 - 2020, Marc Hoersken This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dkim.go b/dkim.go index 7d21d1b..bd24176 100644 --- a/dkim.go +++ b/dkim.go @@ -1,6 +1,6 @@ /* smtp-dkim-signer - SMTP-proxy that DKIM-signs e-mails before submission. - Copyright (C) 2018 - 2019, Marc Hoersken + Copyright (C) 2018 - 2020, Marc Hoersken This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/main.go b/main.go index f3fdca8..ba68242 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ /* smtp-dkim-signer - SMTP-proxy that DKIM-signs e-mails before submission. - Copyright (C) 2018 - 2019, Marc Hoersken + Copyright (C) 2018 - 2020, Marc Hoersken This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/server.go b/server.go index 02892a3..8fb160f 100644 --- a/server.go +++ b/server.go @@ -1,6 +1,6 @@ /* smtp-dkim-signer - SMTP-proxy that DKIM-signs e-mails before submission. - Copyright (C) 2018 - 2019, Marc Hoersken + Copyright (C) 2018 - 2020, Marc Hoersken This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by