Commit Graph

64 Commits (494db6a14ac77c4082215aa0464fd9d5f37633de)

Author SHA1 Message Date
kaiyou 6765a17545 Explicitely enable sasl_auth for the internal SMTP (Postifx, sigh..)
kaiyou 05b9ecbb34 Remove misinformed open relay for the internal smtp
kaiyou 47f453e494 Allow relaying when using the intenral SMTPd
kaiyou c94e976f43 Fix a typo in the sqlite query
kaiyou 64cbab5104 Allow xclient even for non authenticated clients
kaiyou ea1d876d93 Add a specific server for xclient-authenticated connections
kaiyou cac00086c9 Fix the outclean filter which was not embedded anymore
kaiyou 4892fe47e6 Limit xclient to connections from the front container
kaiyou a57096e613 Support specifyin multiple hostnames
kaiyou a4851914d0 Do not disable login mismatch check in Postfix
kaiyou a11eb4ba35 Switch to python and Jinja2 for the Postfix container
kaiyou a08185911d Merge branch 'master' into feature-traefik
kaiyou c4eeaad676 Disable MX queries when relaying mail to a remote smtp
kaiyou 6b7a33c435 Add a (not working) postfix conf for transports
kaiyou 4e0bd32d50 Support using dhparam in Postfix and Dovecot
kaiyou 64ded60b5e Implement the postfix part of domain aliasing
kaiyou 901796f4ac Merge pull request from Mailu/feature-recipient-delimiter
Feature recipient delimiter
kaiyou 4ee086a52a Make the recipient delimiter customizeable, fixes and
kaiyou a06d1146d8 Merge pull request from Mailu/feature-postfix-master
Add the ability to customize the Postfix master configuration
kaiyou 1deee71e51 Fix the postconf command and rename the override file, fix
kaiyou 7f50f4c184 Fix the sqlite query, fix
kaiyou bffc51401d Add a recipient delimiter for extended addresses
kaiyou 1fa01745a3 Add the ability to customize the Postfix master configuration
kaiyou c834d34bae Implement keeping or dropping forwarded messages in postfix
kaiyou cd8a29ee1a Fix a regression introduced in 3e85bb2d73, bypassing sender restrictions on port 25
P. Vibet 7ac47d55e9 Use exec to start rsyslogd
kaiyou a1795d18fd Mount the postfix queue as a volume, fixes
Pierre Jaury 0cf1d82dde Use --no-cache when installing packages
Pierre Jaury 18834de56e Handle forwards as aliases with local copy
Pierre Jaury a74c9a1e87 Apply strong TLS to opportunistic encryption as well
Stefan Auditor a34c7f6a8a Remove reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname HELO restrictions
Pierre Jaury 3e85bb2d73 Apply helo restrictions to port 25 only, related to
Pierre Jaury 13950c0231 Remove reject_unauth_destination as relay restrictions are applied
Pierre Jaury 7ed6aba11d Add a virtual_mailbox_maps for unlisted senders to be rejected, fixes
Pierre Jaury a7380f6832 Add a strong restriction on non-existent senders
Pierre Jaury 27ef6c5d9a Add postfix restrictions, related to
Pierre Jaury 013286b8e1 Rename the freeposte/mailu directory and database
Pierre Jaury 538d467604 Empty alias map to avoid warnings about /etc/aliases, fixes
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