mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-02 18:58:19 +02:00
Update maddy configuration
This commit is contained in:
parent
7401127650
commit
1d86d41ad9
1 changed files with 3 additions and 6 deletions
|
@ -109,12 +109,8 @@
|
|||
destination $(relay_domains) {
|
||||
deliver_to &relay_queue
|
||||
}
|
||||
#destination $(anon_domains) {
|
||||
# deliver_to &anon_delivery
|
||||
#}
|
||||
default_destination {
|
||||
#reject 550 5.1.1 "We do not relay for this domain"
|
||||
deliver_to &anon_delivery # AnonAddy will handle everything else!
|
||||
reject 550 5.1.1 "We do not relay for this domain"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -140,7 +136,8 @@
|
|||
deliver_to &relay
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue