packages/net/fakepop/files/fakepop
Marc Egerton b568005444 fakepop: new package
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>
2020-08-22 16:19:05 +01:00

10 lines
167 B
Text

service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/fakepop
port = 110
disable = no
}