X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=f865e7607fd9311df66604310591850584dbed34;hb=b69343fc8f931319ca56cc6464961ddeb3134a0a;hp=cc04419c73031398e40094d87dec1c544a04d690;hpb=f28fe04076ea3e18682f41c8ac6d40340902a3f4;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index cc04419c7..f865e7607 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -26,6 +26,7 @@ void display_inetconf(void) ic_rbl, ic_spamass, ic_masq, + ic_clamav, ic_max }; @@ -42,6 +43,7 @@ void display_inetconf(void) ic_keyword[3] = "rbl"; ic_keyword[4] = "spamassassin"; ic_keyword[5] = "masqdomain"; + ic_keyword[6] = "clamav"; ic_boxtitle[0] = _("Local host aliases"); ic_boxtitle[1] = _("Directory domains"); @@ -49,6 +51,7 @@ void display_inetconf(void) ic_boxtitle[3] = _("RBL hosts"); ic_boxtitle[4] = _("SpamAssassin hosts"); ic_boxtitle[5] = _("Masqueradable domains"); + ic_boxtitle[6] = _("ClamAV clamd hosts"); ic_desc[0] = _("(domains for which this host receives mail)"); ic_desc[1] = _("(domains mapped with the Global Address Book)"); @@ -56,6 +59,7 @@ void display_inetconf(void) ic_desc[3] = _("(hosts running a Realtime Blackhole List)"); ic_desc[4] = _("(hosts running the SpamAssassin service)"); ic_desc[5] = _("(Domains as which users are allowed to masquerade)"); + ic_desc[6] = _("(hosts running the ClamAV clamd service)"); for (i=0; i