From a292e44f38ce771dd34e56dec2886318bdaacfe8 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 10 Aug 2023 09:49:41 +0200 Subject: Get rid of useless "User and password not set, continuing without authentication...." message --- qmail-remote.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qmail-remote.c b/qmail-remote.c index c2ab562..b5fd940 100644 --- a/qmail-remote.c +++ b/qmail-remote.c @@ -118,13 +118,13 @@ Sorry. Although I'm listed as a best-preference MX or A for that host,\n\ it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)\n"); zerodie(); } void auth_user_not_set() { - if(!stralloc_copys(&auth_status, \ - "User and password not set, continuing without authentication.\n")) - temp_nomem(); + //if(!stralloc_copys(&auth_status, + // "User and password not set, continuing without authentication.\n")) + // temp_nomem(); if(!stralloc_0(&auth_status)) temp_nomem(); } void no_supported_auth() { - if(!stralloc_copys(&auth_status, \ + if(!stralloc_copys(&auth_status, "No supported AUTH method found, continuing without authentication.\n")) temp_nomem(); if(!stralloc_0(&auth_status)) temp_nomem(); -- cgit v1.2.3