<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.webko.net.ua/index.php?action=history&amp;feed=atom&amp;title=Roundcube</id>
	<title>Roundcube - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.webko.net.ua/index.php?action=history&amp;feed=atom&amp;title=Roundcube"/>
	<link rel="alternate" type="text/html" href="https://wiki.webko.net.ua/index.php?title=Roundcube&amp;action=history"/>
	<updated>2026-04-08T03:07:08Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.webko.net.ua/index.php?title=Roundcube&amp;diff=171&amp;oldid=prev</id>
		<title>Sol: Новая страница: «Roundcube is only a user interface to read and send mail; it requires a Web, SMTP and IMAP server in order to function fully.  == Requirement == PHP  PEAR   yum i…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.webko.net.ua/index.php?title=Roundcube&amp;diff=171&amp;oldid=prev"/>
		<updated>2015-05-18T19:10:10Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «Roundcube is only a user interface to read and send mail; it requires a Web, SMTP and IMAP server in order to function fully.  == Requirement == PHP  PEAR   yum i…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Roundcube is only a user interface to read and send mail; it requires a Web, SMTP and IMAP server in order to function fully.&lt;br /&gt;
&lt;br /&gt;
== Requirement ==&lt;br /&gt;
PHP&lt;br /&gt;
&lt;br /&gt;
PEAR&lt;br /&gt;
&lt;br /&gt;
 yum install php-pear&lt;br /&gt;
&lt;br /&gt;
 pear channel-update pear.php.net&lt;br /&gt;
&lt;br /&gt;
 pear install MDB2&lt;br /&gt;
 pear install Mail_MIME&lt;br /&gt;
 pear install Net_SMTP&lt;br /&gt;
 pear install Auth_SASL&lt;br /&gt;
&lt;br /&gt;
MySQL PostgreSQL  SQLite&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
'''Database'''&lt;br /&gt;
&lt;br /&gt;
Create mysql database rcmail:&lt;br /&gt;
&lt;br /&gt;
 create database rcmail CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
 grant all privileges on rcmail.* to 'rcmail'@'localhost' identified by 'rcmail';&lt;br /&gt;
&lt;br /&gt;
'''Apache'''&lt;br /&gt;
&lt;br /&gt;
Create apache config /etc/httpd/conf.d/rcmail.conf:&lt;br /&gt;
&lt;br /&gt;
 # for roundcube mail&lt;br /&gt;
 Alias /rcmail/ /var/www/rcmail/&lt;br /&gt;
 &amp;lt;Location /rcmail&amp;gt;&lt;br /&gt;
        AllowOverride Indexes&lt;br /&gt;
 &amp;lt;/Location&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Roundcube'''&lt;br /&gt;
&lt;br /&gt;
 wget https://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.0.5/roundcubemail-1.0.5.tar.gz&lt;br /&gt;
or new [http://www.roundcube.net/download version]&lt;br /&gt;
&lt;br /&gt;
 tar zxvf rcmail-0.5.2.tar.gz&lt;br /&gt;
 mv roundcubemail-0.5.2 /var/www/rcmail&lt;br /&gt;
 cd /var/www/rcmail/&lt;br /&gt;
 chown -R root:root .&lt;br /&gt;
 chmod 777 temp logs&lt;br /&gt;
&lt;br /&gt;
'''Edit php.ini'''&lt;br /&gt;
&lt;br /&gt;
 vim /etc/php.ini&lt;br /&gt;
The following should already exist; uncomment it and add UTC&lt;br /&gt;
&lt;br /&gt;
 date.timezone = UTC&lt;br /&gt;
You will have to restart Apache for it to read the new configuration&lt;br /&gt;
 service httpd restart&lt;br /&gt;
&lt;br /&gt;
Open the web interface at ''http://hostname/rcmail/installer/index.php'' to continue.&lt;br /&gt;
&lt;br /&gt;
'''Remove installation folder'''&lt;br /&gt;
 rm -rf /var/www/html/roundcube/installer&lt;br /&gt;
&lt;br /&gt;
[[Категория:Web]][[Категория:Mail]]&lt;/div&gt;</summary>
		<author><name>Sol</name></author>
	</entry>
</feed>