1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
kaiyou
a4851914d0 Do not disable login mismatch check in Postfix 2017-09-24 15:42:51 +02:00
kaiyou
a11eb4ba35 Switch to python and Jinja2 for the Postfix container 2017-09-24 14:34:46 +02:00
kaiyou
a08185911d Merge branch 'master' into feature-traefik 2017-09-16 17:54:09 +02:00
kaiyou
c4eeaad676 Disable MX queries when relaying mail to a remote smtp 2017-09-11 20:31:14 +02:00
kaiyou
6b7a33c435 Add a (not working) postfix conf for transports 2017-09-11 08:12:04 +02:00
kaiyou
4e0bd32d50 Support using dhparam in Postfix and Dovecot 2017-09-10 19:00:22 +02:00
kaiyou
64ded60b5e Implement the postfix part of domain aliasing 2017-09-10 15:30:25 +02:00
kaiyou
901796f4ac Merge pull request #251 from Mailu/feature-recipient-delimiter
Feature recipient delimiter
2017-09-10 14:14:07 +02:00
kaiyou
4ee086a52a Make the recipient delimiter customizeable, fixes #233 and #164 2017-09-10 14:09:16 +02:00
kaiyou
7f50f4c184 Fix the sqlite query, fix #243 2017-09-10 13:36:24 +02:00
kaiyou
bffc51401d Add a recipient delimiter for extended addresses 2017-09-03 16:18:08 +02:00
kaiyou
c834d34bae Implement keeping or dropping forwarded messages in postfix 2017-09-03 15:46:39 +02:00
kaiyou
cd8a29ee1a Fix a regression introduced in 3e85bb2d73, bypassing sender restrictions on port 25 2017-09-02 20:01:17 +02:00
kaiyou
a1795d18fd Mount the postfix queue as a volume, fixes #211 2017-07-02 16:39:00 +02:00
Pierre Jaury
18834de56e Handle forwards as aliases with local copy 2017-02-02 21:36:50 +01:00
Pierre Jaury
a74c9a1e87 Apply strong TLS to opportunistic encryption as well 2017-01-23 21:29:02 +01:00
Stefan Auditor
a34c7f6a8a Remove reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname HELO restrictions 2016-12-26 21:01:26 +01:00
Pierre Jaury
3e85bb2d73 Apply helo restrictions to port 25 only, related to #115 2016-11-13 15:49:39 +01:00
Pierre Jaury
13950c0231 Remove reject_unauth_destination as relay restrictions are applied 2016-11-01 15:58:14 +01:00
Pierre Jaury
7ed6aba11d Add a virtual_mailbox_maps for unlisted senders to be rejected, fixes #95 2016-11-01 12:57:22 +01:00
Pierre Jaury
a7380f6832 Add a strong restriction on non-existent senders 2016-11-01 11:53:19 +01:00
Pierre Jaury
27ef6c5d9a Add postfix restrictions, related to #95 2016-11-01 11:05:47 +01:00
Pierre Jaury
013286b8e1 Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
Pierre Jaury
538d467604 Empty alias map to avoid warnings about /etc/aliases, fixes #84 2016-10-19 15:09:26 +02:00
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.
2016-09-24 19:46:10 -04:00
Pierre Jaury
40b9883c8c Filter outgoing email headers, fixes #52 2016-08-29 22:41:31 +02:00
Pierre Jaury
3d1e5523d4 Use a non-starttls configuration for SMTPS port, related to #45 2016-08-19 15:06:52 +02:00
Pierre Jaury
a6ab917aea Do not enforce TLS on the default SMTP port, related to #45 2016-08-19 15:04:51 +02:00
Pierre Jaury
8909033c26 Apply the BetterCrypto Postfix configuration, related to #45 2016-08-19 13:51:56 +02:00
Pierre Jaury
5a3242d9d3 Apply the BetterCrypto Postfix configuration, related to #45 2016-08-19 13:49:58 +02:00
Pierre Jaury
5bc0948248 Add some documentation to the Postfix configuration 2016-08-19 13:43:01 +02:00
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.
2016-08-19 12:20:50 +01:00
Pierre Jaury
0eb075332a Add a RELAYHOST configuration value, fixes #27 2016-08-18 16:08:36 +02:00
Pierre Jaury
1e9a8607b0 Fix prority between mailboxes and aliases, related to #38 2016-08-18 11:29:26 +02:00
Pierre Jaury
ede346fd84 Foward to shorter wildcard aliases first, related to #38 2016-08-15 23:02:54 +02:00
Pierre Jaury
065e95723b Forward to static aliases before wildcards, related to #38 2016-08-15 22:58:42 +02:00
XYunknown
6d4243ec66 Adding SQL Like format for aliases 2016-08-15 21:01:53 +02:00
Akuario
95492f41bd Added config folder for Postfix 2016-08-01 10:29:15 +02:00
Pierre Jaury
080985fb56 Enable milter in postfix and run the containers 2016-05-29 15:54:34 +02:00
Pierre Jaury
3eca6864c3 Rename the generic 'address' to 'email' 2016-05-01 20:04:40 +02:00
Pierre Jaury
719afcf0dd Switch to the new networking API 2016-04-20 21:17:43 +02:00
Pierre Jaury
18af763293 Store the full address as a computed field 2016-04-20 21:15:30 +02:00
Pierre Jaury
e1c34c5984 Update mail server configurations to match the database structure 2016-03-19 20:40:01 +01:00
Pierre Jaury
3842b4b41e Enable TLS for outgoing mails 2016-03-13 17:45:21 +01:00
Pierre Jaury
c55c1202d6 Switch to env_file and deploy amavis 2016-03-02 21:25:56 +01:00
Pierre Jaury
d0006dc624 Move to Docker Compose and multiple containers 2016-02-24 07:44:49 +01:00