blob: 2d8ba07e87c5c43a2289a202050c0b0e13af1382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# See /usr/share/doc/p3scan/ and/or p3scan(8) for more information
# Delete infected messages
delete
# Maximum # of connections we will handle at once.
maxchilds = 10
# Tcp port to listen on
# port = 8110
# Where to look for an email-template when a notification message has to be sent.
# template = /etc/p3scan/p3scan-en.mail
# The username the daemon should run as.
user = mail
|