+<?PHP
+ if (!isset($config->auth_pop3host)) {
+ $config->auth_pop3host = "127.0.0.1";
+ }
+ if (!isset($config->auth_pop3type)) {
+ $config->auth_pop3type = "pop3";
+ }
+ if (!isset($config->auth_pop3port)) {
+ $config->auth_pop3port = "110";
+ }
+?>