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
22
config/spf.ini
Normal file
22
config/spf.ini
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[main]
|
||||
# SPF checking timeout (seconds)
|
||||
timeout=30
|
||||
|
||||
# Enable SPF checking
|
||||
enabled=true
|
||||
|
||||
# Log SPF results
|
||||
log_result=true
|
||||
|
||||
# For general emails, be lenient - elektrine_spf_enforcer plugin handles our domains
|
||||
[fail]
|
||||
action=accept
|
||||
message=SPF validation failed
|
||||
|
||||
# Soft fail is treated leniently
|
||||
[softfail]
|
||||
action=accept
|
||||
|
||||
# Allow relay for outbound emails
|
||||
[relay]
|
||||
action=accept
|
||||
Loading…
Add table
Add a link
Reference in a new issue