Author Topic: Failure in Email alerts test  (Read 10965 times)

0 Members and 1 Guest are viewing this topic.

Sekko

  • Guest
Failure in Email alerts test
« on: May 13, 2009, 02:56:56 AM »
Test was not concluded in Email alerts test.
I configured properly necessary requirements for Email alerts as below, I think.
Then pushed Test button, but the test process was freezed.
After several trials, I changed "From part" sk-laptop to my email address, but result was same, same failures repeated.
Please advise proper procedures.

 Recipient: My email address
 SMTP settings :
  Server address : smtpa.home.ne.jp
  Port : 465 (for SSL)
  From : sk-laptop
  Server authentication
       : User name: sekko 
       : Password: ********

OS : Ubuntu 9.04 / virtualize on Mac OSX by VitualBox v.2.2.2
Package : avast4workstation_1.3.0-2_i386

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: Failure in Email alerts test
« Reply #1 on: May 13, 2009, 08:20:56 PM »
Test was not concluded in Email alerts test.
I configured properly necessary requirements for Email alerts as below, I think.
Then pushed Test button, but the test process was freezed.
After several trials, I changed "From part" sk-laptop to my email address, but result was same, same failures repeated.
Please advise proper procedures.

 Recipient: My email address
 SMTP settings :
  Server address : smtpa.home.ne.jp
  Port : 465 (for SSL)
  From : sk-laptop
  Server authentication
       : User name: sekko 
       : Password: ********

OS : Ubuntu 9.04 / virtualize on Mac OSX by VitualBox v.2.2.2
Package : avast4workstation_1.3.0-2_i386

hallo,
just try to specify some local port, and run netcat (nc) there in a listening mode (or real local smtp server) - you can easily check, whether the connection attempt was made, and what authentication was used.

regards,
pc
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)

Sekko

  • Guest
Re: Failure in Email alerts test
« Reply #2 on: May 14, 2009, 02:42:29 AM »
Hi, pc
I changed SMTP setting from smtpa (port 465) to smtp (port 25).
Test was successful in above condition, but still I have trouble in smtpa (port 465).

I have just tried the latest build that you introduced today, but  trouble is lasting.

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: Failure in Email alerts test
« Reply #3 on: May 14, 2009, 12:22:11 PM »
Hi, pc
I changed SMTP setting from smtpa (port 465) to smtp (port 25).
Test was successful in above condition, but still I have trouble in smtpa (port 465).

I have just tried the latest build that you introduced today, but  trouble is lasting.

hallo, looks like some problem in SSL authentication, please have a look into SMTP server, why the connection attempt was refused.

regards,
pc
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)

Sekko

  • Guest
Re: Failure in Email alerts test
« Reply #4 on: May 14, 2009, 02:20:23 PM »
Thank you, zilog,
I found a discrepancy between the SSL authentications, I will check ISP (JCOM) tomorrow.
Current SMTP settings "Test was successful" are ;
* On Avast Email alerts window
  Server address : smtp.jcom.home.ne.jp
  Port : 25

* On Thundrbird
  Server address : smtpa.home.ne.jp (authentication is made on)
  Port : 465

Sekko

  • Guest
Re: Failure in Email alerts test
« Reply #5 on: May 15, 2009, 08:30:11 AM »
Hi, zilog
I had long discussion with JCOM (ISP), this morning.
JCOM said they have been managed SMTP and SMTPa server long long time, and both servers are normally operated.
JCOM advised me, pls ask you if there is unexpected problem in Avast smtp settings area, does your Email alerts system support port 465?

I don't know the scheme of access into external smtp(a) server from the Avast Email Alerts.

Regards, Sekko

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: Failure in Email alerts test
« Reply #6 on: May 15, 2009, 09:12:57 AM »
Hi, zilog
I had long discussion with JCOM (ISP), this morning.
JCOM said they have been managed SMTP and SMTPa server long long time, and both servers are normally operated.
JCOM advised me, pls ask you if there is unexpected problem in Avast smtp settings area, does your Email alerts system support port 465?

I don't know the scheme of access into external smtp(a) server from the Avast Email Alerts.

Regards, Sekko

Hallo, it's not about port, but about authentication style. You can run any service on any port (at least as root:), it, in the unshot, just a number.

Just use: tcpdump -n -p -e -X -s 1500 tcp and port 465
and then, detect a virus (eicar.org's testfile).

the packet dump will reveal all (rather than people at the provider's side:).

regards,
pc
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)

Sekko

  • Guest
Re: Failure in Email alerts test
« Reply #7 on: May 16, 2009, 03:23:24 AM »
Hi, zilog
Sorry I don't understand your suggestions, please teach me terminal manipulations.
Regards, Sekko

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: Failure in Email alerts test
« Reply #8 on: May 21, 2009, 07:38:11 PM »
Hi, zilog
Sorry I don't understand your suggestions, please teach me terminal manipulations.
Regards, Sekko


option #2 is to use something GUI-endowed, for example Ethereal :). under the hood, it's tcpdump/libpcap machinery anyway :).

regards,
pc
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)

Wisfabbist

  • Guest
Failure in Email alerts test
« Reply #9 on: July 08, 2009, 10:12:53 AM »
If youre using email, do you know about dgtestsmtp ?  Run it with one email address on the command line to test your SMTP settings.  If you receive the email, your globals.xml SMTP settings are set up correctly.

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: Failure in Email alerts test
« Reply #10 on: July 13, 2009, 11:50:24 AM »
If youre using email, do you know about dgtestsmtp ?  Run it with one email address on the command line to test your SMTP settings.  If you receive the email, your globals.xml SMTP settings are set up correctly.
Quite useful link, thanks :).
pc
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)