Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running ipopd without inetd

Status
Not open for further replies.

jimbojames5645

Programmer
Dec 12, 2003
36
US
is there any way to run ipopd or similar without using inetd, ie /etc/init.d/ipopd?
 
No - it was compiled to run as a daemon under xinetd. A good POP3 server is qpopper. You can compile it to run as a stand alone server. The steps are pretty simple. First download the tarball then unpack it into a temporary directory. Then you would build the executable in the standard way:

./configure --enable-standalone
make
make install

It comes with a manual in pdf format. You can get a better idea of what to compile into you server by reading that. You can get qpopper here:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top