1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-27 00:41:00 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
13950c0231 Remove reject_unauth_destination as relay restrictions are applied 2016-11-01 15:58:14 +01:00
7ed6aba11d Add a virtual_mailbox_maps for unlisted senders to be rejected, fixes #95 2016-11-01 12:57:22 +01:00
a7380f6832 Add a strong restriction on non-existent senders 2016-11-01 11:53:19 +01:00
27ef6c5d9a Add postfix restrictions, related to #95 2016-11-01 11:05:47 +01:00
013286b8e1 Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
538d467604 Empty alias map to avoid warnings about /etc/aliases, fixes #84 2016-10-19 15:09:26 +02:00
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
40b9883c8c Filter outgoing email headers, fixes #52 2016-08-29 22:41:31 +02:00
3d1e5523d4 Use a non-starttls configuration for SMTPS port, related to #45 2016-08-19 15:06:52 +02:00
a6ab917aea Do not enforce TLS on the default SMTP port, related to #45 2016-08-19 15:04:51 +02:00
8909033c26 Apply the BetterCrypto Postfix configuration, related to #45 2016-08-19 13:51:56 +02:00
5a3242d9d3 Apply the BetterCrypto Postfix configuration, related to #45 2016-08-19 13:49:58 +02:00
5bc0948248 Add some documentation to the Postfix configuration 2016-08-19 13:43:01 +02:00
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
0eb075332a Add a RELAYHOST configuration value, fixes #27 2016-08-18 16:08:36 +02:00
1e9a8607b0 Fix prority between mailboxes and aliases, related to #38 2016-08-18 11:29:26 +02:00
ede346fd84 Foward to shorter wildcard aliases first, related to #38 2016-08-15 23:02:54 +02:00
065e95723b Forward to static aliases before wildcards, related to #38 2016-08-15 22:58:42 +02:00
6d4243ec66 Adding SQL Like format for aliases 2016-08-15 21:01:53 +02:00
efff62c4f8 Changed config volume to overrides volume 2016-08-02 03:16:16 +02:00
8018e9c847 Added logs for table-map config files 2016-08-01 11:17:57 +02:00
95492f41bd Added config folder for Postfix 2016-08-01 10:29:15 +02:00
080985fb56 Enable milter in postfix and run the containers 2016-05-29 15:54:34 +02:00
3eca6864c3 Rename the generic 'address' to 'email' 2016-05-01 20:04:40 +02:00
719afcf0dd Switch to the new networking API 2016-04-20 21:17:43 +02:00
18af763293 Store the full address as a computed field 2016-04-20 21:15:30 +02:00
0f1c4b08b4 Remove stale rsyslog pid files 2016-03-20 15:37:15 +01:00
e1c34c5984 Update mail server configurations to match the database structure 2016-03-19 20:40:01 +01:00
09d737ce9a Change the sed delimiter to avoid some errors 2016-03-13 17:45:39 +01:00
3842b4b41e Enable TLS for outgoing mails 2016-03-13 17:45:21 +01:00
c55c1202d6 Switch to env_file and deploy amavis 2016-03-02 21:25:56 +01:00
d0006dc624 Move to Docker Compose and multiple containers 2016-02-24 07:44:49 +01:00