X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/qmail/blobdiff_plain/212b6f5da7c68d4577de2855da3c57ecf476dc96..ca51b51d75ecbf78f6c5786b6d3379d296e89d85:/qmail-showctl.c diff --git a/qmail-showctl.c b/qmail-showctl.c index a24aa63..5886ab1 100644 --- a/qmail-showctl.c +++ b/qmail-showctl.c @@ -255,6 +255,7 @@ void main() else substdio_puts(subfdout,"Modified recently enough; hopefully up to date.\n"); + do_lst("relayhosts","No relayhosts","Relay host: ",""); do_str("smtpgreeting",1,"smtpgreeting","SMTP greeting: 220 "); do_lst("smtproutes","No artificial SMTP routes.","SMTP route: ",""); do_int("timeoutconnect","60","SMTP client connection timeout is "," seconds"); @@ -290,6 +291,7 @@ void main() if (str_equal(d->d_name,"qmqpservers")) continue; if (str_equal(d->d_name,"queuelifetime")) continue; if (str_equal(d->d_name,"rcpthosts")) continue; + if (str_equal(d->d_name,"relayhosts")) continue; if (str_equal(d->d_name,"smtpgreeting")) continue; if (str_equal(d->d_name,"smtproutes")) continue; if (str_equal(d->d_name,"timeoutconnect")) continue;