Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Secure Mail Reading on Mac OS X
Subject:   pops / imaps: bad port number
Date:   2002-03-21 02:30:06
From:   ingvarn
pops and imaps are not defined as services on my machine (10.1.3), so I had to use the port numbers rather than the service names in the telnet commands.


Does anyone else have these services (if you look in NetInfo Manager)?

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • pops / imaps: bad port number
    2002-03-21 06:01:04  pmccann [View]

    Nope: nothing doing in netinfo for imaps or pops in Netinfo Manager. It's a very strange (and *small*) list in there! You could probably just load the flat file /etc/services into net info using niload if it'll make life easier.

    That is, something like:

    % niload services . < /etc/services

    should cure that ailment.

    Cheers,
    Paul
    • pops / imaps: bad port number
      2002-03-21 06:03:08  pmccann [View]

      Pardon the pollution: you will of course have to authenticate yourself before running such a command. Just preface it with "sudo" in case that wasn't obvious...