nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 541157f11146527e8075e16c9b8c6b497ead12ad
parent 43f4de6db18a95466e9e88149c965bfc0052cc89
Author: Ellenor Malik <ellenor@umbrellix.net>
Date:   Sat,  4 Sep 2021 04:42:12 -0700

oops I had an object file. Minor tweak to smtpd.c (soon to be smtpsrv)

Diffstat:
Dchkbiofl.o | 0
Msrc/qmail-smtpd.c | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/chkbiofl.o b/chkbiofl.o Binary files differ. diff --git a/src/qmail-smtpd.c b/src/qmail-smtpd.c @@ -64,7 +64,7 @@ void smtp_greet(code) char *code; } void smtp_help(arg) char *arg; { - out("214 notqmail home page: https://notqmail.org\r\n"); + out("214 NightmareMail - the Falsix Mail eXchanger Service home page: <https://github.com./SystemLeningrad/fmxs> FMXS is based on notqmail. notqmail home page: <https://notqmail.org>\r\n"); } void smtp_quit(arg) char *arg; {