Stephanowicz

Results 40 comments of Stephanowicz

-Mailwatch/Mailscanner etc are on the same host -storage speed is more then enough is there any way to debug this, or to get some further info why this takes so...

Opening a detail page for **any** quarantained mail takes aprox 20 seconds - the same for releasing them You mean, I should check if it is a resolving issue, by...

O.K., just checked it with a local mail account - the details page is opening in less then a second... :) So, what can I do about this?

@Skywalker-11 > It could take longer if MW tries reverse lookup the sending server. If that fails it may take longer to load the page. But the same should happen...

Nice, doing so reduced the time to aprox 6-8 sec This lead me to look for `gethostbyaddr()` and I found this neat function: ``` //faster alternative to gethostbyaddr() private function...

Maybe one could add a button or similar on the details page to lookup geoip on demand - so that it isn't done by default - only if needed.... Cheers,...

@thctlo it's like skywalker said: there are ip-adresses in the header that can't be resolved and the described solution is working fine cheers, stephan

@thctlo well, in my case these adresses that can't be resolved are private enterprise adresses from internal mailservers & relays - other public adresses seem to resolve well as far...

@thctlo - thank You, but we have no problem resolving our intranet adresses - the problem arose from the privat **sender**-adresses in the mail header And the solutions mentioned above...

Well, this was the idea! :D And therefore we wanted to run this plugin.... As I wrote, we managed to fix the `__DIR__` thing but got stuck with the `new`...