IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Authenticating SMTP Server

    Posted 03/23/05 11:42 AM

    Hi

    I had a requirement where the IS server need to be authenticated by SMTP server for sending messages, but I did not find a way in the built in smtp service.

    Is’nt authenticating the SMTP server a common thing now a days to send mail. Why would you have such a basic facility left out, or am I missing something here.

    Thahir


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Authenticating SMTP Server

    Posted 03/23/05 02:00 PM

    No it is not all that common although some email admins use it as a way to combat spam. I am not surprised it is not in the provided client. Most admins use anti-relay filters and spam blocking devices/filters instead of authenticated smtp. Lot’s of admin time associated with it.

    So you are probably not going to be able to use webMethods built-in client. You can interact with smtp from telnet(although I’m not sure how you would call that from webMethods), probably the best bet is to use the java mail interface which supports authenticated smtp.

    [url=“Java 2 Platform Ent. Ed. v1.4”]Java 2 Platform Ent. Ed. v1.4
    [url=“http://java.sun.com/products/javamail/javadocs/index.html”]http://java.sun.com/products/javamail/javadocs/index.html[/url]

    markg
    http://darth.homelinux.net


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Authenticating SMTP Server

    Posted 03/23/05 10:47 PM

    Hi,

    IS_6-1_Fix28 adds authentication to pub.client:smtp in IS 6.1.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Authenticating SMTP Server

    Posted 03/24/05 12:08 AM

    Or you could just install the patch Sander is talking about.

    markg
    http://darth.homelinux.net


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Authenticating SMTP Server

    Posted 03/26/05 07:30 AM

    Sandar

    Thats good news man.

    Mark Thanks for the details.

    Excellent work guys

    Thanks

    Thahir


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods