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
18
config/auth_proxy.ini
Normal file
18
config/auth_proxy.ini
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[core]
|
||||
# Authentication proxy configuration
|
||||
# Forwards auth requests to Phoenix app for validation
|
||||
|
||||
# Only require AUTH on port 587 (submission), not port 25 (for receiving inbound mail)
|
||||
[port:587]
|
||||
host=app.example.com
|
||||
port=443
|
||||
path=/api/haraka/auth
|
||||
timeout=5000
|
||||
protocol=https
|
||||
|
||||
[domains]
|
||||
elektrine.com=elektrine_mail:2587
|
||||
elektrine.net=elektrine_mail:2587
|
||||
elektrine.org=elektrine_mail:2587
|
||||
z.org=elektrine_mail:2587
|
||||
mail.elektrine.com=elektrine_mail:2587
|
||||
Loading…
Add table
Add a link
Reference in a new issue