Page MenuHomePhorge

Group: Sender policy
ClosedPublic

Authored by machniak on Nov 5 2021, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 5:19 AM
Unknown Object (File)
Wed, Apr 17, 9:54 PM
Unknown Object (File)
Mon, Apr 15, 3:07 PM
Unknown Object (File)
Sun, Apr 7, 1:39 AM
Unknown Object (File)
Fri, Apr 5, 5:51 PM
Unknown Object (File)
Thu, Mar 28, 11:20 AM
Unknown Object (File)
Mar 18 2024, 4:06 AM
Unknown Object (File)
Mar 17 2024, 4:49 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rKa5633ffad441: Group: Sender policy
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/group-smtp-sender-policy
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 37010
Build 14756: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Display sender policy in admin/reseller UI

Looks good to me aside from the UI text which I think could be a bit clearer.

src/database/migrations/2021_11_05_100000_create_group_settings_table.php
24

This is a string in the user_settings table, I assume we need to store larger values here?

src/resources/lang/en/ui.php
62

Suggestion:

With this list you can specify who can send mail to the distribution list."
. " You can put a complete email address (jane@kolab.org), domain (kolab.org) or suffix (.org) that the sender email address is be compared to."
. " If the list is empty, mail from anyone is allowed.

src/database/migrations/2021_11_05_100000_create_group_settings_table.php
24

It was a string initially, but later on changed to text. So, this is consistent, the default 'string' column length is not enough, indeed.

src/resources/lang/en/ui.php
62

Thx, I'll change that.

This revision is now accepted and ready to land.Nov 8 2021, 10:52 AM
  • Small wording improvement
This revision was automatically updated to reflect the committed changes.