Authentication is not working properly #2

Closed
opened 2024-11-24 13:51:44 +01:00 by fmartingr · 1 comment
Owner

During some tests I was able to interact with the server using netcat without sending the proper authentication commands:

nc -c localhost 11025 <<EOF
HELO localhost
MAIL FROM:<you@example.com>
RCPT TO:<a@a.com>
DATA
Subject: Test notification
From: you@example.com
To: a@a.com

This is the body for the test notification

.
QUIT
EOF
During some tests I was able to interact with the server using netcat without sending the proper authentication commands: ``` nc -c localhost 11025 <<EOF HELO localhost MAIL FROM:<you@example.com> RCPT TO:<a@a.com> DATA Subject: Test notification From: you@example.com To: a@a.com This is the body for the test notification . QUIT EOF ```
fmartingr added the
Kind/Bug
Kind/Security
labels 2024-11-24 13:51:44 +01:00
Author
Owner

This is working properly, the problem was that the docker container was not respecting the configuration file but this was fixed in 0.1.1

This is working properly, the problem was that the docker container was not respecting the configuration file but this was fixed in 0.1.1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fmartingr/smtp2shoutrrr#2
No description provided.