http://www.hermes-project.com/
To run it:
$ docker run -it --rm -p 25:25 \
-v hermesrc:/etc/hermes/hermesrc:ro \
-v hermes.key:/etc/hermes/hermes.key:ro \
-v hermes.cert:/etc/hermes/hermes.cert:ro \
arenstar/hermes
Refer to the documentation for all configuration options
background = false
user = nobody
group = nogroup
# the host of the real smtp server.
server_host = "mail.example.com"
# the port for the real smtp server.
server_port = 2525
# whether to query the spf record for the incoming domain.
query_spf = true
# whether to enable greylisting.
greylist = true
database_file = /var/hermes/greylisting.db
rbl_domain = zen.spamhaus.org
incoming_ssl = true
private_key_file = /etc/hermes/hermes.key
certificate_file = /etc/hermes/hermes.cert
file_logger_filename = "/dev/stdout"
# Add tagged header "X-Hermes-Status: {white,black}listed"
add_status_header = true
Content type
Image
Digest
Size
74.1 MB
Last updated
over 10 years ago
docker pull arenstar/hermes