web: # The host that the management interface will be available on host: postal.example.com # The protocol that requests to the management interface should happen on protocol: https fast_server: # This can be enabled to enable click & open tracking on emails. It is disabled by # default as it requires a separate static IP address on your server. enabled: false bind_address: general: # This can be changed to allow messages to be sent from multiple IP addresses use_ip_pools: false main_db: # Specify the connection details for your MySQL database host: 127.0.0.1 username: postal password: p0stalpassw0rd database: postal message_db: # Specify the connection details for your MySQL server that will be house the # message databases for mail servers. host: 127.0.0.1 username: postal password: p0stalpassw0rd prefix: postal rabbitmq: # Specify the connection details for your RabbitMQ server. # if you have more than one RabbitMQ server (cluster), you can use array like this: # host: # - 10.1.1.1 # - 10.1.1.2 # - 10.1.1.3 host: 127.0.0.1 username: postal password: p0stalpassw0rd vhost: /postal dns: # Specifies the DNS record that you have configured. Refer to the documentation at # https://github.com/atech/postal/wiki/Domains-&-DNS-Configuration for further # information about these. mx_records: - smtp.mailservices5512.me smtp_server_hostname: smtp.mailservices5512.me spf_include: spf.mailservices5512.me return_path: rp.mailservices5512.me route_domain: routes.mailservices5512.me track_domain: track.mailservices5512.me smtp: # Specify an SMTP server that can be used to send messages from the Postal management # system to users. You can configure this to use a Postal mail server once the # your installation has been set up. host: 127.0.0.1 port: 2525 username: # Complete when Postal is running and you can password: # generate the credentials within the interface. from_name: Postal from_address: postal@yourdomain.com rails: # This is generated automatically by the config initialization. It should be a random # string unique to your installation. secret_key: c947a6bdf1ef8c1d328677f1a3a5abbee32b8583f2ab0bf3faa0d8f080eb415cd495bd162beac300536721483b11db61fdbad844f458fa45e2fad02cbe3d4b296d2c5fd280c74887cdd0e20e594b1d5ffda0ed4e85413dc09cb821461087f84a38cb168d35b24d9b6f9608961be84b5c7819c4757d5a418089f50b4d2c998b85 d