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/elektrine_webhook.ini
Normal file
18
config/elektrine_webhook.ini
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[main]
|
||||
# Enable the webhook
|
||||
enabled=true
|
||||
|
||||
# Elektrine webhook URL - can be overridden by PHOENIX_WEBHOOK_URL env var
|
||||
# url=https://your-phoenix-app.com/api/haraka/inbound
|
||||
|
||||
# Timeout for webhook requests (milliseconds)
|
||||
timeout=30000
|
||||
|
||||
# What data to include
|
||||
include_headers=true
|
||||
include_body=true
|
||||
include_attachments=true
|
||||
|
||||
# Authentication - API key for webhook
|
||||
# Set PHOENIX_API_KEY (or HARAKA_API_KEY)
|
||||
# api_key=
|
||||
Loading…
Add table
Add a link
Reference in a new issue