Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
336 B

; config/bounce_bad_rcpt: addresses that should never get bounces
[check]
single_recipient=true
empty_return_path=true
bad_rcpt=true
bounce_spf=true
non_local_msgid=true
; reject all bounce messages (generally a bad idea)
reject_all=false
[reject]
single_recipient=true
empty_return_path=true
bounce_spf=false
non_local_msgid=false