Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace z/OS
Created by Guest
Created on Oct 3, 2014

CSSMTP TLS enhancement

It's possible to enable the SMTP server and client to use Transport Layer Security (TLS) to provide private, authenticated communication over the Internet. As per SMTP protocol definition a client server connection will be closed as soon as the client sends a quit command. That means that for every single mail stored in a separate sysout dataset a new TLS connection has to be established. The total overhead to establish a new TLS session comes to about 6k bytes on average and also the CPU consumption is not negligible. The smaller and the more mails are delivered the greater is the overhead.

Idea priority High
  • Guest
    Reply
    |
    Jun 26, 2017

    This was provided in V2R2 and in V2R1 in APAR/PTR PI38893/UI26955

  • Guest
    Reply
    |
    Nov 19, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS Communications Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Networking
    Product - z/OS Communications Server

  • Guest
    Reply
    |
    Oct 16, 2014

    Are you are using TLS session caching? This is a function that's supported on z/OS that remembers the TLS information for a session and therefore reduces the negotiation for new connections to the same servers. This function is enabled by default on z/OS, but I wanted to see if you were using it in this scenario (i.e., you haven't turned it off and the mail server on the other end also supports/uses it).

    We are still considering the rest of the requirement but this might help reduce the load in the meantime.