Files
docker-mail/include/etc/amavis/conf.d/40-socket
Jon Lockwood b9b2527a42 feat(amavis): Configured dkim
Default config is for domain example.org, which
is the testing domain.

User will be required to customise '90-dkim' with thier
own domain configuration, including generating dkim signing certificates.

MR !2
2022-02-16 10:36:47 +09:30

11 lines
146 B
Plaintext

#
# Socket config
#
# Listening socket
# 10023 - Submission, Outbound mail
# 10024 - SMTP, Inbound mail
$inet_socket_port = [10023, 10024]