mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-30 14:56:09 +02:00
Fix missing reject action
This commit is contained in:
parent
1136cccceb
commit
ee86a10625
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue