Meno Abels
Meno Abels
Hi, i missed the feature to control the masquerading on multihomed k8s nodes. If you have multiple interface or multiple ip nr per interface there was no control to set...
in an error situation where the from or to address was invalid the s3 body-stream was not closed. This causes a loss of file descriptors over time.
Hello, the current mhale/smtpd has leaks in file descriptors and is not actively maintained. That's why i switched to go-smtp. This switch wasn't big but i tried to build tests...
The Messages during runtime had been some kind of chunky.
This version has the helm chart in it and i will start to run the "long-term" test. The latest docker is not workling -- which i currently not understand so...
Add added to the CI the goreleaser to enable a nice release build. see: https://github.com/mabels/aws-smtp-relay/releases and https://github.com/mabels/aws-smtp-relay/pkgs/container/aws-smtp-relay
This is the aws smtp receive gateway. It looks like it works but I had not able to test the smtp send authentication. I seams to work but I did...
in preparation to the aws ses receive observer. What is an aws ses receive oberserver? i will receive the emails via s3 and sqs and forward them locally. This should...
connection.js: The login protocol was changed to post-v6.43 https://wiki.mikrotik.com/wiki/Manual:API implement via feature detection. On security perspective the plain text password could send to an old implementation, which should avoided by...
In the decode methods the nested orderedMaps had not been pointer with prevents the mutation. To the fix broke some tests the cast to x.(OrderedMap) failed. To Fix this the...