مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-19 14:19:48 +00:00
improve defaults in the example config
هذا الالتزام موجود في:
@@ -3,7 +3,7 @@ web:
|
|||||||
protocol: https
|
protocol: https
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
bind_address: 0.0.0.0
|
bind_address: 127.0.0.1
|
||||||
port: 5000
|
port: 5000
|
||||||
max_threads: 5
|
max_threads: 5
|
||||||
|
|
||||||
@@ -23,21 +23,21 @@ logging:
|
|||||||
max_log_files: 10
|
max_log_files: 10
|
||||||
|
|
||||||
main_db:
|
main_db:
|
||||||
host: localhost
|
host: 127.0.0.1
|
||||||
port: 3306
|
port: 3306
|
||||||
username: root
|
username: postal
|
||||||
password:
|
password:
|
||||||
database: postal
|
database: postal
|
||||||
|
|
||||||
message_db:
|
message_db:
|
||||||
host: localhost
|
host: 127.0.0.1
|
||||||
port: 3306
|
port: 3306
|
||||||
username: root
|
username: postal
|
||||||
password:
|
password:
|
||||||
prefix: postal
|
prefix: postal
|
||||||
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: localhost
|
host: 127.0.0.1
|
||||||
port: 5672
|
port: 5672
|
||||||
username: postal
|
username: postal
|
||||||
password: xxx
|
password: xxx
|
||||||
@@ -52,29 +52,24 @@ smtp_server:
|
|||||||
|
|
||||||
dns:
|
dns:
|
||||||
mx_records:
|
mx_records:
|
||||||
- mx1.example.com
|
- mx.postal.example.com
|
||||||
- mx2.example.com
|
smtp_server_hostname: postal.example.com
|
||||||
smtp_server_hostname: smtp.example.com
|
spf_include: spf.postal.example.com
|
||||||
spf_include: spf.example.com
|
return_path: rp.postal.example.com
|
||||||
return_path: rp.example.com
|
route_domain: routes.postal.example.com
|
||||||
route_domain: routes.example.com
|
track_domain: track.postal.example.com
|
||||||
track_domain: track.example.com
|
|
||||||
dkim_identifier: postal
|
dkim_identifier: postal
|
||||||
domain_verify_prefix: postal-verification
|
domain_verify_prefix: postal-verification
|
||||||
custom_return_path_prefix: psrp
|
custom_return_path_prefix: psrp
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
host: smtp.blah
|
host: 127.0.0.1
|
||||||
port: 2525
|
port: 2525
|
||||||
username:
|
username: # Complete when Postal is running and you can
|
||||||
password:
|
password: # generate the credentials within the interface.
|
||||||
from_name: Postal
|
from_name: Postal
|
||||||
from_address: postal@yourdomain.com
|
from_address: postal@yourdomain.com
|
||||||
|
|
||||||
espect:
|
|
||||||
hosts:
|
|
||||||
- http://espect01.infra.atech.io
|
|
||||||
|
|
||||||
rails:
|
rails:
|
||||||
environment: production
|
environment: production
|
||||||
secret_key: {{secretkey}}
|
secret_key: {{secretkey}}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم