Skip to content
Snippets Groups Projects
Commit 7e0b07bf authored by rswindell's avatar rswindell
Browse files

Longer, hopefully more helpful, "Authenticated EchoMail" warning log msg.

parent 196f3ba7
No related branches found
No related tags found
No related merge requests found
......@@ -5736,7 +5736,7 @@ void import_packets(const char* inbound, nodecfg_t* inbox, bool secure)
}
if(!secure && (nodecfg == NULL || nodecfg->pktpwd[0] == 0)) {
lprintf(LOG_WARNING, "Unauthenticated %s EchoMail from %s ignored"
lprintf(LOG_WARNING, "Unauthenticated %s EchoMail from %s (in the non-secure inbound directory) ignored"
,areatag, smb_faddrtoa(&pkt_orig, NULL));
printf("\n");
bad_packet = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment