Fresh install of zentyal updated to core 2.0.22
All modules selected apart from
Layer-7 Filter 2.0
Printer Sharing 2.0.3
RADIUS 2.0
Traffic Shaping 2.0.3
VoIP 2.0.1
This is my usual setup of zentyal running zarafa and hey it gets quicker every time.
Washed up, vacuumed the front room and configured zentyal in an hour!
Can I have a gold star for that?
Follow
http://www.howtoforge.com/how-to-install-alfresco-community-3.3-on-ubuntu-server-10.04-lucid-lynxIgnore :-
2. Update firewall rules to allow access to Alfresco CIFS shares.
root@dms:~# iptables -t nat -A PREROUTING -p tcp -m tcp --dport 445 -j REDIRECT --to-ports 1445
root@dms:~# iptables -t nat -A PREROUTING -p tcp -m tcp --dport 139 -j REDIRECT --to-ports 1139
root@dms:~# iptables -t nat -A PREROUTING -p udp -m udp --dport 137 -j REDIRECT --to-ports 1137
root@dms:~# iptables -t nat -A PREROUTING -p udp -m udp --dport 138 -j REDIRECT --to-ports 1138
In services create a service Alfresco
add the following ports to the service
1445
1137
1138
1139
In the firewall enable the service internally
Thats my first part of Alfresco playing
user:password admin:admin