Update maddy configuration

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

View file

@ -71,7 +71,6 @@
config = '' config = ''
$(relay_domains) = kevink.dev 1in9.net 1in1.net $(relay_domains) = kevink.dev 1in9.net 1in1.net
$(anon_domains) = a.1in1.net *.a.1in1.net
auth.pass_table local_authdb { auth.pass_table local_authdb {
table sql_table { table sql_table {
@ -110,11 +109,12 @@
destination $(relay_domains) { destination $(relay_domains) {
deliver_to &relay_queue deliver_to &relay_queue
} }
destination $(anon_domains) { #destination $(anon_domains) {
deliver_to &anon_delivery # 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!
} }
} }