İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Roundcube Webmail Kurulumu

BabaPanter

0
İyinet Üyesi
Katılım
15 Aralık 2005
Mesajlar
732
Reaction score
0
Merhaba arkadaşlar, bir sitede Roundcube Webmail'in kurulumuna rastladım sizlerle de paylaşmak istedim.

First make sure you know your mysql root password, you have to replace DATABASEPASSWORD to your mysql root password.

Eski roundcube yüklüyse kaldırmak için,
Kod:
cd /usr/local/cpanel/base
rm -rf roundcube*
mysql -p -e 'drop database roundcube';
chattr -i /usr/local/cpanel/base/frontend/x/webmaillogin.html
chattr -i /usr/local/cpanel/base/webmaillogin.cgi
/scripts/upcp

Dosyaları indirip yükleyelim ve chmod ayarlarını yapalım,
Kod:
cd /usr/local/cpanel/base
wget -O roundcube.tar.gz http://easynews.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.1beta2.1.tar.gz
tar -zxvf roundcube.tar.gz
rm -rf roundcube.tar.gz
mv -f roundcubemail-0.1beta2 roundcube
cd roundcube
chmod -R 777 temp
chmod -R 777 logs

Veritabanı oluşturmak ve sql yüklemek,
Kod:
mysql -e "CREATE DATABASE roundcube;" -pDATABASEPASSWORD
mysql -e "use roundcube; source SQL/mysql.initial.sql;" -pDATABASEPASSWORD
dosya isimlerini değiştirelim,
Kod:
cd config
mv db.inc.php.dist db.inc.php
mv main.inc.php.dist main.inc.php

db.inc.php dosyasını açalım,
nano db.inc.php
Arama yapalım,
Kod:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';

Bunla değiştirelim,

Kod:
$rcmail_config['db_dsnw'] = 'mysql://root:DATABASEPASSWORD@localhost/roundcube';
main.inc.php dosyasını açalım,
nano main.inc.php

Arama yapalım,
Kod:
$rcmail_config['default_host'] = '';
Bunla değiştirelim,
Kod:
$rcmail_config['default_host'] = 'localhost';
Now we have to configure cPanel to show roundcube in the theme. Please note this is for the X theme(default) only!! If you use another theme please skip the next part and see below.
Kod:
cd /usr/local/cpanel/base/roundcube/skins/default/images/
cp roundcube_logo.png /usr/local/cpanel/base/frontend/x/images/roundcube_logo.png
cp roundcube_logo.png /usr/local/cpanel/base/webmail/x/images/roundcube_logo.png
wget http://www.hostgeekz.com/files/hostgeekz/HGpatch-roundcube-1.0BETA2.1
patch -p0 < HGpatch-roundcube-1.0BETA2.1

**NOTE** If you receive a message stating
Reversed (or previously applied) patch detected! Assume -R?
please press N for No as this is because you previously installed roundcube

This will auto do all the necessary changes to roundcube and the X theme.
Once the patch is executed you may now access roundcube via http://yourip/webmail
If you do not use the X theme please do the following
Kod:
wget http://www.hostgeekz.com/files/hostgeekz/HGpatch-roundcube-NON-X-1.0BETA2.1
patch -p0 < HGpatch-roundcube-NON-X-1.0BETA2.1
Then open your webmaillogin.html, please replace YOURTHEME with the name of your theme.
Kod:
nano /usr/local/cpanel/base/frontend/YOURTHEME/webmaillogin.html
and find
HTML:
</td>
</cpanelif>
</cpanelfeature>
Add Below
HTML:
<td align="center" valign="bottom" width="200">
<a href="/roundcube/index.php"><img src="images/roundcube_logo.png" border="0"></a>
<a href="/roundcube/index.php">RoundCube</a>
</td>
***UPDATE***
Remember to chattr +i the files or add the patch to your /scripts/upcp.
chattr +i /usr/local/cpanel/base/frontend/x/webmaillogin.html
chattr +i /usr/local/cpanel/base/webmaillogin.cgi
That's it! You may now access roundcube via http://yourip/webmail

alıntı.
 
N

Netlojik.Net

Misafir
eyvallah dostum eline sağlık :)
sorunsuz kurdum
whm/centos64/linux
 
N

Netlojik.Net

Misafir
Default Türkçe olsun

Birde buna Türkçe dil paketi ekleyelim ve

Ayarları yapmaktan üşenen kullanıcılar için varsayılan dilide türkçe yapalım

Kod:
cd /usr/local/cpanel/base/roundcube/program/localization
wget http://mesh.dl.sourceforge.net/sourceforge/roundcubemail/roundcube_turkish-0.1-beta2.tar.gz
tar -zxvf roundcube_turkish-0.1-beta2.tar.gz
cd /usr/local/cpanel/base/roundcube/config
pico main.inc.php

[B]ctrl[/B] + [B]w[/B] tıklayın arayın
$rcmail_config['locale_string'] = 'en';

değiştirin
$rcmail_config['locale_string'] = 'tr';

crtl + x ve y
 

marquis_ce

0
İyinet Üyesi
Katılım
31 Ocak 2008
Mesajlar
10
Reaction score
0
türkçe için komutları gerçekleştirdim ama turkçe olmadı..

Sorun ne olabilir acaba
 

sonsuzhost

0
İyinet Üyesi
Katılım
28 Şubat 2006
Mesajlar
1,287
Reaction score
1
Konum
burdan yak
Türkçe işlemini yapmadan önce webmaile girdi isen default dilin en kalır webmailine girip ayarlardan tr yap dilini bundan sonra girenlere default tr gelecektir.
 

FrontPage

0
İyinet Üyesi
Katılım
31 Aralık 2003
Mesajlar
475
Reaction score
0
Konum
Yozgat
sadece kendi kullanımım için kurmuştum. gerçekten çok güzel ancak biraz daha geliştirilmesi gerekli. Bende emaili silme problemi yapıyor, nedense :)
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst