On Wed, Aug 31, 2005 at 06:54:18PM +0000, Jim Mirick wrote:
> 1. nmap reports that port 110 is not open, after considering it I just tried
> "service popa3d start" and voila it now says started.
[...]
> 2.  I guess it has to be manually started, as does postfix, if I reboot.

No.  You just need to configure your system to start these services upon
bootup.  Try this:

        chkconfig --add popa3d
        chkconfig popa3d on

        chkconfig --add postfix
        chkconfig postfix on

-- 
Alexander Peslyak <solar at openwall.com>
GPG key ID: B35D3598  fp: 6429 0D7E F130 C13E C929  6447 73C3 A290 B35D 3598
http://www.openwall.com - bringing security into open computing environments

Was I helpful?  Please give your feedback here: http://rate.affero.net/solar

Reply via email to