Commit Graph

22 Commits (a3ad45c8ac8c0d4f2c3e8604dd19e73ca962e6a8)

Author SHA1 Message Date
Amin Bandali b5aec1f065 Default message_size_limit to 50MB
Add MESSAGE_SIZE_LIMIT variable in .env to allow setting the message
size limit for postfix.
Pierre Jaury 40b9883c8c Filter outgoing email headers, fixes
Pierre Jaury 3d1e5523d4 Use a non-starttls configuration for SMTPS port, related to
Pierre Jaury a6ab917aea Do not enforce TLS on the default SMTP port, related to
Pierre Jaury 8909033c26 Apply the BetterCrypto Postfix configuration, related to
Pierre Jaury 5a3242d9d3 Apply the BetterCrypto Postfix configuration, related to
Pierre Jaury 5bc0948248 Add some documentation to the Postfix configuration
d-fens a3d8daa585 Update postfix SSL/TLS configuration
Ensure that RC4 and SSLv3 is not used. This is based off mailinabox project settings, while not the most ideal settings this improves the configuration from what it is currently.
Pierre Jaury 0eb075332a Add a RELAYHOST configuration value, fixes
Pierre Jaury 1e9a8607b0 Fix prority between mailboxes and aliases, related to
Pierre Jaury ede346fd84 Foward to shorter wildcard aliases first, related to
Pierre Jaury 065e95723b Forward to static aliases before wildcards, related to
XYunknown 6d4243ec66 Adding SQL Like format for aliases
Akuario 95492f41bd Added config folder for Postfix
Pierre Jaury 080985fb56 Enable milter in postfix and run the containers
Pierre Jaury 3eca6864c3 Rename the generic 'address' to 'email'
Pierre Jaury 719afcf0dd Switch to the new networking API
Pierre Jaury 18af763293 Store the full address as a computed field
Pierre Jaury e1c34c5984 Update mail server configurations to match the database structure
Pierre Jaury 3842b4b41e Enable TLS for outgoing mails
Pierre Jaury c55c1202d6 Switch to env_file and deploy amavis
Pierre Jaury d0006dc624 Move to Docker Compose and multiple containers