Secure POP on 5.4 - VMS

This is a discussion on Secure POP on 5.4 - VMS ; Yes a bit dated - but... TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7 How does one actually create the Secure Pop Service - must it be done manually? I have installed: $ pipe install list |sear sys$pipe ...

+ Reply to Thread
Results 1 to 4 of 4

Thread: Secure POP on 5.4

  1. Secure POP on 5.4

    Yes a bit dated - but...
    TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7

    How does one actually create the Secure Pop Service - must it be done
    manually?

    I have installed:
    $ pipe install list |sear sys$pipe ssl
    SSL$LIBCRYPTO_SHR;1
    SSL$LIBCRYPTO_SHR32;1
    SSL$LIBSSL_SHR;1 Open Hdr Shared Lnkbl
    SSL$LIBSSL_SHR32;1

    as per the instructions, delete and re-created the POP service,
    stop/restarted the POP service - the docs seem to suggest that it will
    magically create both POP and SecurePOP. What did I miss in the docs?

    I would also like to configure SecureIMAP and Sftp, but haven't got that
    far just yet...

    I also need to configure a secure php client I use for SMTP forwarding
    (stupid spammers/ISP's).

  2. Re: Secure POP on 5.4

    On Tue, 01 Jul 2008 12:52:28 -0700, Michael Austin
    wrote:

    > I also need to configure a secure php client I use for SMTP forwarding
    > (stupid spammers/ISP's).


    Why not just use soyMAIL?

    --
    PL/I for OpenVMS
    www.kednos.com

  3. Re: Secure POP on 5.4

    Tom Linden wrote:
    > On Tue, 01 Jul 2008 12:52:28 -0700, Michael Austin
    > wrote:
    >
    >> I also need to configure a secure php client I use for SMTP forwarding
    >> (stupid spammers/ISP's).

    >
    > Why not just use soyMAIL?
    >


    There are other reasons for configuring Secure POP - this was just one.
    I have requirements for some mobile devices - I have not looked at
    sM for that purpose.

    BTW OpenVMS 7.3-2

    I had soyMAIL installed at one point, but had a lot of issues with the
    early versions.

    So, what command proc or tcpip incantations get this to work?

  4. Re: Secure POP on 5.4

    Michael Austin wrote:
    > Tom Linden wrote:
    >> On Tue, 01 Jul 2008 12:52:28 -0700, Michael Austin
    >> wrote:
    >>
    >>> I also need to configure a secure php client I use for SMTP
    >>> forwarding (stupid spammers/ISP's).

    >>
    >> Why not just use soyMAIL?
    >>

    >
    > There are other reasons for configuring Secure POP - this was just one.
    > I have requirements for some mobile devices - I have not looked at
    > sM for that purpose.
    >
    > BTW OpenVMS 7.3-2
    >
    > I had soyMAIL installed at one point, but had a lot of issues with the
    > early versions.
    >
    > So, what command proc or tcpip incantations get this to work?


    Hmmmm... it is magic. apparently when I originally created my crt/key
    files, I encrypted the key. Found this in the docs:

    Secure POP does not support encrypted private keys. When you generate a
    private key, you can choose to have the key encrypted in a passphrase
    that you provide. This requires all users of the private key to have
    access to the passphrase. The Secure POP server cannot access the
    passphrase.

    Once I recreated the crt/key files it started up on port 995. go figure..

+ Reply to Thread