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

2421 Commits

Author SHA1 Message Date
Pierre Jaury
38cfc3c611 Mark spam messages as seen 2016-06-05 19:28:08 +02:00
Pierre Jaury
1537ea4834 Autostart containers on startup 2016-05-30 22:52:38 +02:00
Pierre Jaury
b781cb0fa7 Dummy commit to force a docker hub build 2016-05-30 22:44:15 +02:00
Pierre Jaury
decbe2bf34 Remove warning from the documentation for the first release 2016-05-30 22:20:28 +02:00
Pierre Jaury
77729f2aa2 Remove a debugging print, fixes #10 2016-05-30 22:08:51 +02:00
Pierre Jaury
7f7ff4d722 Fix #9, do not reuse the flask_login object for updates, query instead 2016-05-30 22:03:58 +02:00
Pierre Jaury
4e8a332802 Update the documentation 2016-05-29 20:04:31 +02:00
Pierre Jaury
e22f4b29b6 Fix a bug when updating the forward address 2016-05-29 17:06:06 +02:00
Pierre Jaury
8e3d1eb5ac Define the fetchmail delay in the global configuration 2016-05-29 15:57:21 +02:00
Pierre Jaury
a52218a8c4 Still a workaround for dovecot from alpine:edge 2016-05-29 15:57:03 +02:00
Pierre Jaury
944c4fa7a2 Use the environment secret key instead of default one 2016-05-29 15:56:44 +02:00
Pierre Jaury
db311460ad Upgrade roundcube to 1.2 2016-05-29 15:56:33 +02:00
Pierre Jaury
e3afa469e3 Use the latest reply_enabled and forward_enabled variables 2016-05-29 15:56:18 +02:00
Pierre Jaury
b0a1848bb7 Substitute variables properly in dovecot configuration 2016-05-29 15:55:36 +02:00
Pierre Jaury
988f16f3a4 Change the spam header name 2016-05-29 15:55:09 +02:00
Pierre Jaury
dbbad49f66 Handle vacation messages properly 2016-05-29 15:54:53 +02:00
Pierre Jaury
080985fb56 Enable milter in postfix and run the containers 2016-05-29 15:54:34 +02:00
Pierre Jaury
ccb37addf1 Replace amavis with rmilter plus clamav and rspamd 2016-05-29 15:54:02 +02:00
Pierre Jaury
82ec86afd8 Do not always add objects to the session before committing 2016-05-06 23:27:11 +02:00
Pierre Jaury
2396324e21 Temporary workaround for #6
The patch is still going through patchwork upstream (Alpine),
thus the auth-worker group was changed to 'mail' as a "temporary" workaround.
2016-05-06 19:26:11 +02:00
Pierre Jaury
795b461800 The latest roundcube version was removed from sourceforge
Link to Github instead.
2016-05-06 19:10:28 +02:00
Pierre Jaury
9efc798246 Store the state of reply and forward settings being enabled 2016-05-04 16:12:56 +02:00
Pierre Jaury
a1d0eca859 Fixes in the README file 2016-05-04 12:57:21 +02:00
Pierre Jaury
0efd067b9a Merge branch 'master' of github.com:kaiyou/freeposte.io 2016-05-04 12:20:56 +02:00
Pierre Jaury
91bd08f30e Add a warning about using Freeposte before stable release 2016-05-04 12:20:00 +02:00
kaiyou
d84a947db3 Merge pull request #7 from justb81/patch-1
Update to Roundcube 1.1.5
2016-05-02 15:31:11 +02:00
Bastian Rang
8104fe00e5 Update to Roundcube 1.1.5 2016-05-02 15:21:29 +02:00
Pierre Jaury
493fcf3a58 Use populate_obj to update objects 2016-05-01 21:12:08 +02:00
Pierre Jaury
d3b13c2412 Use SQLAlchemy Session.get instead of filter_by 2016-05-01 20:09:47 +02:00
Pierre Jaury
3eca6864c3 Rename the generic 'address' to 'email' 2016-05-01 20:04:40 +02:00
Pierre Jaury
5343a397ff Fix the link to the fetchmail list 2016-04-30 13:17:13 +02:00
Pierre Jaury
f832b74c85 Redirect to the fetch list after creation 2016-04-28 20:09:44 +02:00
Pierre Jaury
30ecbf81cd First fetchmail implementation 2016-04-28 20:07:38 +02:00
Pierre Jaury
c56a51f7b7 Fix references to the deprecrated admin_of field 2016-04-24 19:42:02 +02:00
Pierre Jaury
340edc629e Implement admin and manager management 2016-04-24 19:17:40 +02:00
Pierre Jaury
5fee525e74 Fix the path to the docker socket 2016-04-24 18:08:23 +02:00
Pierre Jaury
e2faf8e1be Fix the logo link 2016-04-24 18:06:04 +02:00
Pierre Jaury
6ea6c43da4 Make the docker socket mount read-only 2016-04-24 18:04:12 +02:00
Pierre Jaury
5677c85368 Rename /status to /services 2016-04-24 18:03:56 +02:00
Pierre Jaury
46f2af3837 Update the docker-compose file 2016-04-24 17:59:53 +02:00
Pierre Jaury
78abe64068 Fix the behavior of the 'enable reply' checkbox 2016-04-24 16:49:54 +02:00
Pierre Jaury
bc6766ac26 Add instructions about upgrading 2016-04-24 16:32:56 +02:00
Pierre Jaury
4d971dcc77 Merge branch 'master' of github.com:kaiyou/freeposte.io 2016-04-24 16:27:58 +02:00
Pierre Jaury
d7b5b08d2d Use docker links for nginx to resolve properly 2016-04-24 16:27:35 +02:00
Pierre Jaury
2d64ada2d6 Build the dovecot container from edge alpine 2016-04-24 16:27:17 +02:00
Pierre Jaury
550c58634b Add virtualenv folders to .gitignore 2016-04-24 15:52:57 +02:00
Pierre Jaury
90289f8b89 Build a proper version for extdata 2016-04-24 15:52:46 +02:00
kaiyou
74b92f60f6 Remove a deprecated start file 2016-04-21 12:53:10 +02:00
Pierre Jaury
85a9ae4361 Add a basic service status page 2016-04-20 22:37:17 +02:00
Pierre Jaury
3a4703b764 Implement auto-forward and auto-reply 2016-04-20 21:20:02 +02:00