mirror of
https://lab.it.hs-hannover.de/misc/pymilter-suspicious-from.git
synced 2024-11-27 21:40:45 +01:00
6 lines
99 B
Python
6 lines
99 B
Python
import logging
|
|
|
|
log_level = logging.INFO
|
|
milter_socket = "inet:7777@127.0.0.1"
|
|
milter_timeout = 60
|