Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [CO-513] Update smtpd_sender_restrictions restrictions #2

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

keshavbhatt
Copy link
Member

@keshavbhatt keshavbhatt commented Feb 6, 2023

What has changed:
update smtpd_sender_restrictions to enforce the following rules using alias reject_sender_login_mismatch

  • reject_authenticated_sender_login_mismatch
  • reject_unauthenticated_sender_login_mismatch

for detailed information see CO-513 on Jira.

Other PRs:

 update smtpd_sender_restrictions to enforce the following rules
 - reject_authenticated_sender_login_mismatch
 - reject_unauthenticated_sender_login_mismatch
@CLAassistant
Copy link

CLAassistant commented Feb 6, 2023

CLA assistant check
All committers have signed the CLA.

@keshavbhatt keshavbhatt merged commit 441ac1a into devel Feb 8, 2023
@keshavbhatt keshavbhatt deleted the co-513 branch February 8, 2023 11:23
@@ -2,7 +2,7 @@
%%contains VAR:zimbraMtaSmtpdSenderRestrictions check_sender_access lmdb:/opt/zextras/conf/postfix_reject_sender%%
%%contains VAR:zimbraServiceEnabled cbpolicyd^ check_policy_service inet:localhost:%%zimbraCBPolicydBindPort%%%%
%%contains VAR:zimbraServiceEnabled amavis^ check_sender_access regexp:/opt/zextras/common/conf/tag_as_originating.re%%
permit_mynetworks
permit_mynetworks, reject_sender_login_mismatch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello, after the introduction of this parameter we are not able to send mail from outlook or any other tool.
We are discussing in your forum https://community.zextras.com/forum/carbonio-general-thread/connection-problems-smtps-ports-465-and-587/ and now I understood why this behavior.
For now I modified manually the config file but I think you need to rollback it or adjust other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants