webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Secure SMTP

  • 1.  Secure SMTP

    Posted Tue February 23, 2010 07:19 AM

    Please let me know!

    Is it possible to use Secure SMTP on webMethods? How Can I use this feature?

    Thanks in Advance
    ravi giduthuri


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 2.  RE: Secure SMTP

    Posted Tue February 23, 2010 12:51 PM

    Hi Ravi,
    As per my knowledge webMethods is not providing secure SMTP . But if you can secure your mail communication by encrypting the data.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Secure SMTP

    Posted Tue February 23, 2010 01:29 PM


  • 4.  RE: Secure SMTP

    Posted Tue February 23, 2010 04:34 PM

    OR …You can use EDIINT AS1 (secure smtp through) protocol route.

    HTH,
    RMg


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 5.  RE: Secure SMTP

    Posted Tue February 23, 2010 09:13 PM

    I believe wM does provide secure POP3 and IMAP for the ports, so it should provide as well SMTP secure channels.

    For SMTP are you talking about pub.client:smtp? SMTP server for Optimize? SMTP server for task notifications?


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods


  • 6.  RE: Secure SMTP

    Posted Wed February 24, 2010 06:53 AM

    Hi DevNull43

    Thank for your support, Present we are useing pub.client:smtp service for all outbound notification mails and we are using SMTP mail host.

    But now my company trying to move Secure SMTP/POP from SMTP, So please let me clear about it and how can I go ahead.
    Can I use pub.client:smtp for Secure SMTP OR any other services available?


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 7.  RE: Secure SMTP

    Posted Wed February 24, 2010 03:19 PM

    Can I use pub.client:smtp for Secure SMTP OR any other services available? → yes once Secure SMTP/POP setup is done,the smtp service used for outbound communication of mails only.For the Inbound clients can send to the configured email port that invokes the handler service (email gateway service) will receive and extract the mime/mail content or attachments.

    HTH,
    RMG


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: Secure SMTP

    Posted Wed February 24, 2010 11:16 PM

    To use pub.client:smtp with SSL you need to tune JVM first by adding the certificates in the chain to cacert file, then restart IS.

    Then while in pub.client:smtp you needed to add in the properties mail.smtp.starttls.enable=true.

    I had to deal once with this, but was time ago, maybe I miss some steps.

    Good luck!


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: Secure SMTP

    Posted Thu February 25, 2010 06:13 AM


  • 10.  RE: Secure SMTP

    Posted Thu February 25, 2010 06:15 AM


  • 11.  RE: Secure SMTP

    Posted Thu February 25, 2010 04:44 PM