Hi,

This is probably the wrong place to post this and solairs is Unix not Linux but couldnt find anywhere else so here goes.

I am trying to configure imap in solaris 8. I want to set up a pop3 server on a unix box and then use a windows box with outlook or another email client installed to read the mail.

I have done this so far:

installed SFWimap in solaris 8: (the big first step)

added the following lines to inetd.conf:

*code*

map stream tcp nowait root /opt/sfw/sbin/imapd imapd
pop2 stream tcp nowait root /opt/sfw/sbin/ipop2d ipop2d
pop3 stream tcp nowait root /opt/sfw/sbin/ipop3d ipop3d

*end code*

I know the top two proably arent required but what the hell, they cant do any harm.

Anyway that is a far as i have got there are very few guides around for solaris 8 stuff anyway so any help will be apreciated.

Recommended Answers

All 5 Replies

and the solaris is a must? doing this under linux is a breeze

yep have to do it on solaris 8

sorry then, can't be much of help

So what exactly is the error that your getting? Have you sent a HUP to inetd?

all sorted guys!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.