- 论坛徽章:
- 0
|
HP-UNIX上如何装pop3协议?
原帖由 "luster" 发表:
我需要在机器上安装pop3协议,以便进行收发邮件,让HP厂家去装,他们都不会,不知道要怎么安装,还说要出钱买微软的netscape,真是那样吗?具我所知,在IBM机器上装只是象装windows的一个附件一样简单。
请大家帮忙。 Hi,
This is how you can do it:
1. download "qpopper" binary from http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/qpopper-4.0.4/
2. swinstall the downloaded qpopper. Assume the "popper" is installed at /usr/local/sbin/.
3. vi /etc/inetd.conf to add the following:
pop3 stream tcp nowait root /usr/local/sbin/popper qpopper -s
4. inetd -c
Now your HP system is ready.
Hope this helps. |
|