<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>server &#8211; Mario Chivale ♦ Personal Website</title>
	<atom:link href="https://www.mario.chivale.com/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mario.chivale.com</link>
	<description>Mario Chivale Personal Website ♦ IT • Informatyka • Computer Science • Elektronika • Electronics • Elektryka • Electricity</description>
	<lastBuildDate>Fri, 11 Oct 2024 04:06:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Linux Debiam IMAPsync Move Email Messages Between Servers via Console</title>
		<link>https://www.mario.chivale.com/linux-debiam-imapsync-move-email-messages-between-servers-via-console/</link>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Wed, 22 May 2024 04:42:30 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imapsync]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[synchronize]]></category>
		<guid isPermaLink="false">https://www.mario.chivale.com/?p=838</guid>

					<description><![CDATA[Below is the instruction for synchronizing email folders between servers, for example, between the previous and the current mail server. The example pertains to servers based on the Debian Linux system. How to check your Debian release? Type on a terminal: cat /etc/debian_version 12.x =&#62; Bookworm 11.x =&#62; Bullseye 10.x =&#62; Buster 9.x =&#62; Stretch [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Below is the instruction for synchronizing email folders between servers, for example, between the previous and the current mail server. The example pertains to servers based on the Debian Linux system.</p>
<p><em>How to check your Debian release?</em></p>
<p>Type on a terminal:<br />
<strong>cat /etc/debian_version</strong></p>
<p>12.x =&gt; Bookworm<br />
11.x =&gt; Bullseye<br />
10.x =&gt; Buster<br />
9.x =&gt; Stretch<br />
8.x =&gt; Jessie<br />
7.x =&gt; Wheezy</p>
<p>1. Install imapsync dependencies on a Debian system.</p>
<p>• Debian 12 Bookworm<br />
deb http://deb.debian.org/debian bookworm main contrib</p>
<p>• Debian 11 Bullseye<br />
deb http://deb.debian.org/debian bullseye main contrib</p>
<p>• Debian 10 Buster<br />
deb http://deb.debian.org/debian buster main contrib</p>
<p>• Debian 9 Stretch<br />
deb http://deb.debian.org/debian stretch main contrib</p>
<p><strong>apt update &amp;&amp; apt upgrade -y</strong></p>
<p><strong>apt install libauthen-ntlm-perl libcgi-pm-perl libcrypt-openssl-rsa-perl libdata-uniqid-perl libencode-imaputf7-perl libfile-copy-recursive-perl libfile-tail-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-tee-perl libhtml-parser-perl libjson-webtoken-perl libmail-imapclient-perl libparse-recdescent-perl libproc-processtable-perl libmodule-scandeps-perl libreadonly-perl libregexp-common-perl libsys-meminfo-perl libterm-readkey-perl libtest-mockobject-perl libtest-pod-perl libunicode-string-perl liburi-perl libwww-perl libtest-nowarnings-perl libtest-deep-perl libtest-warn-perl libnet-server-perl make time cpanminus -y</strong></p>
<p>2. Download IMAPsync (to some catalog):<br />
<a href="https://www.Mario.Chivale.com/download/IMAPsync.zip" target="_blank" rel="noopener">https://www.Mario.Chivale.com/download/IMAPsync.zip</a><br />
<strong>chmod +x imapsync</strong></p>
<p>3. Perform a test:<br />
<strong>./imapsync &#8211;testslive</strong></p>
<p>4. Install IMAPsync on the system:<br />
<strong>cp imapsync /usr/bin/</strong></p>
<p>5. Synchronize mail between servers:</p>
<pre><strong>imapsync \</strong>
<strong>--host1 MailServer1 --user1 User1 --password1 Password1 \</strong>
<strong>--host2 MailServer2 --user2 User2 --password2 Password2</strong></pre>
<p>or</p>
<pre>imapsync --host1 <strong>MailServer1</strong> --user1 <strong>User1 </strong> --password1 <strong>Password1 </strong> --host2 <strong>MailServer2 </strong> --user2 <strong>User2</strong> --password2 <strong>Password2</strong></pre>
<p><span style="text-decoration: underline; color: #ff0000;"><em>Change MailServer1 and MailServer2 to your E-Mail servers, User1 and User2 to your username and Password1 and Password2 to your password!</em></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PHP 8.3 Debian 12 Instalacja</title>
		<link>https://www.mario.chivale.com/php-8-3-debian-12-instalacja/</link>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Wed, 07 Feb 2024 06:14:30 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[8.3]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache 2]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[PHP 8]]></category>
		<category><![CDATA[php 8.3]]></category>
		<category><![CDATA[php8]]></category>
		<category><![CDATA[php8.3]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.mario.chivale.com/?p=791</guid>

					<description><![CDATA[Debian 12 + Apache 2 + Obsługa PHP 3 Zakładając, iż masz już poprawnie zainstalowany system Debian 12 w wersji 12, oraz serwer stron www (internetowych), a nie masz obsługi PHP w wersji 8.3, postępuj wedle poniższych kroków: Przygotowanie do instalacji: apt-get update &#38;&#38; apt-get upgrade -y apt install ca-certificates apt-transport-https software-properties-common lsb-release curl -sSL [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Debian 12 + Apache 2 + Obsługa PHP 3</p>
<p>Zakładając, iż masz już poprawnie zainstalowany system Debian 12 w wersji 12, oraz serwer stron www (internetowych), a nie masz obsługi PHP w wersji 8.3, postępuj wedle poniższych kroków:</p>
<p><strong>Przygotowanie do instalacji</strong>:</p>
<pre>apt-get update &amp;&amp; apt-get upgrade -y
apt install ca-certificates apt-transport-https software-properties-common lsb-release
curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
apt-get update &amp;&amp; apt-get upgrade -y</pre>
<p><strong>Przykładowa instalacja w konfiguracji</strong>:</p>
<pre>apt install php8.3 php8.3-cgi php8.3-cli php8.3-common php8.3-curl php8.3-fpm php8.3-http php8.3-imagick php8.3-imap libapache2-mod-fcgid libapache2-mod-php8.3 php8.3-maxminddb php8.3-mbstring php8.3-memcache php8.3-memcached php8.3-mysql php8.3-oauth php8.3-opcache php8.3-pgsql php8.3-redis php8.3-soap php8.3-xml php8.3-xsl php8.3-yaml php8.3-zip -y
a2enmod proxy_fcgi setenvif
a2enconf php8.3-fpm
systemctl restart apache2</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
