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>
This commit is contained in:
Marc Egerton
2020-08-22 16:09:30 +01:00
parent cb092479b5
commit b568005444
2 changed files with 52 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/fakepop
port = 110
disable = no
}