mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -0,0 +1,10 @@
|
||||
service pop3
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
wait = no
|
||||
user = nobody
|
||||
server = /usr/bin/fakepop
|
||||
port = 110
|
||||
disable = no
|
||||
}
|
||||
Reference in New Issue
Block a user