Update maddy configuration

This commit is contained in:
Kevin Kandlbinder 2023-05-13 19:30:28 +02:00
parent 7401127650
commit 1d86d41ad9
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -109,12 +109,8 @@
destination $(relay_domains) { destination $(relay_domains) {
deliver_to &relay_queue deliver_to &relay_queue
} }
#destination $(anon_domains) {
# deliver_to &anon_delivery
#}
default_destination { default_destination {
#reject 550 5.1.1 "We do not relay for this domain" reject 550 5.1.1 "We do not relay for this domain"
deliver_to &anon_delivery # AnonAddy will handle everything else!
} }
} }
@ -140,7 +136,8 @@
deliver_to &relay deliver_to &relay
} }
default_destination { default_destination {
reject 550 5.1.1 "User doesn't exist" deliver_to &anon_delivery # AnonAddy will handle everything else!
#reject 550 5.1.1 "User doesn't exist"
} }
} }
} }