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
14
config/smtp.ini
Normal file
14
config/smtp.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[main]
|
||||
# Listen on port 25 (SMTP) and 587 (submission)
|
||||
listen=[::0]:25,[::0]:587
|
||||
|
||||
# Connection limits
|
||||
max_connections=1000
|
||||
max_unrecognized_commands=10
|
||||
max_errors=10
|
||||
|
||||
# Timeouts (in seconds)
|
||||
connect_timeout=60
|
||||
data_timeout=600
|
||||
|
||||
nodes=0
|
||||
Loading…
Add table
Add a link
Reference in a new issue