Author Topic: AVAST and GMAIL  (Read 4766 times)

0 Members and 1 Guest are viewing this topic.

Ming Otista

  • Guest
AVAST and GMAIL
« on: February 23, 2005, 03:10:51 AM »
I have a gmail account from google. The server of gmail requires secured connections. That is, pop server is 995 and smtp server is 465.

I can't seem to find a way to redirect these ports. Other accounts with standard 110 pop and 25 smtp work just fine.

I've tried to use commas to separate the ports such that 110,995 for pop and 25,465 for smtp, but still they don't work.

Does anyone experience this? Any wayout?


sded

  • Guest
Re: AVAST and GMAIL
« Reply #1 on: February 23, 2005, 03:16:25 AM »
See http://forum.avast.com/index.php?topic=8775.0 .  I don't have gmail, but used the thread to set up secure email with virus scanning for my ISP.

Eagle1

  • Guest
Re: AVAST and GMAIL
« Reply #2 on: January 24, 2006, 05:41:05 AM »
Hi,
i have read many Threads for Avast 4.6 and Gmail, but my Account is not Scan. Email send and receive works, but there is no Scan of Emails (X-Antivirus is not add to header, also active "Clean Message User-Text" is not add). In and out Messages on this Account are not scanned, for normal Pop3 and SMTP-Accounts it works.

Version Stunnel
Code: [Select]
2006.01.24 05:17:51 LOG5[388:312]: stunnel 4.14 on x86-pc-mingw32-gnu WIN32+SELECT+IPv6 with OpenSSL 0.9.7i 14 Oct 2005

STUNNEL.CONF
Code: [Select]
client = yes
debug=debug

;POP3 service, listens on localhost:1109
[gmail-pop3s]
accept = 127.0.0.1:1109
connect=pop.gmail.com:995

; SMTP service, listens on localhost:11025
[gmail-smtps]
accept = 127.0.0.1:259
connect=smtp.gmail.com:465


AVAST4.INI
Code: [Select]
[MailScanner]
Log=20
StartPop=1
StartSmtp=1
StartImap=1
StartNntp=1
PopRedirectPort=110,1109
SmtpRedirectPort=25,259
ImapRedirectPort=143
NntpRedirectPort=119
IgnoreAddress=
IgnoreLocalhost=1
ShowTrayIcon=1
AutoRedirect=1
PassThrough=1
Trust=127.0.0.1
AutoSetProtection=0

Thunderbird 1.0.1
Code: [Select]
POP3
Server: 127.0.0.1 - Port 1109 (NO SSL)

SMTP
Server: 127.0.0.1 - Port 259

I have no Idea what is wrong?

Thanks Roland



« Last Edit: January 24, 2006, 09:49:18 PM by Eagle1 »