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

Blocking outgoing mail to individual email-address #26

Open
rguleryuz opened this issue May 31, 2022 · 0 comments
Open

Blocking outgoing mail to individual email-address #26

rguleryuz opened this issue May 31, 2022 · 0 comments

Comments

@rguleryuz
Copy link

rguleryuz commented May 31, 2022

Hello I' m having the same issue as #23. Trying to create a blacklist for outgoing mail. Using haraka within poste.io.

Haraka version : 2.8.27

My access.ini file ;

[main]

[check]
any=false
conn=false
helo=false
mail=true
rcpt=true

[rcpt]
accept=false

[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

My rcpt_to.access.blacklist file ;

[email protected]

screenshot of poste io connection. its seen on the connection screen that it hits as it show a red "access: rcpt_to.access.blacklist" but still sends the mail for some reason. Can you help ?

image

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