-
Notifications
You must be signed in to change notification settings - Fork 9
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 to block incoming emails? #25
Comments
Sounds about right, are there any log entries? |
If you have the access plugin enabled and a couple of [check] options enabled, you should get log entries like this in your log files:
|
the plugin name is 'access', not ' access' (removing the leading space). |
I removed the space from 'access' and installed the cluster again, but nothing change. So there is maybe a setting that I have missed? smtp.ini ? |
or npm version? |
When I run 'haraka -l' the access plugin doesn't appear on the list. |
The |
Seeing the same
It seems it is somewhat loading, because this is coming from access
|
More output:
Seems to give some output now
|
When running `haraka -l`, also list NPM installed plugins. related to haraka/haraka-plugin-access#25
Hi,
So I was read the read.me file, and I'm trying to block some domain
example.com,gmail.com... etc..
i tried this settings
[check]
any=true
conn=false
helo=false
mail=false
rcpt=false
and this
[check]
any=false
conn=false
helo=false
mail=true
rcpt=false
I add the domain to access.domains and to mail_from.access.blacklist.
the plugin is active in config/plugins
but still, with no success, I have missed something??
The text was updated successfully, but these errors were encountered: