X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/blobdiff_plain/ed442cdcfc53509217cae564e9ccf70c5e22657e..HEAD:/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;