quarta-feira, 23 de setembro de 2009

Beehive + Linux + Portas Baixas

Uso de portas baixas no Beehive:

chown root hasbind
chmod a+x hasbind
chmod a+s hasbind

/etc/cap.ora
+user user1: bind port 20
+user user1: bind port 21
+user user1: bind port 23
+user user1: bind port 80
+user user1: bind port 25
+user user1: bind port 443
+user user1: bind port 143
+user user1: bind port 993
+user user1: bind port 465

Para poder utilizar o Apache na porta 443:

chown root .apachectl
chmod a+x .apachectl
chmod a+s .apachectl


Exemplo de mudança de porta do SMTP no Beehive:

beectl modify_port --protocol SMTP --port 25

beectl activate_configuration

0 comentários: