1BASIC_POP3_AUTH(8)    User Contributed Perl Documentation   BASIC_POP3_AUTH(8)
2
3
4

NAME

6        basic_pop3_auth - POP3 authenticator for Squid
7

SYNOPSIS

9        basic_pop3_auth server
10

DESCRIPTION

12       basic_pop3_auth authenticates user credentials against a POP3 server.
13

OPTIONS

15       The only option this helper takes is the name of the POP3 server to
16       validate against.
17

AUTHOR

19       This program was written by Henrik Nordstrom
20       <henrik@henriknordstrom.net>
21
22       This manual was written by Amos Jeffries <squid3@treenet.co.nz>
23
25        * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
26        *
27        * Squid software is distributed under GPLv2+ license and includes
28        * contributions from numerous individuals and organizations.
29        * Please see the COPYING and CONTRIBUTORS files for details.
30
31        # Copyright (C) 2006 Henrik Nordstrom <henrik@henriknordstrom.net>
32        #
33        # This program is free software; you can redistribute it and/or modify
34        # it under the terms of the GNU General Public License as published by
35        # the Free Software Foundation; either version 2 of the License, or
36        # (at your option) any later version.
37        #
38        # This program is distributed in the hope that it will be useful,
39        # but WITHOUT ANY WARRANTY; without even the implied warranty of
40        # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
41        # GNU General Public License for more details.
42        #
43        # You should have received a copy of the GNU General Public License
44        # along with this program; if not, write to the Free Software
45        # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
46        #
47        # Change log:
48        #   2006-12-10    henrik    Initial revision
49        #
50

QUESTIONS

52       Questions on the usage of this program can be sent to the Squid Users
53       mailing list <squid-users@lists.squid-cache.org>
54

REPORTING BUGS

56       Bug reports need to be made in English.  See
57       http://wiki.squid-cache.org/SquidFaq/BugReporting for details of what
58       you need to include with your bug report.
59
60       Report bugs or bug fixes using http://bugs.squid-cache.org/
61
62       Report serious security bugs to Squid Bugs
63       <squid-bugs@lists.squid-cache.org>
64
65       Report ideas for new improvements to the Squid Developers mailing list
66       <squid-dev@lists.squid-cache.org>
67

SEE ALSO

69       squid (8), GPL (7),
70
71       The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
72
73       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
74
75
76
77perl v5.36.0                      2022-09-06                BASIC_POP3_AUTH(8)
Impressum