Page MenuHomePhorge

Group: Sender policy
ClosedPublic

Authored by machniak on Nov 5 2021, 2:57 PM.
Tags
None
Referenced Files
F12228129: D3002.diff
Sat, May 18, 10:14 AM
Unknown Object (File)
Wed, May 8, 11:04 PM
Unknown Object (File)
Wed, May 1, 7:14 AM
Unknown Object (File)
Wed, May 1, 7:14 AM
Unknown Object (File)
Wed, May 1, 7:14 AM
Unknown Object (File)
Wed, May 1, 7:14 AM
Unknown Object (File)
Wed, May 1, 7:14 AM
Unknown Object (File)
Tue, Apr 30, 11:10 AM
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 37004
Build 14750: 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
23

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
23

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.