0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

2857 Commits

Author SHA1 Message Date
David Goodwin
f40496163f
Merge pull request #482 from csware/autoresponders
Don't reply to known auto generated mails
2021-05-07 16:57:49 +01:00
David Goodwin
07bafd0dc9
Merge pull request #483 from csware/autosubmitted-autoreplied
Be a good citizen and include 'Auto-Submitted: auto-replied' in auto replies
2021-05-07 16:56:38 +01:00
Sven Strickroth
3cde7af742 UTF8 is no real UTF8 in MySQL, on needs to use utf8mb4
This allows to use emojis in vacation mails.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:55:18 +02:00
Sven Strickroth
92d2a378c1 Be a good citizen and include 'Auto-Submitted: auto-replied' in auto replies
SHOULD "requirement" in RFC3834.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:15:52 +02:00
Sven Strickroth
cbbb398026 Support all relevant cases of Outlook's X-Auto-Response-Suppress
cf.
<https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcmail/ced68690-498a-4567-9d14-5c01f974d8b1>

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:00:20 +02:00
Sven Strickroth
2e9dc5fcb6 Do not auto reply to notification mails sent by Amazon
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:00:20 +02:00
Sven Strickroth
89e7135339 Add more cases to no_reply and no-reply detection
As found by Apple, Itunes and Google.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:00:19 +02:00
David Goodwin
269515b1ad see: https://github.com/postfixadmin/postfixadmin/issues/105 - log the ip address from the users/login.php page too 2021-04-22 12:53:40 +01:00
David Goodwin
7e29ee308e update "master" changelog 2021-04-13 21:49:50 +01:00
David Goodwin
af2cba2a6c only update the modified field on update 2021-04-13 21:35:06 +01:00
David Goodwin
e8f3c40442 ignore this for sqlite which does not like a pk field being added 2021-04-13 21:26:11 +01:00
David Goodwin
2edabc3e03 phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00
David Goodwin
bbec16aac1 see: #475 - add domain_admins.id pk autoincrement field 2021-04-13 21:08:49 +01:00
David Goodwin
fbdc6ba029 composer format 2021-04-05 21:20:40 +01:00
David Goodwin
962e80c40c improve typehints on db_insert (requires php7) 2021-04-05 21:11:39 +01:00
David Goodwin
c300a8070e ensure timestamps are non-empty after update for mailbox 2021-04-05 21:11:39 +01:00
David Goodwin
3ad0591006 ensure MailboxHandler does result in modified timestamp being updated, and they are both set on insertion - see #469 2021-04-05 21:11:39 +01:00
David Goodwin
60ff94e3c1 see #469 - try and make sure we do update timestamp fields
They may not be present in our $values array, but update them anyway.
2021-04-05 21:11:39 +01:00
David Goodwin
823f27b29d phpcs wants to change ... 2021-03-22 09:28:28 +00:00
David Goodwin
4f1ef668d9 stop undefined indexes etc - see https://github.com/postfixadmin/postfixadmin/issues/470 2021-03-15 20:26:21 +00:00
David Goodwin
2a58056fff be more consistent with how we load common.php, improve comments 2021-03-09 20:34:09 +00:00
David Goodwin
a51cc34b83 try and avoid relying on output buffering for setup.php 2021-03-09 20:33:40 +00:00
David Goodwin
cc2e049050 see: https://github.com/postfixadmin/postfixadmin/issues/468 - token docs on possible migration 2021-03-07 13:34:39 +00:00
David Goodwin
5be7468461 merge in postfixadmin_3.3 2021-03-07 13:29:33 +00:00
David Goodwin
291e15c910 update/begin changelog for 3.3.9 2021-03-05 12:44:45 +00:00
David Goodwin
9fb8c5b4b4 improved Ukranian language file; thanks andrew.kudrinov-at-gmail... 2021-03-05 12:43:37 +00:00
David Goodwin
7d04685d40 version 3.3.8 changelog / version number 2021-03-04 20:27:22 +00:00
David Goodwin
8815b07bba improve phpdocs 2021-03-04 20:19:08 +00:00
David Goodwin
efeb698bc0 ensure POST[domains] is not empty 2021-03-04 20:18:54 +00:00
David Goodwin
1a93247018 improve phpdocs 2021-03-02 21:33:00 +00:00
David Goodwin
0565cde6f3 ensure POST[domains] is not empty 2021-03-02 21:25:49 +00:00
David Goodwin
0bcc91ecf0 Merge branch 'postfixadmin_3.3' 2021-03-01 09:32:14 +00:00
David Goodwin
dadd40a9e9 fix broadcast message to load a template that does exist - see #465 2021-03-01 09:30:42 +00:00
David Goodwin
4a960a0ce0 improved Ukranian language file; thanks andrew.kudrinov-at-gmail... 2021-02-26 19:29:47 +00:00
David Goodwin
84de818f22 merge postgresql fix from postfixadmin_3.3 2021-02-24 21:35:13 +00:00
David Goodwin
599b39b833 fix sql for postgres bool / t 2021-02-24 21:33:42 +00:00
David Goodwin
9107cc9a46 possible fix for #461 - postgresql does not like ints for bool fields... 2021-02-24 21:15:45 +00:00
David Goodwin
f6bbf116d8 possible fix for #461 - postgresql does not like ints for bool fields... 2021-02-24 21:15:13 +00:00
David Goodwin
e0c986931c add something to test Login::passwordChange() works 2021-02-23 18:02:46 +00:00
David Goodwin
5b77278013 add something to test Login::passwordChange() works 2021-02-23 09:57:01 +00:00
David Goodwin
0fc3765528 re-format 2021-02-20 14:29:23 +00:00
Sven Seeberg
7fd3d30418 Change Login changePassword, fixes #456
* The db_udpate function already sets backticks around the table
  name, which results and error name if the string passed as argument
  for the table name already contains backticks.

Signed-off-by: Sven Seeberg <mail@sven-seeberg.de>
2021-02-19 09:18:16 +00:00
David Goodwin
cc8cfff7e5
Merge pull request #457 from verdigado/bugfix/user-password-change
Change Login changePassword, fixes #456
2021-02-19 09:17:48 +00:00
Sven Seeberg
160fb32441
Change Login changePassword, fixes #456
* The db_udpate function already sets backticks around the table
  name, which results and error name if the string passed as argument
  for the table name already contains backticks.

Signed-off-by: Sven Seeberg <mail@sven-seeberg.de>
2021-02-19 08:58:08 +01:00
David Goodwin
9700a3a9c9 fix psalm : bool -> int 2021-02-18 21:19:56 +00:00
David Goodwin
9267cc64a0 improve ua.lang (thanks: Andrii Kudrinov) 2021-02-18 20:22:59 +00:00
David Goodwin
0764f47a64 improve ua.lang (thanks: Andrii Kudrinov) 2021-02-18 20:22:44 +00:00
David Goodwin
c755e82a36 Merge branch 'postfixadmin_3.3' 2021-02-18 12:12:27 +00:00
David Goodwin
92c8b6313d add Ukrainian language file - thanks andrew.kudrinov 2021-02-18 12:08:22 +00:00
David Goodwin
1a9d9847f5 bump version 2021-02-17 21:32:06 +00:00