[go: up one dir, main page]

File: in.fakepop.8

package info (click to toggle)
fakepop 10
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 39
  • sloc: ansic: 397; makefile: 82; sh: 26
file content (40 lines) | stat: -rw-r--r-- 1,582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\"                                      Hey, EMACS: -*- nroff -*-
.TH FAKEPOP 8 "2004 Dec 01"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
fakepop \- a fake pop3 daemon
.SH SYNOPSIS
.B /usr/sbin/in.fakepop
.SH DESCRIPTION
fakepop is a fake pop3 daemon. It returns always the same messages to
all users, it does not care about usernames and passwords. All
user/pass combinations are accepted.
.br
The main purpose of fakepop is to advice users that your server only
accepts pop3-ssl and they have wrongly configured pop3 without
ssl. You can customize messages in /etc/fakepop/ directory to teach
your users how they should configure their mail clients to use
pop3-ssl instead of pop3.
.br
You can also use it to: advice users that the server is under maintenance;
teach the users how to configure the mail client to use another new server;
or any other usage you can imagine :\-)
.SH OPTIONS
This program discards any command line option.
.SH CONFIGURATION
You can put all the messages you want to deliver to the users that
connect to fakepop at /etc/fakepop/ for more information see
/usr/share/doc/fakepop/examples/
.SH AUTHOR
fakepop was written by Pedro Zorzenon Neto <pzn@debian.org>.