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

Add access lookup tables for Postfix #9

Open
5 tasks
martbock opened this issue Jul 30, 2018 · 0 comments
Open
5 tasks

Add access lookup tables for Postfix #9

martbock opened this issue Jul 30, 2018 · 0 comments
Labels
feature New feature or request

Comments

@martbock
Copy link
Member

Postfix uses lookup tables for access restrictions. These lookup tables can be Berkeley DBs - but it should also be possible to use an SQL query. This is where MUM comes into play. I want MUM to have a web interface for the super admin, where all types of access restrictions may be configured. We would also need to write SQL queries for Postfix to use our restrictions.

It should be possible to include (at least) the following access restrictions:

  • check_recipient_access
  • check_client_access
  • check_helo_access
  • check_sender_access
  • postscreen_access_list

There are many more access checks we could implement like check_ccert_access, check_client_a_access, check_client_mx_access, check_client_ns_access, check_reverse_client_hostname_access, check_reverse_client_hostname_a_access, check_reverse_client_hostname_mx_access, check_reverse_client_hostname_ns_access or check_sasl_access - but I don't know if these checks would be particularly useful.

@martbock martbock added the feature New feature or request label Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant