Obsolete Releases > SME 8.x Contribs
SoGo / eGroupware / Group-Office
frifri:
--- Quote ---Tomorrow I will post an output coming from SME7.6 with Zarafa 6.X and ine from SME8 and Zarafa 7 about services..
--- End quote ---
Thank you !
--- Quote ---so, in your opinion is a good thing for me/us to disable native dovecot service running on 143 to use another dovecot instance?
--- End quote ---
Obviously, i misunderstood the 'doubled'-story :???:
guest22:
@frifri, a one script install of your wiki zarafa on sme8 talk page:
https://gist.github.com/anonymous/3f088b3852011c2a1d8f
frifri:
@RequestedDeletion
WOW ! :shock:
We should make a 'version-question' in the script because now it installs default x86_64, 7.0.13 and the latest php53-mapi.rpm (not sure it will always be php53-mapi-7.0.13).
And we have to deal with upgrades from lower versions.
With some variations we could install with this script zcp-7.1 on SME9 too (we don't need the php53-mapi.rpm in that case, and replacing the indexer-package with the search-package).
guest22:
Well, Charles2008, have fun!! :-)
Stefano:
here I am
--- Code: ---Sme 7.6.0 zarafa 6.40.13-30778
ps aux | grep zarafa
root 4254 0.0 0.0 4628 620 pts/0 S+ 18:55 0:00 grep zarafa
root 6997 0.0 0.0 13480 1188 ? S Apr03 0:00 /usr/bin/zarafa-gateway -c /etc/zarafa/gateway.cfg
root 6998 0.0 0.0 23732 1260 ? Sl Apr03 0:00 /usr/bin/zarafa-gateway -c /etc/zarafa/gateway.cfg
root 7017 0.0 0.0 11132 1156 ? S Apr03 0:00 /usr/bin/zarafa-ical -c /etc/zarafa/ical.cfg
root 7018 0.0 0.0 21380 1204 ? Sl Apr03 0:00 /usr/bin/zarafa-ical -c /etc/zarafa/ical.cfg
root 7037 0.0 0.1 53064 3032 ? Sl Apr03 0:04 /usr/bin/zarafa-licensed -c /etc/zarafa/licensed.cfg
root 7066 0.3 1.2 207936 25928 ? Sl Apr03 7:32 /usr/bin/zarafa-server -c /etc/zarafa/server.cfg
root 7091 0.0 0.1 35476 2348 ? Sl Apr03 0:01 /usr/bin/zarafa-spooler -c /etc/zarafa/spooler.cfg
root 7092 0.0 0.0 24980 824 ? Sl Apr03 0:00 /usr/bin/zarafa-spooler -c /etc/zarafa/spooler.cfg
netstat -napt | grep zarafa
tcp 0 0 0.0.0.0:8993 0.0.0.0:* LISTEN 6997/zarafa-gateway
tcp 0 0 0.0.0.0:8995 0.0.0.0:* LISTEN 6997/zarafa-gateway
tcp 0 0 0.0.0.0:236 0.0.0.0:* LISTEN 7066/zarafa-server
tcp 0 0 0.0.0.0:237 0.0.0.0:* LISTEN 7066/zarafa-server
tcp 0 0 0.0.0.0:8110 0.0.0.0:* LISTEN 6997/zarafa-gateway
tcp 0 0 0.0.0.0:8143 0.0.0.0:* LISTEN 6997/zarafa-gateway
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN 7017/zarafa-ical
tcp 0 0 0.0.0.0:8089 0.0.0.0:* LISTEN 7017/zarafa-ical
--- End code ---
--- Code: ---Sme 8.0 con zarafa 7.0.6-32752
ps aux | grep zarafa
root 2681 0.0 0.0 140 52 ? S Mar23 0:00 tcpsvd -v -i ./peers -c 40 -C 4:421 per host concurrency limit reached\r\n -l 0 0 pop3 /var/qmail/bin/qmail-popup zarafa.simi.local checkpassword-pam -s pop3 /var/qmail/bin/qmail-pop3d Maildir
root 2700 0.0 0.0 140 52 ? S Mar23 0:00 tcpsvd -v -i ./peers -c 40 -C 4:421 per host concurrency limit reached\r\n -l 0 0 pop3s sslio -vv -/ /service/imap/ssl -u stunnel -C imapd.pem /var/qmail/bin/qmail-popup zarafa.simi.local checkpassword-pam -s pop3 /var/qmail/bin/qmail-pop3d Maildir
root 3319 0.0 0.0 28288 1540 ? S Mar23 0:00 /usr/bin/zarafa-gateway -c /etc/zarafa/gateway.cfg
root 3320 0.0 0.0 38536 1584 ? Sl Mar23 0:00 /usr/bin/zarafa-gateway -c /etc/zarafa/gateway.cfg
root 3344 0.0 0.0 26500 1848 ? S Mar23 0:00 /usr/bin/zarafa-ical -c /etc/zarafa/ical.cfg
root 3345 0.0 0.0 36748 1836 ? Sl Mar23 0:00 /usr/bin/zarafa-ical -c /etc/zarafa/ical.cfg
root 3390 0.0 0.1 58380 5156 ? Sl Mar23 0:25 /usr/bin/zarafa-licensed -c /etc/zarafa/licensed.cfg
root 3427 0.3 2.0 305868 83472 ? Sl Mar23 59:26 /usr/bin/zarafa-server -c /etc/zarafa/server.cfg
root 3458 0.0 0.1 42608 4192 ? Sl Mar23 0:09 /usr/bin/zarafa-spooler -c /etc/zarafa/spooler.cfg
root 3459 0.0 0.0 40164 1564 ? Sl Mar23 0:00 /usr/bin/zarafa-spooler -c /etc/zarafa/spooler.cfg
root 9157 0.0 0.0 4264 700 pts/0 S+ 19:07 0:00 grep zarafa
netstat -napt | grep zarafa
tcp 0 0 0.0.0.0:8993 0.0.0.0:* LISTEN 3319/zarafa-gateway
tcp 0 0 0.0.0.0:8995 0.0.0.0:* LISTEN 3319/zarafa-gateway
tcp 0 0 0.0.0.0:236 0.0.0.0:* LISTEN 3427/zarafa-server
tcp 0 0 0.0.0.0:237 0.0.0.0:* LISTEN 3427/zarafa-server
tcp 0 0 0.0.0.0:8110 0.0.0.0:* LISTEN 3319/zarafa-gateway
tcp 0 0 0.0.0.0:8143 0.0.0.0:* LISTEN 3319/zarafa-gateway
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN 3344/zarafa-ical
tcp 0 0 0.0.0.0:8089 0.0.0.0:* LISTEN 3344/zarafa-ical
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version