1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 20:33:58 +02:00
openwrt-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

11 lines
167 B
Plaintext

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