You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/os_maild/curlmail.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -542,8 +542,8 @@ int OS_Sendmail(MailConfig *mail, struct tm *p)
542
542
}
543
543
544
544
if (mail->smtpserver&&mail->smtpserver[0] =='/') {
545
-
/* Local sendmail path not supported in curl build; would need fallback to plain path */
546
-
merror("%s: Local sendmail path not supported when built with USE_CURL.", ARGV0);
545
+
/* Local sendmail path (e.g. /usr/sbin/sendmail) is not supported in USE_SMTP_CURL builds. */
546
+
merror("%s: Invalid smtp_server configuration: local sendmail paths are not supported when built with USE_SMTP_CURL. Please configure smtp_server as an SMTP host[:port].", ARGV0);
0 commit comments