Jump to content

Configuring imapd server port: Difference between revisions

From NikiWiki
Ggamba (talk | contribs)
No edit summary
Ggamba (talk | contribs)
mNo edit summary
Line 5: Line 5:


- Download the imapd server from [http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=Washington+mail+servers&stype=all&sort=type&dir=%2F Hobbes] and unzip it somewhere
- Download the imapd server from [http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=Washington+mail+servers&stype=all&sort=type&dir=%2F Hobbes] and unzip it somewhere
- in \mptn\etc create an empty file named '''passwd''' and add to the '''inetd.lst''' file the line:
  imap tcp imapd
- configure inetd for autostart at system startup
- create a directory for the Inbox file (e.g.: \var\mail), and one for the other files (e.g.: \home\default\imap)
- create a directory for the Inbox file (e.g.: \var\mail), and one for the other files (e.g.: \home\default\imap)
- copy the file imap.cmd to \TCPIP\BIN and edit it
- copy the file imap.cmd to \TCPIP\BIN and edit it

Revision as of 15:04, 26 October 2006

A small how to to install and configure the port of Imapd server for Os/2

DRAFT and INCOMPLETE

- Download the imapd server from Hobbes and unzip it somewhere

- in \mptn\etc create an empty file named passwd and add to the inetd.lst file the line:

 imap tcp imapd

- configure inetd for autostart at system startup

- create a directory for the Inbox file (e.g.: \var\mail), and one for the other files (e.g.: \home\default\imap)

- copy the file imap.cmd to \TCPIP\BIN and edit it