[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Need a way to disable unwanted default hooks #2818

Closed
sathishvenkataraman opened this issue Jul 4, 2020 · 3 comments
Closed

Need a way to disable unwanted default hooks #2818

sathishvenkataraman opened this issue Jul 4, 2020 · 3 comments

Comments

@sathishvenkataraman
Copy link
Contributor

Wanted to tune haraka for max performance on handling every email. I use haraka just to receive emails in eml and store it off to an external storage. I don't need a lot of checks. Is there a way to do that today?

For example, the following log tells that haraka spends few ms in each of the hooks.. If i don't need these hooks, how do i disable them? I need these few ms in handling more emails per node.

2020-07-04T08:49:20.013Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1] [core] running connect_init hooks
2020-07-04T08:49:20.016Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1] [core] running connect_init_respond
2020-07-04T08:49:20.018Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1] [core] running lookup_rdns hooks
2020-07-04T08:49:20.021Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1] [core] running connect hooks
2020-07-04T08:49:20.024Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1] [core] running ehlo hooks
2020-07-04T08:49:20.025Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1] [core] running capabilities hooks
2020-07-04T08:49:20.029Z [DEBUG] [03F8C37F-D323-4C6F-9510-863E86DC7AF1.1] [core] running mail hooks

@celesteking
Copy link
Contributor
celesteking commented Mar 4, 2021

#2927 related (I think)

@superman20
Copy link
Collaborator
superman20 commented Sep 13, 2021

#2966 may solve some of this for you

@msimerson
Copy link
Member

fixed by #2966

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

No branches or pull requests

4 participants