1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00
رسم بياني للالتزام

403 الالتزامات

المؤلف SHA1 الرسالة التاريخ
Adam Cooke
232c323121 docs: use a smaller logo on the readme 2021-07-29 19:59:39 +00:00
Adam Cooke
7a1d1fad20 docs: update readme 2021-07-29 19:59:01 +00:00
Adam Cooke
30dd48defa build: add postal ./bin to path and set config root in container 2021-07-29 16:47:23 +00:00
Adam Cooke
293ad9ee8c refactor: use bin/postal as the entrypoint for everything 2021-07-29 16:36:40 +00:00
Adam Cooke
9d1d80e931 refactor: remove old nginx config 2021-07-29 16:25:58 +00:00
Adam Cooke
4e5b621232 refactor: remove old logging defaults based on /opt/postal 2021-07-29 16:25:25 +00:00
Adam Cooke
5cd06e126b fix: remove a few leftover fast server artifacts 2021-07-29 16:10:53 +00:00
Adam Cooke
6f1d92b974 Merge pull request #1508 from postalserver/remove-fast-server
Remove the fast server
2021-07-29 16:56:17 +01:00
Adam Cooke
d3bdfbae96 build: allow ruby in container to listen on privileged ports 2021-07-29 15:53:15 +00:00
Adam Cooke
17dd7cc757 refactor: remove the fast server 2021-07-29 11:20:47 +00:00
Adam Cooke
8e3294ba1a feat(config): support for loading a postal.local.yml config file from the config root if it exists 2021-07-29 11:16:44 +00:00
Adam Cooke
189dfa509b fix(dkim): fixes bug with signing dkim bodies 2021-07-28 17:01:42 +00:00
Adam Cooke
21a8d89045 feat: add priorities to IP address assignment 2021-07-28 14:18:40 +00:00
Adam Cooke
daf469ce7f refactor: user management 2021-07-28 14:17:59 +00:00
Adam Cooke
e9a52e9512 refactor(dkim_signing): refactor dkim signing with direct reference to RFC 2021-07-28 14:15:50 +00:00
Adam Cooke
83a7e1f625 ci: update location of docker image 2021-07-28 14:05:24 +00:00
Adam Cooke
84a04d810e ci(gha): specify the registry as ghcr.io 2021-07-28 13:54:31 +00:00
Adam Cooke
2e7aaaba5a chore: mention about log outputs in bug report template 2021-07-28 11:09:43 +01:00
Adam Cooke
52a23fa86f fix: replace Fixnum with Integer
closes #996
2021-07-28 08:53:05 +00:00
Jay Rogers
e458dc43ca chore: add link on where to get support & suggest features on issue template (#1502) 2021-07-28 09:46:14 +01:00
Adam Cooke
ab9b10b2a6 chore(admin): add github issue template for bug report 2021-07-27 23:47:48 +01:00
Vishnu Sudhakaran
e8ba9ee427 fix(smtp_server): updated line split logic, normalize all linebreaks to \r\n (#897)
Co-authored-by: Vishnu S <vishnu@zerodha.com>
2021-07-27 23:15:38 +01:00
Will Power
670ea65712 fixes for link conversion (#296) 2021-07-27 23:08:53 +01:00
Jay Rogers
351da9e623 Replaced Google Groups with Slack (#1425) 2021-07-27 23:02:32 +01:00
Adam Cooke
4a410c8c9f feat(smtp_server): allow bind address to be configured
closes #1166
2021-07-27 22:00:16 +00:00
Adam Cooke
e0ba05acb1 fix(smtp_server): fixes issue with malformed rcpt to
closes #1299
closes #1019
2021-07-27 14:32:29 +00:00
Jim
73870d6a92 fix: fix issue with determining if an SMTP connection is encrypted or not (#1338) 2021-07-27 15:13:06 +01:00
Adam Cooke
eef1a365a2 fix: add resolv 0.2.1
closes #1381
closes #1377
2021-07-27 14:10:24 +00:00
Adam Cooke
bc22394fdd fix(smtp_server): refactor mx lookups to randomly order mx records with the same priority
closes #1408
closes #1405
2021-07-27 14:07:38 +00:00
Adam Cooke
fcb63616e1 fix(smtp_server): attempt to redact plain-text passwords from log output 2021-07-27 13:10:32 +00:00
Adam Cooke
1976649c52 chore: remove example config files from config/postal 2021-07-26 20:08:39 +00:00
Adam Cooke
5f515d0461 ci(makefile): we have no secrets here 2021-07-26 17:52:57 +00:00
Adam Cooke
dcd5716d28 ci(gha): disable release action for now 2021-07-26 17:52:51 +00:00
Adam Cooke
03232a4e8b ci(gha): add initial github actions workflow 2021-07-26 17:51:03 +00:00
Adam Cooke
c09ab62d0c chore: various tweaks to support running tests in the CI 2021-07-26 17:40:56 +00:00
Adam Cooke
9288d642b9 chore: use github rather than dockerhub for containers 2021-07-26 16:18:40 +00:00
Adam Cooke
1d22ca0f85 fix: always obey POSTAL_CONFIG_ROOT 2021-07-26 11:21:26 +00:00
Adam Cooke
e2409a663c test: add test for dkim header generation 2021-07-22 19:17:13 +01:00
Adam Cooke
3352642c16 chore(deps): upgrade moonrope to 2.0.2 (also json) 2021-07-22 16:36:52 +01:00
Adam Cooke
eab9e93ac1 chore(deps): upgrade rails to 5.2.6 2021-07-22 16:34:11 +01:00
Adam Cooke
ab2c9ed9af chore(deps): upgrade nokogiri to 1.11.7 2021-07-22 16:05:43 +01:00
Adam Cooke
d5c528e73f chore(deps): upgrade puma to 4.3.8 2021-07-22 16:04:29 +01:00
Adam Cooke
8145dba157 chore(docker): add tools for generating docker images 2021-06-29 17:47:37 +01:00
Adam Cooke
a735219783 update readme to include new screenshot 2021-04-09 13:31:13 +01:00
Adam Cooke
5ecc3a5a80 upgrade rails to 5.2.5 2021-03-31 16:26:21 +01:00
Josh Grant
2595481b26 Preserve environment when executing sudo 2020-10-01 12:36:55 +01:00
Jim
70d9ba6d09 Add log line for failed authentication attempts
Resolves #1182
2020-10-01 12:35:34 +01:00
Charlie Smurthwaite
044edd9afa renumber migration 2020-10-01 10:53:07 +01:00
Charlie Smurthwaite
ccd6caf147 Re-allocate IP address when retrying deliveries to prevent stuck messages when config changes 2020-10-01 10:47:35 +01:00
Charlie Smurthwaite
1ecc4684cd Truncate long message subjects when storing metadata
This avoids SQL errors dropping messages when subjects are too long.
2020-10-01 10:45:30 +01:00