Remove Zimbra

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
wabraas
Posts: 5
Joined: Fri Sep 12, 2014 9:59 pm

Remove Zimbra

Post by wabraas »

Can somebody help me to deinstall ZIMBRA.
I did a ./install.sh -u and it looks ok but i still get the Zimbra login screen when i connect to the website.

And my website is not working anymore
Thank's
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

Remove Zimbra

Post by marcmac »

[quote user="wabraas"]Can somebody help me to deinstall ZIMBRA.
I did a ./install.sh -u and it looks ok but i still get the Zimbra login screen when i connect to the website.

And my website is not working anymore
Thank's[/QUOTE]
as root: iptables -t nat -F
wabraas
Posts: 5
Joined: Fri Sep 12, 2014 9:59 pm

Remove Zimbra

Post by wabraas »

Thank's but did not do the job, still got the ZIMBRA login screen
joshuamorgan
Posts: 41
Joined: Fri Sep 12, 2014 9:56 pm

Remove Zimbra

Post by joshuamorgan »

run:
service zimbra stop
then:
./install.sh -u
try that, not sure if it will work.
agnOstos
Advanced member
Advanced member
Posts: 96
Joined: Fri Sep 12, 2014 9:57 pm

Remove Zimbra

Post by agnOstos »

try
ps -ef | zimbra
look for anything that comes up and kill that process also.
wabraas
Posts: 5
Joined: Fri Sep 12, 2014 9:59 pm

Remove Zimbra

Post by wabraas »

Hi,
Did this already stil got the login screen
agnOstos
Advanced member
Advanced member
Posts: 96
Joined: Fri Sep 12, 2014 9:57 pm

Remove Zimbra

Post by agnOstos »

I'm not too sure but if you've stopped the service, run ps and killed any processes belonging to zimbra and run ./install -u. I can't imagine how that login screen would still show up. Unless it has something to do with zmiptables. Try zmiptables -u
andreychek
Advanced member
Advanced member
Posts: 155
Joined: Fri Sep 12, 2014 9:58 pm

Remove Zimbra

Post by andreychek »

[quote user="agnOstos"]I'm not too sure but if you've stopped the service, run ps and killed any processes belonging to zimbra and run ./install -u. I can't imagine how that login screen would still show up. Unless it has something to do with zmiptables. Try zmiptables -u[/QUOTE]

Agreed.
I can only think of two possibilities:
* The address being used to connect to Zimbra is the wrong one, and is connecting to another live server
* Zimbra is cached. I ran into this once. I set it up so that mail.mydomain.com poppup up the Zimbra login. I later modified that to show some other website, where you could get to Zimbra by clicking a "mail" link. After setting up the other website, when I first went there, I saw the Zimbra login. Odd. Turns out that it was just cached. A shift-reload solved it immediatly, showing the correct site.
Have a good one,

-Eric
wabraas
Posts: 5
Joined: Fri Sep 12, 2014 9:59 pm

Remove Zimbra

Post by wabraas »

Hi,


I did everthing jou wrote.
Stop zimbra service

./install -u

ps -ef | zimbra
except

zmiptables -u
Because you can't do that after you did ./install -u
There is nothing in the cache I rebooted ery system in my local network and refreshed with shift and ctrl-f5 my website.
It is not that i want Zimbra to remove from my system but my website is not workink anymore,

Do you now (and i think you now) how to operate a seperate website next to

ZIMBRA, for my it is no problem if it is operating on a different port than 80 or that you use someting like //webserver/mywebsite
I even just now reinstalled everiting:

Then
Stop zimbra service

zmiptables -u

./install -u
rebooted systems
and still i have the ZIMBRA login screen
wabraas
Posts: 5
Joined: Fri Sep 12, 2014 9:59 pm

Remove Zimbra

Post by wabraas »

[quote user="andreychek"]Agreed.
I can only think of two possibilities:
* The address being used to connect to Zimbra is the wrong one, and is connecting to another live server
* Zimbra is cached. I ran into this once. I set it up so that mail.mydomain.com poppup up the Zimbra login. I later modified that to show some other website, where you could get to Zimbra by clicking a "mail" link. After setting up the other website, when I first went there, I saw the Zimbra login. Odd. Turns out that it was just cached. A shift-reload solved it immediatly, showing the correct site.
Have a good one,

-Eric[/QUOTE]
For I dont now what stupid reasen it stayed in my cache it is now solved.
Thanks to all for the help
Post Reply