Fix missing reject action

This commit is contained in:
Kevin Kandlbinder 2023-04-24 13:59:44 +02:00
parent 1136cccceb
commit ee86a10625
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -105,6 +105,9 @@
destination $(relay_domains) {
deliver_to &remote_queue
}
default_destination {
reject 550 5.1.1 "We do not relay for this domain"
}
}
smtp tcp://0.0.0.0:25 {