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. Signed-off-by: Marc Egerton <foxtrot@realloc.me>
10 lines
167 B
Text
10 lines
167 B
Text
service pop3
|
|
{
|
|
socket_type = stream
|
|
protocol = tcp
|
|
wait = no
|
|
user = nobody
|
|
server = /usr/bin/fakepop
|
|
port = 110
|
|
disable = no
|
|
}
|