From 98bc913c2cf0c50850c4aaa27622ea018aea7639 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 16 Nov 2002 03:56:00 +0000 Subject: [PATCH] Slight fixes with defaults etc --- auth/nntp/lib.php | 4 ++-- auth/pop3/lib.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/nntp/lib.php b/auth/nntp/lib.php index 4223df2917..ee148dd543 100644 --- a/auth/nntp/lib.php +++ b/auth/nntp/lib.php @@ -1,11 +1,11 @@ auth_nntphost = "127.0.0.1"; // Should be IP number -$CFG->auth_nntpport = "119"; +$CFG->auth_nntpport = "119"; // 119 is most common function auth_user_login ($username, $password) { diff --git a/auth/pop3/lib.php b/auth/pop3/lib.php index 179316e1b7..6582c979c3 100644 --- a/auth/pop3/lib.php +++ b/auth/pop3/lib.php @@ -6,7 +6,7 @@ $CFG->auth_pop3host = "127.0.0.1"; // Should be IP number $CFG->auth_pop3type = "pop3"; // pop3, pop3cert -$CFG->auth_pop3port = "100"; // 143, 993, 100, 119 +$CFG->auth_pop3port = "110"; // 110 is most common function auth_user_login ($username, $password) { -- 2.39.5