commit bb7ec78bf79e6ee69cd44ed3c8102b6ec66b9bc5 parent 5d18a307a5048c92555755e5e6c3fa55e58c93be Author: Amitai Schleier <schmonz-web-git@schmonz.com> Date: Sun, 21 Jul 2019 15:31:00 -0400 Point SMTP HELP at notqmail's home page. Diffstat:
M | qmail-smtpd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qmail-smtpd.c b/qmail-smtpd.c @@ -69,7 +69,7 @@ void smtp_greet(code) char *code; } void smtp_help(arg) char *arg; { - out("214 netqmail home page: http://qmail.org/netqmail\r\n"); + out("214 notqmail home page: https://notqmail.org\r\n"); } void smtp_quit(arg) char *arg; {