* Added a new category 'fallback smart host'. These are smart hosts that are used...
[citadel.git] / webcit / inetconf.c
index d29594c1f2aa32d24751885595809625b1ac7ce5..269967e4a7f9c243d7184c66fcd6885633f76a3c 100644 (file)
@@ -12,6 +12,7 @@ typedef enum _e_cfg {
        ic_localhost,
        ic_directory,
        ic_smarthost,
+       ic_fallback,
        ic_rbl,
        ic_spamass,
        ic_masq,
@@ -31,6 +32,7 @@ ConstStrBuf CfgNames[] = {
        { HKEY("localhost") },
        { HKEY("directory") },
        { HKEY("smarthost") },
+       { HKEY("fallbackhost") },
        { HKEY("rbl") },
        { HKEY("spamassassin") },
        { HKEY("masqdomain") },