Re: Gmail and AREmail Engine

2011-09-28 Thread Kevin Begosh
This is all great information thank you very much.  I am working with the
server admins now to see what is going on.  I have it configured right but I
am getting these errors.

javax.mail.MessagingException: Could not connect to SMTP host:
smtp.gmail.com, port: 587;
  nested exception is:
 java.net.ConnectException: Connection refused: connect
 at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
 at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
 at javax.mail.Service.connect(Service.java:275)
 at
com.bmc.arsys.emaildaemon.MBConnection.openTransport(MBConnection.java:243)
 at com.bmc.arsys.emaildaemon.MBConnection.init(MBConnection.java:69)
 at
com.bmc.arsys.emaildaemon.MBConnectionPool.createPool(MBConnectionPool.java:158)
 at
com.bmc.arsys.emaildaemon.MBConnectionPool.createPool(MBConnectionPool.java:73)
 at
com.bmc.arsys.emaildaemon.MBConnectionPool.init(MBConnectionPool.java:36)
 at
com.bmc.arsys.emaildaemon.MBConnectionPool.getInstance(MBConnectionPool.java:52)
 at com.bmc.arsys.emaildaemon.EmailDaemon.startSystem(EmailDaemon.java:798)
 at com.bmc.arsys.emaildaemon.MonitorModule.doWork(MonitorModule.java:199)
 at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:302)
 at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at java.net.PlainSocketImpl.doConnect(Unknown Source)
 at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
 at java.net.PlainSocketImpl.connect(Unknown Source)
 at java.net.SocksSocketImpl.connect(Unknown Source)
 at java.net.Socket.connect(Unknown Source)
 at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
 at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
 at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
 at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:163)
 at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)

On Tue, Sep 27, 2011 at 7:39 PM, Andrew C Goodall ago...@jcpenney.comwrote:

 **

 I’m guessing your firewall is blocking outbound traffic to smtp servers.**
 **

 ** **

 Regards,

  

 *Andrew Goodall*

 Software Engineer 2 | Development Services |  jcpenney . www.jcp.com 
 http://www.jcp.com/
 
  --

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Pargeter, Christie :CO IS
 *Sent:* Tuesday, September 27, 2011 6:00 PM

 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: Gmail and AREmail Engine
 

   ** **

 Don't forget to check your AntiVirus software to make sure Port 25 (or
 whatever port you are using) isn't blocked.

 ** **
  --

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Kevin Begosh
 *Sent:* Tuesday, September 27, 2011 2:23 PM
 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: Gmail and AREmail Engine

 ** okay well right now I am just trying to get outgoing working with SMTP.
 

 On Tue, Sep 27, 2011 at 5:01 PM, Rick Sharp rickshar...@yahoo.com wrote:
 

 ** We use mailenable POP3 as intermediate incoming email engine. Configure
 this as outgoing email with IP, port, and username and password setup in
 mailenable. Google mailenable as its freeware.

 For outgoing, you need an active SMTP source of some type, and is allowable
 via your network routing.

 Hope this helps

 Sent via BlackBerry by ATT
  --

 *From: *Kevin Begosh kbeg...@gmail.com 

 *Sender: *Action Request System discussion list(ARSList) 
 arslist@ARSLIST.ORG 

 *Date: *Tue, 27 Sep 2011 14:30:50 -0400

 *To: *arslist@ARSLIST.ORG

 *ReplyTo: *arslist@ARSLIST.ORG 

 *Subject: *Gmail and AREmail Engine

 ** **

 ** 

 List,

 Has anyone out there used Gmail for the Email Server for the AREmail
 engine.  For instance using a gmail account for SMTP outgoing email or
 POP3/IMAP4 for incoming emails?

  

 ARS 7.6.4

 --
 Kevin Begosh

 _attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ _attend
 WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ 




 --
 Kevin Begosh
 _attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ 

 The information transmitted is intended only for the person or entity to
 which it is addressed and
 may contain confidential and/or privileged material. If the reader of this
 message is not the intended
 recipient, you are hereby notified that your access is unauthorized, and
 any review, dissemination,
 distribution or copying of this message including any attachments is
 strictly prohibited. If you are not
 the intended recipient, please contact the sender and delete the material
 from any computer.
  _attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ _attend
 WWRUG11 www.wwrug.com ARSlist: Where the Answers

Re: Gmail and AREmail Engine

2011-09-27 Thread Matt Laurenceau
Yes, works fine, both inbound and outbound

Matt Laurenceau
Senior Community Ambassador, BMC Communities
matthieu_laurenc...@bmc.com
Follow me @Matt_L
Skype: matt.laurenceau


On 27 sept. 2011, at 20:30, Kevin Begosh kbeg...@gmail.com wrote:

 **
 List,
 Has anyone out there used Gmail for the Email Server for the AREmail 
 engine.  For instance using a gmail account for SMTP outgoing email or 
 POP3/IMAP4 for incoming emails?
  
 ARS 7.6.4
 
 -- 
 Kevin Begosh
 _attend WWRUG11 www.wwrug.com  ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Gmail and AREmail Engine

2011-09-27 Thread Danny Kellett
Hi,

 

Yes used it lots of times. Works fine for SMTP

Regards

Danny

 

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Kevin Begosh
Sent: 27 September 2011 19:31
To: arslist@ARSLIST.ORG
Subject: Gmail and AREmail Engine

 

** 

List,

Has anyone out there used Gmail for the Email Server for the AREmail
engine.  For instance using a gmail account for SMTP outgoing email or
POP3/IMAP4 for incoming emails?

 

ARS 7.6.4

-- 
Kevin Begosh

_attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Gmail and AREmail Engine

2011-09-27 Thread Kevin Begosh
okay well right now I am just trying to get outgoing working with SMTP.

On Tue, Sep 27, 2011 at 5:01 PM, Rick Sharp rickshar...@yahoo.com wrote:

 ** **We use mailenable POP3 as intermediate incoming email engine.
 Configure this as outgoing email with IP, port, and username and password
 setup in mailenable. Google mailenable as its freeware.

 For outgoing, you need an active SMTP source of some type, and is allowable
 via your network routing.

 Hope this helps

 Sent via BlackBerry by ATT
 --
 *From: *Kevin Begosh kbeg...@gmail.com
 *Sender: *Action Request System discussion list(ARSList) 
 arslist@ARSLIST.ORG
 *Date: *Tue, 27 Sep 2011 14:30:50 -0400
 *To: *arslist@ARSLIST.ORG
 *ReplyTo: *arslist@ARSLIST.ORG
  *Subject: *Gmail and AREmail Engine

 **
   List,
 Has anyone out there used Gmail for the Email Server for the AREmail
 engine.  For instance using a gmail account for SMTP outgoing email or
 POP3/IMAP4 for incoming emails?

 ARS 7.6.4

 --
 Kevin Begosh
  _attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ _attend
 WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_




-- 
Kevin Begosh

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Gmail and AREmail Engine

2011-09-27 Thread Pargeter, Christie :CO IS
Don't forget to check your AntiVirus software to make sure Port 25 (or
whatever port you are using) isn't blocked.



From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Kevin Begosh
Sent: Tuesday, September 27, 2011 2:23 PM
To: arslist@ARSLIST.ORG
Subject: Re: Gmail and AREmail Engine


** okay well right now I am just trying to get outgoing working with
SMTP.


On Tue, Sep 27, 2011 at 5:01 PM, Rick Sharp rickshar...@yahoo.com
wrote:


** We use mailenable POP3 as intermediate incoming email engine.
Configure this as outgoing email with IP, port, and username and
password setup in mailenable. Google mailenable as its freeware.

For outgoing, you need an active SMTP source of some type, and
is allowable via your network routing.

Hope this helps


Sent via BlackBerry by ATT



From: Kevin Begosh kbeg...@gmail.com 
Sender: Action Request System discussion list(ARSList)
arslist@ARSLIST.ORG 
Date: Tue, 27 Sep 2011 14:30:50 -0400
To: arslist@ARSLIST.ORG
ReplyTo: arslist@ARSLIST.ORG 
Subject: Gmail and AREmail Engine

** 
List,
Has anyone out there used Gmail for the Email Server for the
AREmail engine.  For instance using a gmail account for SMTP outgoing
email or POP3/IMAP4 for incoming emails?
 
ARS 7.6.4

-- 
Kevin Begosh

_attend WWRUG11 www.wwrug.com http://www.wwrug.com/  ARSlist:
Where the Answers Are_ _attend WWRUG11 www.wwrug.com
http://www.wwrug.com/  ARSlist: Where the Answers Are_ 




-- 
Kevin Begosh
_attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Gmail and AREmail Engine

2011-09-27 Thread Andrew C Goodall
I'm guessing your firewall is blocking outbound traffic to smtp servers.

 

Regards,

 

Andrew Goodall

Software Engineer 2 | Development Services |  jcpenney . www.jcp.com
http://www.jcp.com/  



From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Pargeter, Christie :CO IS
Sent: Tuesday, September 27, 2011 6:00 PM
To: arslist@ARSLIST.ORG
Subject: Re: Gmail and AREmail Engine

 

Don't forget to check your AntiVirus software to make sure Port 25 (or
whatever port you are using) isn't blocked.

 



From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Kevin Begosh
Sent: Tuesday, September 27, 2011 2:23 PM
To: arslist@ARSLIST.ORG
Subject: Re: Gmail and AREmail Engine

** okay well right now I am just trying to get outgoing working with
SMTP.

On Tue, Sep 27, 2011 at 5:01 PM, Rick Sharp rickshar...@yahoo.com
wrote:

** We use mailenable POP3 as intermediate incoming email engine.
Configure this as outgoing email with IP, port, and username and
password setup in mailenable. Google mailenable as its freeware.

For outgoing, you need an active SMTP source of some type, and is
allowable via your network routing.

Hope this helps

Sent via BlackBerry by ATT



From: Kevin Begosh kbeg...@gmail.com 

Sender: Action Request System discussion list(ARSList)
arslist@ARSLIST.ORG 

Date: Tue, 27 Sep 2011 14:30:50 -0400

To: arslist@ARSLIST.ORG

ReplyTo: arslist@ARSLIST.ORG 

Subject: Gmail and AREmail Engine

 

** 

List,

Has anyone out there used Gmail for the Email Server for the AREmail
engine.  For instance using a gmail account for SMTP outgoing email or
POP3/IMAP4 for incoming emails?

 

ARS 7.6.4

-- 
Kevin Begosh

_attend WWRUG11 www.wwrug.com http://www.wwrug.com/  ARSlist: Where
the Answers Are_ _attend WWRUG11 www.wwrug.com http://www.wwrug.com/
ARSlist: Where the Answers Are_ 




-- 
Kevin Begosh
_attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_ 

_attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_
font face=monospacesize=-3brThe information transmitted is intended 
only for the person or entity to which it is addressed and brmay contain 
confidential and/or privileged material. If the reader of this message is not 
the intendedbrrecipient, you are hereby notified that your access is 
unauthorized, and any review, dissemination,brdistribution or copying of this 
message including any attachments is strictly prohibited. If you are notbrthe 
intended recipient, please contact the sender and delete the material from any 
computer.br

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Gmail and AREmail Engine

2011-09-27 Thread strauss
Definitely - for example:

DISABLE McAfee Access Protection on Port 25 
(where installed - Win2K3 only)
Console - Access Protection - 
Prevent mass mailing:
Add aremaild.exe and emaild.exe 
to list of processes to exclude

Christopher Strauss, Ph.D.
Call Tracking Administration Manager
University of North Texas Computing  IT Center
http://itsm.unt.edu/
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Pargeter, Christie :CO IS
Sent: Tuesday, September 27, 2011 6:00 PM
To: arslist@ARSLIST.ORG
Subject: Re: Gmail and AREmail Engine

**
Don't forget to check your AntiVirus software to make sure Port 25 (or whatever 
port you are using) isn't blocked.


From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Kevin Begosh
Sent: Tuesday, September 27, 2011 2:23 PM
To: arslist@ARSLIST.ORG
Subject: Re: Gmail and AREmail Engine
** okay well right now I am just trying to get outgoing working with SMTP.
On Tue, Sep 27, 2011 at 5:01 PM, Rick Sharp 
rickshar...@yahoo.commailto:rickshar...@yahoo.com wrote:
** We use mailenable POP3 as intermediate incoming email engine. Configure this 
as outgoing email with IP, port, and username and password setup in mailenable. 
Google mailenable as its freeware.

For outgoing, you need an active SMTP source of some type, and is allowable via 
your network routing.

Hope this helps

Sent via BlackBerry by ATT


From: Kevin Begosh kbeg...@gmail.commailto:kbeg...@gmail.com
Sender: Action Request System discussion list(ARSList) 
arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Date: Tue, 27 Sep 2011 14:30:50 -0400
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
ReplyTo: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Gmail and AREmail Engine

**
List,
Has anyone out there used Gmail for the Email Server for the AREmail engine.  
For instance using a gmail account for SMTP outgoing email or POP3/IMAP4 for 
incoming emails?

ARS 7.6.4

--
Kevin Begosh
_attend WWRUG11 www.wwrug.comhttp://www.wwrug.com/ ARSlist: Where the 
Answers Are_ _attend WWRUG11 www.wwrug.comhttp://www.wwrug.com/ ARSlist: 
Where the Answers Are_



--
Kevin Begosh
_attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_
_attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are