Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
commit
67c1d41a0c
82 changed files with 8713 additions and 0 deletions
16
config/helo.checks.ini
Normal file
16
config/helo.checks.ini
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# HELO/EHLO checking configuration
|
||||
[main]
|
||||
# Check if HELO hostname is valid
|
||||
check_valid_hostname=true
|
||||
|
||||
# Check if HELO matches rDNS
|
||||
check_rdns_match=false
|
||||
|
||||
# Reject invalid HELO
|
||||
reject_invalid_helo=false
|
||||
|
||||
# Reject non-FQDN HELO
|
||||
reject_non_fqdn_helo=false
|
||||
|
||||
# Log HELO check results
|
||||
log_results=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue