You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: