X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/789f8a4f4046120b7ae2aafa45f7f45c3ae4c8f5..23bb69826c8d600ce4a268ad27e14b0390e540c8:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index ba4cb668b..375f01a1a 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -2963,8 +2963,8 @@ if ( !tls_advertise_hosts ) return TRUE; else if (!nowarn && !tls_certificate) - log_write(0, LOG_MAIN|LOG_PANIC, - "Warning: No server certificate defined; TLS connections will fail.\n" + log_write(0, LOG_MAIN, + "Warning: No server certificate defined; will use a selfsigned one.\n" " Suggested action: either install a certificate or change tls_advertise_hosts option"); oldsignal = signal(SIGCHLD, SIG_DFL);