Author Topic: avast! for Mac beta bug with mail shield  (Read 6321 times)

0 Members and 1 Guest are viewing this topic.

ravi16aug

  • Guest
avast! for Mac beta bug with mail shield
« 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.

Offline .: Mac :.

  • Avast Überevangelist
  • Ultra Poster
  • *****
  • Posts: 5093
Re: avast! for Mac beta bug with mail shield
« Reply #1 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).
"People who are really serious about software should make their own hardware." - Alan Kay

ravi16aug

  • Guest
Re: avast! for Mac beta bug with mail shield
« Reply #2 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.

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: avast! for Mac beta bug with mail shield
« Reply #3 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
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)

Offline tumic

  • Avast team
  • Advanced Poster
  • *
  • Posts: 723
Re: avast! for Mac beta bug with mail shield
« Reply #4 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]*\]'

Offline tumic

  • Avast team
  • Advanced Poster
  • *
  • Posts: 723
Re: avast! for Mac beta bug with mail shield
« Reply #5 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.

ericthebunny

  • Guest
Re: avast! for Mac beta bug with mail shield
« Reply #6 on: June 10, 2011, 10:55:20 AM »
Just tried this and am getting a permission denied message. Logged in as administrator.

Offline tumic

  • Avast team
  • Advanced Poster
  • *
  • Posts: 723
Re: avast! for Mac beta bug with mail shield
« Reply #7 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?