Closed Joshfindit closed 5 years ago
Telnet on linux by default may send <lf>
instead of <cr><lf>
. Please see answer: https://stackoverflow.com/a/22974813/434255
Also do this steps:
0.0.4
via docker pull ontrif/slacker
(it has fix for None
fields)ncat -x /tmp/out.hex --crlf localhost 8025
<cr><lf>.<cr><lf>
present in /tmp/out.hex
docker logs slacker
Also check that you fill From
and To
email fields. Currently values from mail from
and rcpt to
are not used for comparision with rules.
Fill free to reopen this issue.
Aha. Found the problem: https://github.com/ont/slacker/issues/3
(For reference, the old version did not respond to <cr><lf>.<cr><lf>
. Did confirm it was present in the hex file)
Attempted to send email via telnet as a test
Server responded as expected up until attempting to confirm the contents of the email. It seemed to take
<cr/lf>.<cr/lf>
as part of the email body and never continued.