PDA

View Full Version : Nod32 3.0 und sTunnel problem


Tommy
November 5th, 2007, 11:15 AM
Hi Folks,
now as i have NOD v3 installed i have a problem with stunnel and checking emails which btw. worked perfect in 2.7

Situation:
MUI->sTunnel->Gmail
GMAIL acount is accessed via stunnel. The local port which is configured in the email client is 42 (stunnel is listening on port 42).
Problem:
NOD32 is not checking anymore the traffic between sTunnel and the email client, even port 42 is configured in NOD32 POP3 configuration.

What do i make wrong?

Thankful
November 5th, 2007, 01:29 PM
Make sure 'append tag messages to received and read email' set to
'To all email' as follows:

Tommy
November 5th, 2007, 03:43 PM
I tried this already for checking. No markings of incoming messages. So any more ideas?

Two more question.

How would you classify following application regarding setup in NOD v3? Webbrowser or email apllication?
- Freepops (i think accesses hotmail via web)
- PopPeeper (i think accesses via web)

Are there some special settings nececarry if i am behind a Wifi Linksys Router?

Tommy
November 6th, 2007, 06:46 PM
Any ideas regarding scanning stunnel local traffic my dear developers from ESET? ;D

Tommy
November 9th, 2007, 03:39 PM
Seems i talk to my self as there is no reaction from ESET. That's poor, sorry.
Back to Nod 2.7?

grifdog
November 9th, 2007, 05:19 PM
I too am having trouble with email tags with version 3, so have gone back to 2.7 which scans the email and tags it too.

b00ze
December 8th, 2007, 05:14 AM
I found out that nod v3.0.556.0 does not scan my emails if i connect to stunnel via 127.0.0.1/localhost ... when i change the adress to my local ip (in my case its 192.168.1.100) nodv3 scans all mails as it should.

dont forget to set stunnel to listen on your local ip

thats the part of my stunnel config:
; Service-level configuration
[pop3s]
accept = 192.168.1.100:110
connect = pop3.blablabla.de:995

hope that helps