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

2743 Commits

Author SHA1 Message Date
David Goodwin
7acd914ebd rename, prettify, add link to cyrus quota script 2021-05-21 20:09:20 +01:00
David Goodwin
884147e6df composer format time ... i shouldh ave a commit hook for this 2021-05-15 11:43:06 +01:00
David Goodwin
ba17fbe6d6 improve setup.php to apply database updates and avoid deadlock with not being able to login - see https://github.com/postfixadmin/postfixadmin/issues/494 2021-05-15 11:42:20 +01:00
David Goodwin
93f38e659b update changelog 2021-05-15 11:24:32 +01:00
David Goodwin
e0654fa774
Merge pull request #495 from AltiUP/patch-1
Modification HELO information/parameters
2021-05-15 11:20:00 +01:00
Christophe Gherardi
f35bceabb8
Modification HELO information/parameters
Modification of the comments for the HELO configuration, and addition of the HELO parameter in the transport.
2021-05-15 11:17:41 +02:00
Christian Boltz
7bf1bb9ffa
fix merge conflict leftover in changelog 2021-05-13 21:38:25 +02:00
David Goodwin
5a305bc830 allow vacation settings to include a time (but specify a time if one is not), this should stop us overwriting the time - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5/?limit=25#24a5 2021-05-13 16:16:22 +01:00
David Goodwin
b271ae8cb8 composer format! 2021-05-13 13:17:07 +01:00
David Goodwin
8518d53906 merge postfixadmin_3.3 into master 2021-05-13 13:15:27 +01:00
David Goodwin
ad342e1d67 remove readonly attribute from user vacation page - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5 2021-05-13 13:07:36 +01:00
David Goodwin
584e4ef41d type hinting changes 2021-05-13 12:56:38 +01:00
David Goodwin
84ba24db8c
Merge pull request #493 from zentavr/master
Adding an ability to update password_expiry field when user changes its own password from /users/ portal
2021-05-13 12:53:32 +01:00
David Goodwin
44f2f94f78 update CHANGELOG 2021-05-13 09:58:07 +01:00
Andrey Miroshnichenko
9cda7f402c
Minor fixes of the password expiration checker script example. 2021-05-13 00:54:41 +03:00
Andrey Miroshnichenko
0ebb006888
Adds an ability to update password_expity field when user changes own password 2021-05-13 00:23:05 +03:00
David Goodwin
59f0b89233 explode on errors when performing db upgrade; try and fix #498 by updating domain created/modified columns to something MySQL might be happier with 2021-05-08 20:11:58 +01:00
David Goodwin
3963c02239
Merge pull request #490 from csware/domain_postedit_script
Add support for domain_postedit_script
2021-05-08 19:55:57 +01:00
Sven Strickroth
4373551f26 Update translations
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-08 19:14:45 +02:00
Sven Strickroth
74a12b4f0c Add support for domain_postedit_script
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-08 18:27:44 +02:00
David Goodwin
b9ca22c918 change mailbox.name to be utf8mb4 too - see #484 2021-05-07 20:07:18 +01:00
David Goodwin
eded6a5559
Merge pull request #484 from csware/mysql-utf8mb4
UTF8 is no real UTF8 in MySQL, one needs to use utf8mb4
2021-05-07 19:57:09 +01:00
David Goodwin
4e7b69e04c formatting 2021-05-07 19:54:17 +01:00
David Goodwin
df34c100ea schema changes for https://github.com/postfixadmin/postfixadmin/pull/484 - changing vacation.subject and vacation.text to be utf8mb4 2021-05-07 19:52:45 +01:00
David Goodwin
65d2f17905
Merge pull request #487 from csware/configurable-smtpserver
Make sending auto replies directly to the authoritative servers configurable
2021-05-07 19:47:24 +01:00
David Goodwin
9d6f671fa4
Merge pull request #488 from csware/fix-regression
Re-add configurable quota levels
2021-05-07 19:45:33 +01:00
David Goodwin
837169d755 downgrade/stop friendsofphp/php-cs-fixer moving to 3.0 2021-05-07 19:44:22 +01:00
Sven Strickroth
bfc7af5c8e Re-add configurable quota levels
The configurable setting seems to be accidentally removed in 68a8caac28.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 20:43:52 +02:00
David Goodwin
ec6f81b142 Revert "rename file as requested in build"
This reverts commit 320189b541.
2021-05-07 19:43:34 +01:00
Sven Strickroth
7a3e9d4618 Make sending auto replies directly to the authoritative servers configurable
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 20:28:54 +02:00
David Goodwin
320189b541 rename file as requested in build 2021-05-07 19:25:04 +01:00
David Goodwin
bff4afa944
Merge pull request #486 from csware/cleanup
Cleanup
2021-05-07 19:23:18 +01:00
David Goodwin
97623e91da
Merge pull request #485 from csware/fix-typo
Fix typo
2021-05-07 19:21:44 +01:00
Sven Strickroth
600c375faa Cleanup
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 19:47:03 +02:00
Sven Strickroth
878ad18c5b Fix typo
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 19:17:18 +02:00
Sven Strickroth
51eed5e2b6 Cleanup
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 18:03:37 +02:00
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