<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — uninstall iRedMail]]></title>
		<link>https://forum.iredmail.org/topic13117-uninstall-iredmail.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic13117.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in uninstall iRedMail.]]></description>
		<lastBuildDate>Fri, 11 Jun 2021 14:37:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post80032.html#p80032</link>
			<description><![CDATA[<div class="quotebox"><cite>steveoriol wrote:</cite><blockquote><p>If you use iptables you can also uninstall nftables <br /></p><div class="codebox"><pre><code>sudo apt purge nftables</code></pre></div><p> <br />in my case nftables was block all ping requests...</p></blockquote></div><p>You saved my life buddy. I was unable to access my server through any port and had no ideas about nftables. I removed it and everything is up and running now. Thank you!</p>]]></description>
			<author><![CDATA[null@example.com (xerxes1718)]]></author>
			<pubDate>Fri, 11 Jun 2021 14:37:33 +0000</pubDate>
			<guid>https://forum.iredmail.org/post80032.html#p80032</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post79179.html#p79179</link>
			<description><![CDATA[<p>If you use iptables you can also uninstall nftables <br /></p><div class="codebox"><pre><code>sudo apt purge nftables</code></pre></div><p> <br />in my case nftables was block all ping requests...</p>]]></description>
			<author><![CDATA[null@example.com (steveoriol)]]></author>
			<pubDate>Sat, 20 Mar 2021 17:32:30 +0000</pubDate>
			<guid>https://forum.iredmail.org/post79179.html#p79179</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post79067.html#p79067</link>
			<description><![CDATA[<div class="quotebox"><cite>sverinn wrote:</cite><blockquote><p>I had the same need to uninstall iRedMail, because it appears to have been installed incorrectly (constantly getting errors in MySQL queries).</p><p>I didn&#039;t want to reinstall my entire server setup though, so what i did was:</p><div class="codebox"><pre><code>sudo apt-get remove --purge postfix* nginx* sa-compile* dovecot* fail2ban* ldap* mysql* sogo* clamav* amavis* nginx* php* mlmmj*
sudo apt autoremove --purge</code></pre></div><p>This uninstalled <em><strong>most</strong></em> of the packages from iRedMail, but we want to purge it from OS completely, right? So, the next step is to remove remaining directories:</p><div class="codebox"><pre><code>sudo rm -rf /var/run/mysql /var/run/amavis /var/run/mlmmjadmin /var/run/iredadmin /var/run/fail2ban /var/run/netdata</code></pre></div><div class="codebox"><pre><code>sudo rm -rf /etc/mysql /etc/clamav /etc/dovecot /etc/fail2ban /etc/netdata /etc/spamassassin</code></pre></div><p>Next up, we remove all unwanted users:</p><div class="codebox"><pre><code>sudo userdel -f iredadmin
sudo userdel -f iredapd
sudo userdel -f clamav
sudo userdel -f mlmmj
sudo userdel -f netdata
sudo userdel -f vmail
sudo userdel -f debian-spamd
sudo userdel -f mail</code></pre></div><p>Then reboot the system and it has to be it <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>Let&#039;s me add additional some need todo.<br />1.systemd-sysv-install disable postfix<br />2.uninstall postfix<br />3.use `systemctl disable ` disable the <br />&nbsp; &nbsp; sogo.service<br />&nbsp; &nbsp; mlmmjadmin.service<br />&nbsp; &nbsp; iredadmin.service<br />&nbsp; &nbsp; iredapd.service</p>]]></description>
			<author><![CDATA[null@example.com (11ssss)]]></author>
			<pubDate>Fri, 12 Mar 2021 03:59:31 +0000</pubDate>
			<guid>https://forum.iredmail.org/post79067.html#p79067</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post73129.html#p73129</link>
			<description><![CDATA[<p>I had the same need to uninstall iRedMail, because it appears to have been installed incorrectly (constantly getting errors in MySQL queries).</p><p>I didn&#039;t want to reinstall my entire server setup though, so what i did was:</p><div class="codebox"><pre><code>sudo apt-get remove --purge postfix* nginx* sa-compile* dovecot* fail2ban* ldap* mysql* sogo* clamav* amavis* nginx* php* mlmmj*
sudo apt autoremove --purge</code></pre></div><p>This uninstalled <em><strong>most</strong></em> of the packages from iRedMail, but we want to purge it from OS completely, right? So, the next step is to remove remaining directories:</p><div class="codebox"><pre><code>sudo rm -rf /var/run/mysql /var/run/amavis /var/run/mlmmjadmin /var/run/iredadmin /var/run/fail2ban /var/run/netdata</code></pre></div><div class="codebox"><pre><code>sudo rm -rf /etc/mysql /etc/clamav /etc/dovecot /etc/fail2ban /etc/netdata /etc/spamassassin</code></pre></div><p>Next up, we remove all unwanted users:</p><div class="codebox"><pre><code>sudo userdel -f iredadmin
sudo userdel -f iredapd
sudo userdel -f clamav
sudo userdel -f mlmmj
sudo userdel -f netdata
sudo userdel -f vmail
sudo userdel -f debian-spamd
sudo userdel -f mail</code></pre></div><p>Then reboot the system and it has to be it <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (sverinn)]]></author>
			<pubDate>Thu, 27 Feb 2020 10:32:07 +0000</pubDate>
			<guid>https://forum.iredmail.org/post73129.html#p73129</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post71483.html#p71483</link>
			<description><![CDATA[<p>They&#039;re mostly dependent packages of the ones installed by iRedMail.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 11 Nov 2019 13:06:25 +0000</pubDate>
			<guid>https://forum.iredmail.org/post71483.html#p71483</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post71478.html#p71478</link>
			<description><![CDATA[<p>wow mr bunch of shit iredmail installs on ubuntu why not just tell them ???</p><p>dirmngr<br />dialog<br />postfix<br />postfix-pcre <br />libsasl2-modules <br />mysql-client <br />mysql-server <br />pos</p><br /><p>log <br />Start-Date: 2019-11-09&nbsp; 17:38:08<br />Commandline: apt-get install -y dirmngr<br />Install: libksba8:amd64 (1.3.3-1ubuntu0.16.04.1, automatic), dirmngr:amd64 (2.1.11-6ubuntu2.1), libnpth0:amd64 (1.2-3, automatic)<br />End-Date: 2019-11-09&nbsp; 17:38:15</p><p>Start-Date: 2019-11-09&nbsp; 17:38:36<br />Commandline: apt-get install -y dialog<br />Install: dialog:amd64 (1.3-20160209-1)<br />End-Date: 2019-11-09&nbsp; 17:38:38</p><p>Start-Date: 2019-11-09&nbsp; 17:43:57<br />Commandline: apt-get install -y postfix postfix-pcre libsasl2-modules mysql-client mysql-server postfix-mysql libdbd-mysql-perl php-cli php-fpm php-json php-gd php-curl mcrypt php-intl php-xml php-mbstring php-mcrypt php-mysql nginx-full dovecot-imapd dovecot-pop3d dovecot-lmtpd dovecot-managesieved dovecot-sieve dovecot-mysql amavisd-new libcrypt-openssl-rsa-perl libmail-dkim-perl clamav-freshclam clamav-daemon spamassassin altermime arj nomarch cpio lzop cabextract p7zip-full rpm ripole libmail-spf-perl unrar-free pax lrzip mlmmj python-sqlalchemy python-dnspython python-mysqldb python-pymysql python-jinja2 python-netifaces python-webpy python-beautifulsoup python-lxml python-pycurl python-requests uwsgi uwsgi-plugin-python python-bcrypt fail2ban zlib1g libuuid1 libmnl0 curl lm-sensors netcat bzip2 acl patch cron tofrodos logwatch unzip bsdutils liblz4-tool<br />Install: libmpc3:amd64 (1.0.3-1, automatic), python-six:amd64 (1.10.0-3, automatic), libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libnet-libidn-perl:amd64 (0.12.ds-2build2, automatic), python-sqlalchemy:amd64 (1.0.11+ds1-1ubuntu2), altermime:amd64 (0.3.10-7), librpmsign3:amd64 (4.12.0.1+dfsg1-3build3, automatic), libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), rpm2cpio:amd64 (4.12.0.1+dfsg1-3build3, automatic), php-gd:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), python-pymysql:amd64 (0.7.2-1ubuntu1), postfix-pcre:amd64 (3.1.0-3ubuntu0.3), gnustep-common:amd64 (2.6.6-3, automatic), python-openssl:amd64 (0.15.1-2ubuntu0.2, automatic), spamassassin:amd64 (3.4.2-0ubuntu0.16.04.1), libauthen-sasl-perl:amd64 (2.1600-1, automatic), php-xml:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), libexttextcat-data:amd64 (3.4.4-1ubuntu3, automatic), libunix-syslog-perl:amd64 (1.1-2build7, automatic), libnet-ssleay-perl:amd64 (1.72-1build1, automatic), linux-libc-dev:amd64 (4.4.0-166.195, automatic), libnss3-nssdb:amd64 (2:3.28.4-0ubuntu0.16.04.6, automatic), postfix-mysql:amd64 (3.1.0-3ubuntu0.3), logwatch:amd64 (7.4.2-1ubuntu1), python-markupsafe:amd64 (0.23-2build2, automatic), libnorm1:amd64 (1.5r6+dfsg1-6+ubuntu16.04.1+deb.sury.org+1, automatic), libc6-dev:amd64 (2.23-0ubuntu11, automatic), mlmmj:amd64 (1.2.18.1-1ubuntu1), python-pycurl:amd64 (7.43.0-1ubuntu1), unrar-free:amd64 (1:0.0.1+cvs20140707-4~build0.16.04.1), whois:amd64 (5.2.11, automatic), python-dnspython:amd64 (1.12.0-1), libarchive-zip-perl:amd64 (1.56-2ubuntu0.1, automatic), python-requests:amd64 (2.9.1-3ubuntu0.1), libpgm-5.2-0:amd64 (5.2.122~dfsg-2+deb.sury.org~xenial+1, automatic), re2c:amd64 (0.16-1, automatic), arj:amd64 (3.10.22-14), libdate-manip-perl:amd64 (6.52-1, automatic), librpmbuild3:amd64 (4.12.0.1+dfsg1-3build3, automatic), libzmq5:amd64 (4.3.1-5+ubuntu16.04.1+deb.sury.org+1, automatic), libobjc4:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), dovecot-lmtpd:amd64 (1:2.2.22-1ubuntu2.12), dovecot-mysql:amd64 (1:2.2.22-1ubuntu2.12), cpp-5:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libdbi-perl:amd64 (1.634-1build1, automatic), lrzip:amd64 (0.621-1), python-netifaces:amd64 (0.10.4-0.1build2), cpp:amd64 (4:5.3.1-1ubuntu1, automatic), mysql-client:amd64 (5.7.27-0ubuntu0.16.04.1), libexttextcat-2.0-0:amd64 (3.4.4-1ubuntu3, automatic), libnetaddr-ip-perl:amd64 (4.078+dfsg-1build1, automatic), libarchive13:amd64 (3.1.2-11ubuntu0.16.04.7, automatic), libitm1:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libconvert-tnef-perl:amd64 (0.18-1, automatic), debugedit:amd64 (4.12.0.1+dfsg1-3build3, automatic), tofrodos:amd64 (1.7.13+ds-2ubuntu1), libnet-dns-perl:amd64 (0.81-2build1, automatic), gcc:amd64 (4:5.3.1-1ubuntu1, automatic), fail2ban:amd64 (0.9.3-1), libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), python-chardet:amd64 (2.3.0-2, automatic), libio-socket-inet6-perl:amd64 (2.72-2, automatic), dovecot-imapd:amd64 (1:2.2.22-1ubuntu2.12), libasan2:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libmime-tools-perl:amd64 (5.507-1, automatic), python-cheetah:amd64 (2.4.4-3.fakesyncbuild1, automatic), libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libwavpack1:amd64 (4.75.2-2ubuntu0.2, automatic), python-lxml:amd64 (3.5.0-1ubuntu0.1), libmatheval1:amd64 (1.1.11+dfsg-2, automatic), dovecot-sieve:amd64 (1:2.2.22-1ubuntu2.12), lzop:amd64 (1.03-3.2), libisl15:amd64 (0.16.1-1, automatic), python-enum34:amd64 (1.1.2-1, automatic), nginx-common:amd64 (1.10.3-0ubuntu0.16.04.4, automatic), python-beautifulsoup:amd64 (3.2.1-1), libnet-cidr-perl:amd64 (0.17-1, automatic), libnet-smtp-ssl-perl:amd64 (1.03-1, automatic), libnet-server-perl:amd64 (2.008-2, automatic), dovecot-pop3d:amd64 (1:2.2.22-1ubuntu2.12), libio-socket-ssl-perl:amd64 (2.024-1, automatic), libmail-spf-perl:amd64 (2.9.0-4), libconvert-binhex-perl:amd64 (1.125-1, automatic), python3-pyinotify:amd64 (0.9.6-0fakesync1, automatic), python-ndg-httpsclient:amd64 (0.4.0-3, automatic), uwsgi-plugin-python:amd64 (2.0.12-5ubuntu3.2), librpmio3:amd64 (4.12.0.1+dfsg1-3build3, automatic), php-json:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), python-cryptography:amd64 (1.2.3-1ubuntu0.2, automatic), ntpdate:amd64 (1:4.2.8p4+dfsg-3ubuntu5.9, automatic), nginx-full:amd64 (1.10.3-0ubuntu0.16.04.4), amavisd-new:amd64 (1:2.10.1-2ubuntu1), pax:amd64 (1:20151013-1), rpm-common:amd64 (4.12.0.1+dfsg1-3build3, automatic), libio-multiplex-perl:amd64 (1.16-1, automatic), python-cffi-backend:amd64 (1.5.2-1ubuntu1, automatic), python-ipaddress:amd64 (1.0.16-1, automatic), libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), php-curl:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), dovecot-core:amd64 (1:2.2.22-1ubuntu2.12, automatic), p7zip-full:amd64 (9.20.1~dfsg.1-4.2ubuntu0.1), libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libberkeleydb-perl:amd64 (0.55-1build1, automatic), python-bcrypt:amd64 (2.0.0-2build1), unar:amd64 (1.9.1-1, automatic), python-jinja2:amd64 (2.8-1ubuntu0.1), rpm:amd64 (4.12.0.1+dfsg1-3build3), uwsgi-core:amd64 (2.0.12-5ubuntu3.2, automatic), libmail-dkim-perl:amd64 (0.40-1), librpm3:amd64 (4.12.0.1+dfsg1-3build3, automatic), make:amd64 (4.1-6, automatic), gcc-5:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libio-stringy-perl:amd64 (2.110-5, automatic), dovecot-managesieved:amd64 (1:2.2.22-1ubuntu2.12), python-pkg-resources:amd64 (20.7.0-1, automatic), python-html5lib:amd64 (0.999-4, automatic), libmailtools-perl:amd64 (2.13-1, automatic), php7.3-fpm:amd64 (7.3.11-1+ubuntu16.04.1+deb.sury.org+1, automatic), spamc:amd64 (3.4.2-0ubuntu0.16.04.1, automatic), liblz4-tool:amd64 (0.0~r131-2ubuntu2), php-cli:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), php-intl:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), python-urllib3:amd64 (1.13.1-2ubuntu0.16.04.3, automatic), clamav:amd64 (0.101.4+dfsg-0ubuntu0.16.04.1, automatic), python-webpy:amd64 (1:0.37+20120626-1), libgnustep-base1.24:amd64 (1.24.7-1build2, automatic), python-bs4:amd64 (4.4.1-1, automatic), libcrypt-openssl-rsa-perl:amd64 (0.28-2build2), liblua5.2-0:amd64 (5.2.4-1ubuntu1, automatic), liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libcrypt-openssl-bignum-perl:amd64 (0.06-1build1, automatic), clamav-daemon:amd64 (0.101.4+dfsg-0ubuntu0.16.04.1), libconvert-uulib-perl:amd64 (1:1.4~dfsg-1build5, automatic), clamdscan:amd64 (0.101.4+dfsg-0ubuntu0.16.04.1, automatic), clamav-freshclam:amd64 (0.101.4+dfsg-0ubuntu0.16.04.1), nomarch:amd64 (1.4-3), python-pyasn1:amd64 (0.1.9-1, automatic), php-fpm:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), libmhash2:amd64 (0.9.9.9-7, automatic), sa-compile:amd64 (3.4.2-0ubuntu0.16.04.1, automatic), gnustep-base-runtime:amd64 (1.24.7-1build2, automatic), manpages-dev:amd64 (4.04-2, automatic), php-mbstring:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), libsocket6-perl:amd64 (0.25-1build2, automatic), gnustep-base-common:amd64 (1.24.7-1build2, automatic), cabextract:amd64 (1.6-1), libdbd-mysql-perl:amd64 (4.033-1ubuntu0.1), libc-dev-bin:amd64 (2.23-0ubuntu11, automatic), libdigest-hmac-perl:amd64 (1.03+dfsg-1, automatic), libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.6, automatic), lm-sensors:amd64 (1:3.4.0-2), ripole:amd64 (0.2.0+20081101.0215-1), netcat:amd64 (1.10-41), python-mysqldb:amd64 (1.3.7-1build2), clamav-base:amd64 (0.101.4+dfsg-0ubuntu0.16.04.1, automatic), netcat-traditional:amd64 (1.10-41, automatic), python-idna:amd64 (2.0-3, automatic), libclamav9:amd64 (0.101.4+dfsg-0ubuntu0.16.04.1, automatic), libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12, automatic), libjansson4:amd64 (2.7-3ubuntu0.1, automatic), libyaml-0-2:amd64 (0.1.6-3, automatic), python-flup:amd64 (1.0.2-5, automatic), php-mysql:amd64 (2:7.3+70+ubuntu16.04.1+deb.sury.org+6), python-sqlalchemy-ext:amd64 (1.0.11+ds1-1ubuntu2, automatic), libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2, automatic), libsys-hostname-long-perl:amd64 (1.5-1, automatic), libnet-ip-perl:amd64 (1.26-1, automatic), libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1, automatic), uwsgi:amd64 (2.0.12-5ubuntu3.2), mcrypt:amd64 (2.6.8-1.3ubuntu1)<br />Remove: courier-imap:amd64 (4.10.0-20120615-1ubuntu7), courier-pop:amd64 (0.68.2-1ubuntu7)<br />Error: Sub-process /usr/bin/dpkg returned an error code (1)<br />End-Date: 2019-11-09&nbsp; 17:46:32</p><p>could you be polite and explain why does youre script creates new users and groups??</p><p>Removing user `amavis&#039; ...</p><br /><p>thank god i dont use nginx and could install all of this</p>]]></description>
			<author><![CDATA[null@example.com (elextro)]]></author>
			<pubDate>Mon, 11 Nov 2019 08:50:27 +0000</pubDate>
			<guid>https://forum.iredmail.org/post71478.html#p71478</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post70311.html#p70311</link>
			<description><![CDATA[<div class="quotebox"><cite>imperiatos wrote:</cite><blockquote><p>what kind of &quot;software&quot; is this if it makes you have to reinstall your entire server... redicilous.</p></blockquote></div><p>iRedMail is not the traditional &quot;software&quot;, it&#039;s a solution which installs and configures many softwares for you. you can not simply remove one software as complete uninstall.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 11 Aug 2019 10:51:20 +0000</pubDate>
			<guid>https://forum.iredmail.org/post70311.html#p70311</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post70310.html#p70310</link>
			<description><![CDATA[<p>iRedMail is designed to be deployed on a fresh/new/clean server, this way we can achieve best success for installation, otherwise we have to deal with a lot exceptions like &quot;i have Apache installed, iRedMail installer doesn&#039;t detect and use it and it installs Nginx&quot;, &quot; i have nextCloud running, iRedMail installer overrides my Nginx config&quot;, ...</p><p>You can remove the software binary packages installed by iRedMail manually, also their config files and data. It&#039;s too risk to remove by a script without confirm one-by-one. Incorrectly removing any data will cause more trouble.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 11 Aug 2019 10:50:17 +0000</pubDate>
			<guid>https://forum.iredmail.org/post70310.html#p70310</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post70301.html#p70301</link>
			<description><![CDATA[<p>what kind of &quot;software&quot; is this if it makes you have to reinstall your entire server... redicilous.</p>]]></description>
			<author><![CDATA[null@example.com (imperiatos)]]></author>
			<pubDate>Sat, 10 Aug 2019 16:45:10 +0000</pubDate>
			<guid>https://forum.iredmail.org/post70301.html#p70301</guid>
		</item>
		<item>
			<title><![CDATA[Re: uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post57801.html#p57801</link>
			<description><![CDATA[<div class="quotebox"><cite>ve3lst wrote:</cite><blockquote><p>==== Required information ====<br />- iRedMail version (check /etc/iredmail-release): <br />- Linux/BSD distribution name and version: <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Web server (Apache or Nginx):<br />- Manage mail accounts with iRedAdmin-Pro?<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />======== Required information ====<br />- iRedMail version (check /etc/iredmail-release): <br />- Linux/BSD distribution name and version: ubuntu 16.04 LTS <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Web server (Apache or Nginx): apache<br />- Manage mail accounts with iRedAdmin-Pro?<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi, </p><p>I&#039;d like to uninstall iRedMail completely, and reinstall it later on.<br />The problem when i try to download the script mentioned in this post <br /><a href="http://www.iredmail.org/forum/topic333-iredmail-support-faq-how-to-uninstall-iredmail.html"> How to uninstall iRedMail</a> it gives me &quot;ERROR 404: Not Found.&quot;</p><p>what should i do?</p></blockquote></div><br /><p>I think that you should re-install server completly to remove iredmail</p>]]></description>
			<author><![CDATA[null@example.com (aarango)]]></author>
			<pubDate>Fri, 04 Aug 2017 08:25:36 +0000</pubDate>
			<guid>https://forum.iredmail.org/post57801.html#p57801</guid>
		</item>
		<item>
			<title><![CDATA[uninstall iRedMail]]></title>
			<link>https://forum.iredmail.org/post57787.html#p57787</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version (check /etc/iredmail-release): <br />- Linux/BSD distribution name and version: <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Web server (Apache or Nginx):<br />- Manage mail accounts with iRedAdmin-Pro?<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />======== Required information ====<br />- iRedMail version (check /etc/iredmail-release): <br />- Linux/BSD distribution name and version: ubuntu 16.04 LTS <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Web server (Apache or Nginx): apache<br />- Manage mail accounts with iRedAdmin-Pro?<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi, </p><p>I&#039;d like to uninstall iRedMail completely, and reinstall it later on.<br />The problem when i try to download the script mentioned in this post <br /><a href="http://www.iredmail.org/forum/topic333-iredmail-support-faq-how-to-uninstall-iredmail.html"> How to uninstall iRedMail</a> it gives me &quot;ERROR 404: Not Found.&quot;</p><p>what should i do?</p>]]></description>
			<author><![CDATA[null@example.com (ve3lst)]]></author>
			<pubDate>Thu, 03 Aug 2017 09:05:50 +0000</pubDate>
			<guid>https://forum.iredmail.org/post57787.html#p57787</guid>
		</item>
	</channel>
</rss>
