Commit Graph

56 Commits

Author SHA1 Message Date
9adc8d44b4 Merge pull request #7 from orware/master
Add Allowed Sender IPs/Ranges Functionality to MailRelay
2025-05-24 16:20:51 -04:00
82bf6492c1 Merge pull request #20 from niclan/master
Add support SMTP HELO
2025-05-23 12:07:11 -04:00
b6d0d7da96 Update README.md
Fix typo s/she/the/
2025-05-22 23:31:27 +02:00
836bddeca8 Minimize PR 2025-04-25 13:27:50 +02:00
6d85d463c4 Restore upstream go.mod 2025-04-25 13:26:11 +02:00
be3ec48813 Revert "Randomly flailing"
This reverts commit 7279a4ff71.
2025-04-25 13:25:12 +02:00
90e27fd8f6 Document changes more 2025-04-25 13:23:13 +02:00
53babef950 Make correct 2025-04-25 12:58:32 +02:00
118f7b698f Do not auth unless we have something to auth with 2025-04-25 12:48:59 +02:00
5d8c9cef9a Make smtp_hello in config understood 2025-04-25 12:32:13 +02:00
7279a4ff71 Randomly flailing 2025-04-24 12:50:09 +02:00
f084a0a236 WTF 2025-04-24 12:48:23 +02:00
7a214ef109 Give up on replace 2025-04-24 12:47:28 +02:00
c4c5bc7dc6 How about @master? 2025-04-24 12:40:53 +02:00
59d3525f01 Tag on "master" for replace 2025-04-24 12:40:15 +02:00
095847db1d Re-HELO has no function for us 2025-04-24 12:38:25 +02:00
3da9e780ed Better comment character 2025-04-24 11:43:07 +02:00
3a543f98f0 Replace wasn't enough 2025-04-24 11:41:01 +02:00
4499cfa721 Replace in go.mod 2025-04-24 11:39:05 +02:00
846e3b9a37 Support HELO 2025-04-24 11:17:35 +02:00
3945356888 Merge pull request #18 from wiggin77/wiggin77-patch-2
Update go.yml
2024-07-09 17:22:13 -04:00
ddd5039395 Update go.yml 2024-07-09 17:21:42 -04:00
4da6cd3a96 Merge pull request #17 from wiggin77/wiggin77-patch-2
Update go.yml
2024-07-09 17:14:57 -04:00
7d09c8dfef Update go.yml 2024-07-09 17:14:38 -04:00
026a1e4387 Merge pull request #16 from wiggin77/wiggin77-patch-2
Create CODEOWNERS
2024-07-09 17:12:21 -04:00
46b3c6c3fe Create CODEOWNERS 2024-07-09 17:10:40 -04:00
b4505b85d6 Merge pull request #14 from qlemoigne/feat/arm64-build
Add a build variant for Linux / ARM64 (RaspberryPI)
2024-07-09 17:09:58 -04:00
72a3be7315 Update build.sh 2024-07-07 22:40:58 +02:00
cd2992ce93 Update README.md 2024-01-18 17:55:34 -05:00
aa2246abd6 Update README.md 2024-01-18 17:54:57 -05:00
1710e9a931 Update README.md 2024-01-18 17:54:14 -05:00
f4ea3ed19a Delete .travis.yml 2024-01-18 17:53:37 -05:00
ea298d1a97 Create go.yml 2024-01-18 17:53:21 -05:00
737eb7b843 Merge pull request #11 from wiggin77/dependabot/go_modules/golang.org/x/sys-0.1.0
Bump golang.org/x/sys from 0.0.0-20200515095857-1151b9dac4a9 to 0.1.0
2023-11-07 21:04:59 -05:00
9b3e784a13 Bump golang.org/x/sys from 0.0.0-20200515095857-1151b9dac4a9 to 0.1.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200515095857-1151b9dac4a9 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 05:56:32 +00:00
ed1f144338 I think VS Code automatically updated these for me but seems to be related to Go module stuff. 2021-01-05 15:50:22 -08:00
0c6f4055b7 Committing the additions that add in the Allowed Sender IP functionality. 2021-01-05 15:49:46 -08:00
eaa5e32600 max email size; connection timeout v1.04 2020-06-08 00:28:59 -04:00
066613c962 report card 2020-05-17 00:27:05 -04:00
73a784ff65 Merge pull request #5 from wiggin77/auth
add LOGIN auth support
v1.03
2020-05-17 00:17:07 -04:00
5f58b030c3 add LOGIN auth support 2020-05-17 00:15:49 -04:00
93a5fc6ab9 provide binaries 2020-05-08 22:03:08 -04:00
f9d71cebcf update readme 2020-05-08 21:49:29 -04:00
286f04a20e bump go ver for travis 2020-05-08 21:44:33 -04:00
a2c76abff0 support STARTTLS v1.02 2020-05-08 21:29:59 -04:00
a84781bb3f Bump go-guerrilla lib v1.01 2020-05-07 23:50:40 -04:00
7430423aa2 Merge pull request #2 from Progymedia/allowed-hosts
added AllowedHosts configuration
2020-04-09 18:59:50 -04:00
fd213dd450 added AllowedHosts configuration 2020-04-09 09:30:36 -04:00
567755e257 Merge pull request #1 from ziadmoubayed/master
fixed ip and port in config
2019-10-10 09:49:51 -04:00
912b97f769 fixed ip and port in config 2019-10-10 09:30:51 +03:00