-// This code is completely untested so far - IT NEEDS TESTERS!
-// Looks like it should work though ...
-
-$CFG->auth_pop3host = "127.0.0.1"; // Should be IP number
-$CFG->auth_pop3type = "pop3"; // pop3, pop3cert
-$CFG->auth_pop3port = "110"; // 110 is most common
-
-