You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Claudio <cs...@consorzioarsenal.it> on 2012/08/03 17:19:10 UTC

smtp error

I have tis error when I try to send an email

ERROR 08-03 17:09:58.556 MailThread.java 1700700 158 org.openmeetings.utils.mail.MailHandler [taskExecutor-1] - [mail send]
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. el6sm39962920wib.8

        at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057) ~[mail-jar-1.4.4.jar:1.4.4]
        at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580) ~[mail-jar-1.4.4.jar:1.4.4]
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097) ~[mail-jar-1.4.4.jar:1.4.4]
        at javax.mail.Transport.send(Transport.java:95) ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
        at javax.mail.Transport.send(Transport.java:48) ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
        at org.openmeetings.utils.mail.MailThread$MailSenderTask.send(MailThread.java:154) [openmeetings-2.1.0-SNAPSHOT.jar:na]
        at org.openmeetings.utils.mail.MailThread$MailSenderTask.run(MailThread.java:71) [openmeetings-2.1.0-SNAPSHOT.jar:na]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_26]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_26]
        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_26]

if I sen this command from my server

arsenal@videoconferenza:/opt/red5/log$ telnet smtp.gmail.com 25
Trying 173.194.70.108...
Connected to gmail-smtp-msa.l.google.com.
Escape character is '^]'.
220 mx.google.com ESMTP eu4sm39978358wib.2
quit


Suggestions?


Bye,
Claudio

Re: smtp error

Posted by greenes <zu...@gmail.com>.
Hi Claudio,

After you login will see the menu tabs.

Go to:  Administration --> Configuration

...and once there, this is for gmail:

* SMTP-Server: smtp.gmail.com
* SMTP-Server Port: 587
* System_email_addr: your_count@gmail.com
* SMTP-Username: your_count@gmail.com
* SMTP-Userpass: password_your_count_gmail
* mail.smtp.starttls.enable: 1

Regards

Alvaro



El vie, 03-08-2012 a las 18:44 +0200, Claudio escribió:
> Where I find only this screen?
> 
> 
> 
> 
> Il giorno 03/ago/2012, alle ore 18:30, Alexei Fedotov
> <al...@gmail.com> ha scritto:
> 
> > This config is performed via config section of admin interface. Max
> > says you have to restart red5 after config.
> > 
> > 03.08.2012 20:24 пользователь "Claudio"
> > <cs...@consorzioarsenal.it> написал:
> >         Where I find the file to perform this configuration?
> >         TRhanks,
> >         
> >         Claudio
> >         
> >         
> >         Il giorno 03/ago/2012, alle ore 17:25, "Stephen Cottham"
> >         <St...@robertbird.com.au> ha scritto:
> >         
> >         > I think gmail expects secure transport turn TLS on in the
> >         config then
> >         > restart Red5. (also make sure you are using the correct
> >         TLS ports for
> >         > gmail)
> >         >
> >         > Stephen Cottham
> >         > Group IT Manager (Associate)
> >         >
> >         > Robert Bird Group
> >         > Level 5, 333 Ann St
> >         > Brisbane, Queensland, 4000, Australia
> >         > Phone: +6173 319 2777 (AUS)
> >         > Phone: +44207 592 8000 (UK)
> >         > Fax: +6173 319 2799
> >         >
> >         > Mobile:  +61400 756 963 (AUS)
> >         > Mobile: +447900 918 616 (UK)
> >         > Web: www.robertbird.com
> >         >
> >         >
> >         > This email and any attachments are confidential and may
> >         contain legally privileged information or copyright
> >         material. Unless expressly stated, confidentiality and/or
> >         legal privilege is not intended to be waived by the sending
> >         of this email. The contents of this email, including any
> >         attachments, are intended solely for the use of the
> >         individual or entity to whom they are addressed. If you are
> >         not an intended recipient, please contact us immediately by
> >         return email and then delete both messages. You may not
> >         otherwise read, forward, copy, use or disclose this email or
> >         any attachments. Any views expressed in this email are those
> >         of the individual sender except where the sender expressly,
> >         and with authority, states otherwise. It is your
> >         responsibility to check any attachments for viruses or
> >         defects before opening or sending them on. None of the
> >         sender or its related entities accepts any liability for any
> >         consequential damage resulting from this email containing
> >         computer viruses.
> >         >
> >         > Disclaimer added by CodeTwo Exchange Rules
> >         > http://www.codetwo.com
> >         >
> >         > -----Original Message-----
> >         > From: Claudio [mailto:csaccavini@consorzioarsenal.it]
> >         > Sent: 03 August 2012 16:19
> >         > To: openmeetings-user@incubator.apache.org
> >         > Subject: smtp error
> >         >
> >         > I have tis error when I try to send an email
> >         >
> >         > ERROR 08-03 17:09:58.556 MailThread.java 1700700 158
> >         > org.openmeetings.utils.mail.MailHandler [taskExecutor-1] -
> >         [mail send]
> >         > com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must
> >         issue a
> >         > STARTTLS command first. el6sm39962920wib.8
> >         >
> >         >        at
> >         >
> >         com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057
> >         > ) ~[mail-jar-1.4.4.jar:1.4.4]
> >         >        at
> >         >
> >         com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
> >         > ~[mail-jar-1.4.4.jar:1.4.4]
> >         >        at
> >         >
> >         com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
> >         > ~[mail-jar-1.4.4.jar:1.4.4]
> >         >        at javax.mail.Transport.send(Transport.java:95)
> >         > ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
> >         >        at javax.mail.Transport.send(Transport.java:48)
> >         > ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
> >         >        at
> >         > org.openmeetings.utils.mail.MailThread
> >         $MailSenderTask.send(MailThread.ja
> >         > va:154) [openmeetings-2.1.0-SNAPSHOT.jar:na]
> >         >        at
> >         > org.openmeetings.utils.mail.MailThread
> >         $MailSenderTask.run(MailThread.jav
> >         > a:71) [openmeetings-2.1.0-SNAPSHOT.jar:na]
> >         >        at
> >         > java.util.concurrent.ThreadPoolExecutor
> >         $Worker.runTask(ThreadPoolExecuto
> >         > r.java:886) [na:1.6.0_26]
> >         >        at
> >         > java.util.concurrent.ThreadPoolExecutor
> >         $Worker.run(ThreadPoolExecutor.ja
> >         > va:908) [na:1.6.0_26]
> >         >        at java.lang.Thread.run(Thread.java:662)
> >         [na:1.6.0_26]
> >         >
> >         > if I sen this command from my server
> >         >
> >         > arsenal@videoconferenza:/opt/red5/log$ telnet
> >         smtp.gmail.com 25 Trying
> >         > 173.194.70.108...
> >         > Connected to gmail-smtp-msa.l.google.com.
> >         > Escape character is '^]'.
> >         > 220 mx.google.com ESMTP eu4sm39978358wib.2 quit
> >         >
> >         >
> >         > Suggestions?
> >         >
> >         >
> >         > Bye,
> >         > Claudio
> >         >
> >         
> 
> 



Re: smtp error

Posted by Claudio <cs...@consorzioarsenal.it>.
Where I find only this screen?



Il giorno 03/ago/2012, alle ore 18:30, Alexei Fedotov <al...@gmail.com> ha scritto:

> This config is performed via config section of admin interface. Max says you have to restart red5 after config.
> 
> 03.08.2012 20:24 пользователь "Claudio" <cs...@consorzioarsenal.it> написал:
> Where I find the file to perform this configuration?
> TRhanks,
> 
> Claudio
> 
> 
> Il giorno 03/ago/2012, alle ore 17:25, "Stephen Cottham" <St...@robertbird.com.au> ha scritto:
> 
> > I think gmail expects secure transport turn TLS on in the config then
> > restart Red5. (also make sure you are using the correct TLS ports for
> > gmail)
> >
> > Stephen Cottham
> > Group IT Manager (Associate)
> >
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 592 8000 (UK)
> > Fax: +6173 319 2799
> >
> > Mobile:  +61400 756 963 (AUS)
> > Mobile: +447900 918 616 (UK)
> > Web: www.robertbird.com
> >
> >
> > This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses.
> >
> > Disclaimer added by CodeTwo Exchange Rules
> > http://www.codetwo.com
> >
> > -----Original Message-----
> > From: Claudio [mailto:csaccavini@consorzioarsenal.it]
> > Sent: 03 August 2012 16:19
> > To: openmeetings-user@incubator.apache.org
> > Subject: smtp error
> >
> > I have tis error when I try to send an email
> >
> > ERROR 08-03 17:09:58.556 MailThread.java 1700700 158
> > org.openmeetings.utils.mail.MailHandler [taskExecutor-1] - [mail send]
> > com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
> > STARTTLS command first. el6sm39962920wib.8
> >
> >        at
> > com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057
> > ) ~[mail-jar-1.4.4.jar:1.4.4]
> >        at
> > com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
> > ~[mail-jar-1.4.4.jar:1.4.4]
> >        at
> > com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
> > ~[mail-jar-1.4.4.jar:1.4.4]
> >        at javax.mail.Transport.send(Transport.java:95)
> > ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
> >        at javax.mail.Transport.send(Transport.java:48)
> > ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
> >        at
> > org.openmeetings.utils.mail.MailThread$MailSenderTask.send(MailThread.ja
> > va:154) [openmeetings-2.1.0-SNAPSHOT.jar:na]
> >        at
> > org.openmeetings.utils.mail.MailThread$MailSenderTask.run(MailThread.jav
> > a:71) [openmeetings-2.1.0-SNAPSHOT.jar:na]
> >        at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
> > r.java:886) [na:1.6.0_26]
> >        at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
> > va:908) [na:1.6.0_26]
> >        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_26]
> >
> > if I sen this command from my server
> >
> > arsenal@videoconferenza:/opt/red5/log$ telnet smtp.gmail.com 25 Trying
> > 173.194.70.108...
> > Connected to gmail-smtp-msa.l.google.com.
> > Escape character is '^]'.
> > 220 mx.google.com ESMTP eu4sm39978358wib.2 quit
> >
> >
> > Suggestions?
> >
> >
> > Bye,
> > Claudio
> >
> 


Re: smtp error

Posted by Alexei Fedotov <al...@gmail.com>.
This config is performed via config section of admin interface. Max says
you have to restart red5 after config.
03.08.2012 20:24 пользователь "Claudio" <cs...@consorzioarsenal.it>
написал:

> Where I find the file to perform this configuration?
> TRhanks,
>
> Claudio
>
>
> Il giorno 03/ago/2012, alle ore 17:25, "Stephen Cottham" <
> Stephen.Cottham@robertbird.com.au> ha scritto:
>
> > I think gmail expects secure transport turn TLS on in the config then
> > restart Red5. (also make sure you are using the correct TLS ports for
> > gmail)
> >
> > Stephen Cottham
> > Group IT Manager (Associate)
> >
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 592 8000 (UK)
> > Fax: +6173 319 2799
> >
> > Mobile:  +61400 756 963 (AUS)
> > Mobile: +447900 918 616 (UK)
> > Web: www.robertbird.com
> >
> >
> > This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
> >
> > Disclaimer added by CodeTwo Exchange Rules
> > http://www.codetwo.com
> >
> > -----Original Message-----
> > From: Claudio [mailto:csaccavini@consorzioarsenal.it]
> > Sent: 03 August 2012 16:19
> > To: openmeetings-user@incubator.apache.org
> > Subject: smtp error
> >
> > I have tis error when I try to send an email
> >
> > ERROR 08-03 17:09:58.556 MailThread.java 1700700 158
> > org.openmeetings.utils.mail.MailHandler [taskExecutor-1] - [mail send]
> > com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
> > STARTTLS command first. el6sm39962920wib.8
> >
> >        at
> > com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057
> > ) ~[mail-jar-1.4.4.jar:1.4.4]
> >        at
> > com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
> > ~[mail-jar-1.4.4.jar:1.4.4]
> >        at
> > com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
> > ~[mail-jar-1.4.4.jar:1.4.4]
> >        at javax.mail.Transport.send(Transport.java:95)
> > ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
> >        at javax.mail.Transport.send(Transport.java:48)
> > ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
> >        at
> > org.openmeetings.utils.mail.MailThread$MailSenderTask.send(MailThread.ja
> > va:154) [openmeetings-2.1.0-SNAPSHOT.jar:na]
> >        at
> > org.openmeetings.utils.mail.MailThread$MailSenderTask.run(MailThread.jav
> > a:71) [openmeetings-2.1.0-SNAPSHOT.jar:na]
> >        at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
> > r.java:886) [na:1.6.0_26]
> >        at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
> > va:908) [na:1.6.0_26]
> >        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_26]
> >
> > if I sen this command from my server
> >
> > arsenal@videoconferenza:/opt/red5/log$ telnet smtp.gmail.com 25 Trying
> > 173.194.70.108...
> > Connected to gmail-smtp-msa.l.google.com.
> > Escape character is '^]'.
> > 220 mx.google.com ESMTP eu4sm39978358wib.2 quit
> >
> >
> > Suggestions?
> >
> >
> > Bye,
> > Claudio
> >
>
>

Re: smtp error

Posted by Claudio <cs...@consorzioarsenal.it>.
Where I find the file to perform this configuration?
TRhanks,

Claudio


Il giorno 03/ago/2012, alle ore 17:25, "Stephen Cottham" <St...@robertbird.com.au> ha scritto:

> I think gmail expects secure transport turn TLS on in the config then
> restart Red5. (also make sure you are using the correct TLS ports for
> gmail)
> 
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 592 8000 (UK)
> Fax: +6173 319 2799
> 
> Mobile:  +61400 756 963 (AUS)
> Mobile: +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> 
> This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 
> 
> Disclaimer added by CodeTwo Exchange Rules	
> http://www.codetwo.com	
> 
> -----Original Message-----
> From: Claudio [mailto:csaccavini@consorzioarsenal.it] 
> Sent: 03 August 2012 16:19
> To: openmeetings-user@incubator.apache.org
> Subject: smtp error
> 
> I have tis error when I try to send an email
> 
> ERROR 08-03 17:09:58.556 MailThread.java 1700700 158
> org.openmeetings.utils.mail.MailHandler [taskExecutor-1] - [mail send]
> com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
> STARTTLS command first. el6sm39962920wib.8
> 
>        at
> com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057
> ) ~[mail-jar-1.4.4.jar:1.4.4]
>        at
> com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
> ~[mail-jar-1.4.4.jar:1.4.4]
>        at
> com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
> ~[mail-jar-1.4.4.jar:1.4.4]
>        at javax.mail.Transport.send(Transport.java:95)
> ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
>        at javax.mail.Transport.send(Transport.java:48)
> ~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
>        at
> org.openmeetings.utils.mail.MailThread$MailSenderTask.send(MailThread.ja
> va:154) [openmeetings-2.1.0-SNAPSHOT.jar:na]
>        at
> org.openmeetings.utils.mail.MailThread$MailSenderTask.run(MailThread.jav
> a:71) [openmeetings-2.1.0-SNAPSHOT.jar:na]
>        at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
> r.java:886) [na:1.6.0_26]
>        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
> va:908) [na:1.6.0_26]
>        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_26]
> 
> if I sen this command from my server
> 
> arsenal@videoconferenza:/opt/red5/log$ telnet smtp.gmail.com 25 Trying
> 173.194.70.108...
> Connected to gmail-smtp-msa.l.google.com.
> Escape character is '^]'.
> 220 mx.google.com ESMTP eu4sm39978358wib.2 quit
> 
> 
> Suggestions?
> 
> 
> Bye,
> Claudio
> 


RE: smtp error

Posted by Stephen Cottham <St...@robertbird.com.au>.
I think gmail expects secure transport turn TLS on in the config then
restart Red5. (also make sure you are using the correct TLS ports for
gmail)

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	

-----Original Message-----
From: Claudio [mailto:csaccavini@consorzioarsenal.it] 
Sent: 03 August 2012 16:19
To: openmeetings-user@incubator.apache.org
Subject: smtp error

I have tis error when I try to send an email

ERROR 08-03 17:09:58.556 MailThread.java 1700700 158
org.openmeetings.utils.mail.MailHandler [taskExecutor-1] - [mail send]
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
STARTTLS command first. el6sm39962920wib.8

        at
com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057
) ~[mail-jar-1.4.4.jar:1.4.4]
        at
com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
~[mail-jar-1.4.4.jar:1.4.4]
        at
com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
~[mail-jar-1.4.4.jar:1.4.4]
        at javax.mail.Transport.send(Transport.java:95)
~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
        at javax.mail.Transport.send(Transport.java:48)
~[geronimo-javamail_1.4_spec-bundle-1.6.jar:1.6]
        at
org.openmeetings.utils.mail.MailThread$MailSenderTask.send(MailThread.ja
va:154) [openmeetings-2.1.0-SNAPSHOT.jar:na]
        at
org.openmeetings.utils.mail.MailThread$MailSenderTask.run(MailThread.jav
a:71) [openmeetings-2.1.0-SNAPSHOT.jar:na]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto
r.java:886) [na:1.6.0_26]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
va:908) [na:1.6.0_26]
        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_26]

if I sen this command from my server

arsenal@videoconferenza:/opt/red5/log$ telnet smtp.gmail.com 25 Trying
173.194.70.108...
Connected to gmail-smtp-msa.l.google.com.
Escape character is '^]'.
220 mx.google.com ESMTP eu4sm39978358wib.2 quit


Suggestions?


Bye,
Claudio