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

How can a get to only allow a list of email addresses? #33

Open
mtabo opened this issue Sep 15, 2024 · 0 comments
Open

How can a get to only allow a list of email addresses? #33

mtabo opened this issue Sep 15, 2024 · 0 comments

Comments

@mtabo
Copy link

mtabo commented Sep 15, 2024

Hi!
I am trying to use the plugin to only accept mails from a list of mail addresses but I am not succeeding, if possible I would appreciate the help.

This is my access.ini
[check]
any=false
conn=false
helo=false
mail=false
rcpt=true

[rcpt]
accept=true

[deny_msg]
conn=You are not allowed to connect
helo=That HELO is not allowed to connect
mail=That sender cannot send mail here
rcpt=That recipient is not allowed

And i create a rcpt_to.access.whitelist with a list of address in the form of

user1@domain.com
user2@domain.com

But isn't working as expected, what am I doing wrong?
Best Regards

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

No branches or pull requests

1 participant