Avast WEBforum

Consumer Products => Avast Mac Security => Topic started by: ravi16aug on May 26, 2011, 06:04:45 PM

Title: avast! for Mac beta bug with mail shield
Post by: ravi16aug on May 26, 2011, 06:04:45 PM
I use Apple Mail as my only email client and it has a MobileMe account configured in it. MobileMe uses IMAP. On default settings for Apple Mail and MobileMe I was getting a warning - secure connection detected. I turned off SSL in settings and now I am not getting that alert. Also the mail send-receive is working fine. But I am not getting the scanned mail count in the mail shield. Please check.
Title: Re: avast! for Mac beta bug with mail shield
Post by: .: Mac :. on May 26, 2011, 06:07:53 PM
This is not a bug. The mail shield can not scan secure connections. See the below from the release notes:

Quote
To use the Mail Shield, you need to disable encrypted POP3/IMAP connections in your email client's settings so the traffic can be scanned. By default, the Mail Shield encrypts all outgoing traffic itself if the mail server supports it (encrypted connections can be forced for selected mail accounts in the Mail Shield settings).
Title: Re: avast! for Mac beta bug with mail shield
Post by: ravi16aug on May 26, 2011, 07:36:13 PM
I think I already wrote that I have turned off SSL in Apple Mail. My question relates to the fact that even though I am sending and receiving mails, the mail shield shows a count of zero for number of scanned items.
Title: Re: avast! for Mac beta bug with mail shield
Post by: zilog on May 27, 2011, 08:45:19 AM
I think I already wrote that I have turned off SSL in Apple Mail. My question relates to the fact that even though I am sending and receiving mails, the mail shield shows a count of zero for number of scanned items.

We'll have look at it. Does the same problem occur for bare POP3 mail-fetch?

pc
Title: Re: avast! for Mac beta bug with mail shield
Post by: tumic on May 27, 2011, 10:33:27 AM
Please note, that the mailshield only scans "new" emails i.e. mails that are coming through the network to your mail client. Thus only mails that were received after you turned SSL off in your mail client can show up in the statistic.

If you still see a value of 0 even when new mails have arrived, please post here (or send to my email) the output of the following command written to the console (terminal application):
Code: [Select]
cat /var/log/system.log | grep 'proxy\[[0-9]*\]'
Title: Re: avast! for Mac beta bug with mail shield
Post by: tumic on May 27, 2011, 12:33:54 PM
The problem is caused by a bug in the statistics refresh in the GUI. please have a look at the file
Code: [Select]
/var/run/avast/stat.imap
You should see there the correct number of files and bytes scaned by the mailshield.
Title: Re: avast! for Mac beta bug with mail shield
Post by: ericthebunny on June 10, 2011, 10:55:20 AM
Just tried this and am getting a permission denied message. Logged in as administrator.
Title: Re: avast! for Mac beta bug with mail shield
Post by: tumic on June 14, 2011, 11:54:09 AM
Just tried this and am getting a permission denied message. Logged in as administrator.

What does "this" mean? The /var/run/avast/stat.imap file is readable for any user. You are not trying to execute the file, aren't you?