X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=auth%2Fpop3%2Fconfig.html;h=9e42e351a3c56b77de6ebeed44bcd96329818f8c;hp=19847cc55f6edb7c4991ab0fba17e5b7af5386bc;hb=a7514c09e6f3b8ee252825a587e9aff6ad616eea;hpb=466558e349a6ba157ef6a9ece3d5cab3ec1d2719 diff --git a/auth/pop3/config.html b/auth/pop3/config.html index 19847cc55f6..9e42e351a3c 100644 --- a/auth/pop3/config.html +++ b/auth/pop3/config.html @@ -1,8 +1,19 @@ +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"; + } +?>
auth_pop3host:
auth_pop3port: