mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-03 03:08:20 +02:00
Update maddy configuration
This commit is contained in:
parent
94e1b9f0be
commit
7401127650
1 changed files with 5 additions and 5 deletions
|
@ -71,7 +71,6 @@
|
|||
|
||||
config = ''
|
||||
$(relay_domains) = kevink.dev 1in9.net 1in1.net
|
||||
$(anon_domains) = a.1in1.net *.a.1in1.net
|
||||
|
||||
auth.pass_table local_authdb {
|
||||
table sql_table {
|
||||
|
@ -110,11 +109,12 @@
|
|||
destination $(relay_domains) {
|
||||
deliver_to &relay_queue
|
||||
}
|
||||
destination $(anon_domains) {
|
||||
deliver_to &anon_delivery
|
||||
}
|
||||
#destination $(anon_domains) {
|
||||
# deliver_to &anon_delivery
|
||||
#}
|
||||
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!
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue