在 Solaris 10 下安装 POP3d

January 30th, 2008

久未动笔雕虫小技,以前的 qpopper 其实已经时过境迁,今日安装 POP3 服务在一台 X64 的 Solairs 10 上,简述步骤如下:
1. Install imap-2006e-sol10-x86-local from http://www.sunfreeware.com/
2. echo “pop3 stream tcp nowait root /usr/local/sbin/ipop3d ipop3d” >> /etc/inetd.conf
3. #inetconv -f ; # inetadm | egrep “pop|imap”
4. echo “set disable-plaintext nil” >> /etc/c-client.cf (Without this,
ipopd logins give “-ERR Unknown AUTHORIZATION state command”)


Leave a Reply