Kasım 4, 2009 · Posted in Ben  

Code

En. Code

Message

Description

Removal Instructions

500

5.5.1

Command unrecognized

The SMTP command currently used was unrecognized or is not supported by Merak SMTP.

Review the syntax of the last command and try again.

Another possibility is that you are trying to use telnet and the telnet connection to your server is not allowed. Check the Admin console – Mail service – Security – Protocols.

501

5.5.2

Domain name required

Sender has no domain specified (usually in MAIL FROM)

Specify the senders domain name and try again.

The problem may be in your e-mail client, not Merak. If your e-mail client is not properly configured with a domain name this could happen.

501

5.5.2

Unbalanced

SMTP session syntax invalid. (usually unbalanced brackets)

Check the syntax of the last command and the configuration of various DAT files.

501

5.5.4

Syntax error in parameters scanning

Common syntax error. You probably mistyped last command or last string is invalid.

Check the syntax of the last command.

501

5.5.1

HELO/EHLO requires domain address

Usually when there was blank or invalid string sequence after HELO/EHLO command.

Greet Merak SMTP again with correct HELO/ELHO command.

501

5.0.0

Authentication cancelled

The process of authentication was cancelled for any reason.

Restart the authentication process by using proper command.

501

5.7.0

Authentication failed

The username/password combination provided during authentication was invalid.

Reenter both the username and the password and authenticate again.

501

5.7.1

You are not allowed to send.

Be sure “Reject if no rDNS” is NOT checked in Merak Admin console or

Put the local IP range and your email client program IP in the “Relaying from” box.

502

5.5.1

Sorry, we do not support this operation

This operation is not allowed.

You can allow/disallow particular operations and commands from the Merak Admin console – SMTP – Security node – Protocols.

503

5.5.1

Incorrect command sequence

A supported command was used on invalid place. For example command RCPT TO used before MAIL FROM or DATA command used when RCPT TO command was not accepted.

Solution depends on the situation where this error occurred. Check last few commands sequence.

503

5.5.1

Authentication already done

Error occurs by re-authentication.

503

5.5.1

HELO/EHLO command required

Greeting error. HELO/EHLO command is required.

You have to use HELO or EHLO command. You can specify this option in Merak Admin console – SMTP – Security – Protection tab.

503

5.5.1

HELO/EHLO already specified

Greeting used again.

504

5.7.6

Unrecognized authentication type

Invalid authentication type. Incorrect or none type of AUTH specified.

Use the command AUTH with proper authentication type.

530

5.7.1

Authentication required [AUTH]

Authentication with command AUTH is required.

Use AUTH command or enable/disable authentication obligation from your Merak Admin console.

550

5.7.1

We do not relay

Server is not open for relay.

Read this FAQ.

550

5.7.1

We do not relay, account limits apply

Check the account limits for the particular user account and whole domain.

550

5.7.1

You have rights to send mail to local domains only

The user who gets this error is allowed to send mail only to local domains.

There is a checkbox in Merak Admin Console, user account management – Mailbox tab. Enable or disable it.

550

5.7.1

Access not allowed

1)Merak Mail Server block access by a black list filter. or

2) reject if originator s domain is local and not authorized option turned on

1) Review Merak B&W filter settings or set a bypass file.

2) local users have to authorize themselves so if they do not have this set up in their email clients and you turned this on they are not allowed to send.

550

5.7.1

Permission denied

550

5.1.1

Unknown user local

550

5.1.1

Unknown user; rejecting

Unknown user account. The recipient is not local, thus reject the message.

Behaviour and the treatment of messages coming to unknown user accounts can be set from Merak admin console – domain management – domain tab.

551

5.1.1

No such user found

User account is not local.

551

5.1.1

No such mailing list found

Mailing list is not local.

552

5.5.3

Too many recipients

The number of recipients exceeds the maximum of allowed recipients.

Older versions of Merak used to follow RFC and had maxium of recepients set to 100. If you need more recipients, use mailing lists or download the latest version of Merak (support for unlimited number of recipients added).

554

5.3.4

Message size exceeds fixed maximum message size

Too many data was sent by the user. User account has an amount limitation.

You can increase or disable amount limit from Merak Admin console – user account management – mailbox tab. Make sure all 3 levels (server, domain and user) are set to 0. (for unlimited)

554

5.7.1

Message cannot be accepted, virus found

Virus was found in the message body or in the message attachment.

554

5.7.1

Message cannot be accepted, content filter rejection

Content filter applied and the message was rejected.

Review the content filers settings in the Merak Administration console.

554

5.7.1

Message cannot be accepted, spam filter rejection

Message is probably spam.

If you do not think this message is spam, try to alt_er the configuration of the Merak instant anti-spam engine.

554

5.7.1

Message cannot be accepted, spam rejection

Message is probably spam.

If you do not think this message is spam, try to alt_er the configuration of the Merak instant anti-spam engine.

Message deleted by filter

Alt_er your filters configuration.

Message challenged by filter

If you do not want challenge response you can deactivate it in your anti-spam settings (Challenge Response tab)

554

5.2.2

Maximum size exceeded.

554

5.3.1

Maximum message size exceeded.

554

5.7.1

Message cannot be accepted, filter rejection

The message was rejected.

Check your filters settings and configuration.

    
Haziran 24, 2009 · Posted in Kategorilenmemiş  

öncelikle bir editör yardımı ile örneğin nano

nano /etc/services editliyoruz

smtp   25/tcp mail
smtp   25/udp mail satırlarını bulup altına
smtp2 587/tcp mail
smtp2 587/udp mail ekliyoruz
cp /etc/xinetd.d/smtp_psa /etc/xinetd.d/smtp_psa2 ile bir kopyasını alıyoruz
nano /etc/xinetd.d/smtp_psa2 komutu ile editleyip service smtp yi
service smtp2 olarak değiştiriyoruz ve kaydediyoruz.
/etc/rc.d/init.d/xinetd restart ediyoruz
sunucunun içinten telnet localhost 587 şeklinde test ediyoruz.
220 sunucuadı ESTMP şeklinde yanıt alıyorsak portumuz aktif demektir.

Mart 26, 2009 · Posted in kurulumlar  

1. Qmail ve xinetd stop edin

/etc/init.d/qmail stop
/etc/init.d/xinetd stop

1. Stop Qmail and xinetd.

/etc/init.d/qmail stop
/etc/init.d/xinetd stop

2. Queue klasörünü başka isimle taşıyın.

mv /var/qmail/queue /var/qmail/queue_old

2. Move current queue to another location.

mv /var/qmail/queue /var/qmail/queue_old

3.psa.qmail RPM paketini aşağıdaki komutla yeniden yükleyin.

rpm -Uvh –force psa-qmail…. paket yoksa aşağıdaki url den indirebilirsinizi

http://autoinstall.plesk.com/PSA_8.6.0/dist-rpm-CentOS-4.2-i386/dist-rpm-CentOS-4.2-i386/dist-rpm-CentOS-4.2-i386/dist-rpm-CentOS-4.2-i386/base/ 

3 Reinstall ‘psa-qmail’ RPM to recreate qmail queue structure with the command like:

rpm -Uvh –force psa-qmail…. dont have this packet wget command down /root  folder http://autoinstall.plesk.com/PSA_8.6.0/dist-rpm-CentOS-4.2-i386/dist-rpm-CentOS-4.2-i386/dist-rpm-CentOS-4.2-i386/dist-rpm-CentOS-4.2-i386/base/ 

 

4.Qmail ve xinetd start ediyoruz.

/etc/init.d/qmail start
/etc/init.d/xinetd start

4.Start Qmail and xinetd:

/etc/init.d/qmail start
/etc/init.d/xinetd start

sorunlarınızı bana yazabilirsiniz.

    
Mart 13, 2009 · Posted in güncel  

http://www.fantasturk.gen.tr ultima online sunucumuz açılmış.Herkeze hayırlı olsun.

tags: , ,
    
Mart 12, 2009 · Posted in kurulumlar  

yum install gcc komutu ile kurulumunuzu yapabilrsiniz.

tags: , , ,
    
Mart 12, 2009 · Posted in Kategorilenmemiş  

yum -y install ImageMagick

komutunu kullanarak kurulumunuzu gerçekleştirebilirsiniz.

    
Mart 12, 2009 · Posted in kurulumlar  

Aşağıdaki paketleri kurarak sorununuzu giderebilirsiniz.

rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/gmp-4.1.4-3.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/readline-4.3-13.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-2.3.4-14.7.el4.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/libxml2-2.6.16-12.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/libxml2-python-2.6.16-12.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/expat-1.95.7-4.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/sqlite-3.3.6-2.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/elfutils-libelf-0.97.1-5.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/elfutils-0.97.1-5.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/rpm-4.3.3-26_nonptl.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/rpm-python-4.3.3-26_nonptl.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm
rpm -Uvh ftp://ftp.pbone.net/mirror/ftp.centos.org/4.6/os/alpha/CentOS/RPMS/centos-yumconf-4-4.5.noarch.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/yum-metadata-parser-1.0-8.el4.centos.x86_64.rpm
rpm -Uvh http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/yum-2.4.3-4.el4.centos.noarch.rpm
yum -y update

    
Mart 12, 2009 · Posted in kurulumlar  

Aşağıdaki paketleri sırası ile kurarak  sorununuzu girebilirsiniz

rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/gmp-4.1.4-3.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/readline-4.3-13.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-2.3.4-14.7.el4.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/libxml2-2.6.16-12.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/libxml2-python-2.6.16-12.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/expat-1.95.7-4.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/sqlite-3.3.6-2.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/elfutils-libelf-0.97.1-5.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/elfutils-0.97.1-5.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/rpm-4.3.3-26_nonptl.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/rpm-python-4.3.3-26_nonptl.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm
rpm -Uvh ftp://ftp.pbone.net/mirror/ftp.centos.org/4.6/os/alpha/CentOS/RPMS/centos-yumconf-4-4.5.noarch.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/yum-metadata-parser-1.0-8.el4.centos.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/yum-2.4.3-4.el4.centos.noarch.rpm
yum -y update

    
Temmuz 25, 2008 · Posted in Kategorilenmemiş  

Aşağıdaki vermiş olduğum kodlarda vb üzerinde ms acces veri tabanına veri girme girilen veriler sorgulama üzerinde değişiklik yapma ve kayıt silme işlemleri yapılmıştır.Aşağıda verdiğim ornek.rar dosyasını c:\ için açınız c:\ornek şeklinde kodları çalıştırabilirisiniz.

ornek.rar

Imports System.Data
Imports System.Data.OleDb
Public Class Form1
Dim conn As New OleDbConnection
Dim ids As Integer
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
conn.Open()
Dim sorgu As String
sorgu = “insert into veriler(adi,soyadi,adres,tel) values (‘” & (TextBox1.Text) & “‘,’” & (TextBox2.Text) & “‘ ,’” & (TextBox3.Text) & “‘ ,’” & (MaskedTextBox1.Text) & “‘)”
Dim kaydet As OleDbCommand = New OleDbCommand(sorgu, conn)
kaydet.ExecuteNonQuery()
MsgBox(“veriler yaydedilmiştir.”)
conn.Close()
TextBox1.Clear()
TextBox2.Clear()
TextBox3.Clear()
MaskedTextBox1.Clear()

End Sub

Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
conn.ConnectionString = “provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\ornek\test.mdb”
Button3.Visible = False
Button4.Visible = False
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
ListBox1.Items.Clear()
ListBox2.Items.Clear()
ListBox3.Items.Clear()
ListBox4.Items.Clear()
ListBox5.Items.Clear()

Dim ara
Dim sorgu As String
ara = InputBox(“aranacak ismi giriniz”)
sorgu = “SELECT * FROM veriler WHERE (adi LIKE ‘” & ara & “‘ )”
Dim veriler As OleDbDataAdapter = New OleDbDataAdapter(sorgu, conn)
Dim veriset As New DataSet
veriler.Fill(veriset)
If veriset.Tables(0).Rows.Count <> 0 Then
Dim i As Integer

For i = 0 To veriset.Tables(0).Rows.Count – 1
ListBox5.Items.Add(veriset.Tables(0).Rows(i)(“id”))
ListBox1.Items.Add(veriset.Tables(0).Rows(i)(“adi”))
ListBox2.Items.Add(veriset.Tables(0).Rows(i)(“soyadi”))
ListBox3.Items.Add(veriset.Tables(0).Rows(i)(“adres”))
ListBox4.Items.Add(veriset.Tables(0).Rows(i)(“tel”))
Next
End If
End Sub

Private Sub ListBox1_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListBox1.DoubleClick
TextBox1.Text = ListBox1.SelectedItem
TextBox2.Text = ListBox2.SelectedItem
TextBox3.Text = ListBox3.SelectedItem
MaskedTextBox1.Text = ListBox4.SelectedItem
ids = ListBox5.SelectedItem
Button3.Visible = True
Button4.Visible = True
End Sub

Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
ListBox2.SelectedIndex = ListBox1.SelectedIndex ‘listbox1 seçildiğinde tamamını seçmeye yarar
ListBox3.SelectedIndex = ListBox1.SelectedIndex
ListBox4.SelectedIndex = ListBox1.SelectedIndex
ListBox5.SelectedIndex = ListBox1.SelectedIndex
End Sub

Private Sub ListBox2_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox2.SelectedIndexChanged
ListBox1.SelectedIndex = ListBox2.SelectedIndex
ListBox3.SelectedIndex = ListBox2.SelectedIndex
ListBox4.SelectedIndex = ListBox2.SelectedIndex
ListBox5.SelectedIndex = ListBox2.SelectedIndex
End Sub

Private Sub ListBox3_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox3.SelectedIndexChanged
ListBox1.SelectedIndex = ListBox3.SelectedIndex
ListBox2.SelectedIndex = ListBox3.SelectedIndex
ListBox4.SelectedIndex = ListBox3.SelectedIndex
ListBox5.SelectedIndex = ListBox3.SelectedIndex
End Sub

Private Sub ListBox4_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox4.SelectedIndexChanged
ListBox1.SelectedIndex = ListBox4.SelectedIndex
ListBox2.SelectedIndex = ListBox4.SelectedIndex
ListBox3.SelectedIndex = ListBox4.SelectedIndex
ListBox5.SelectedIndex = ListBox4.SelectedIndex
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim sorgu As String
conn.Open()

sorgu = “UPDATE veriler SET adi =’” & (TextBox1.Text) & “‘ , soyadi=’” & (TextBox2.Text) & “‘,adres =’” & UCase(TextBox3.Text) & “‘, tel=’” & (MaskedTextBox1.Text) & “‘ where id = ” & ids & ” ”
Dim guncel As OleDbCommand = New OleDbCommand(sorgu, conn)
guncel.ExecuteNonQuery()
conn.Close()
End Sub

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim sorgu As String
conn.Open()
sorgu = “DELETE FROM veriler WHERE id = ” & ids & ” ”
Dim sil As OleDbCommand = New OleDbCommand(sorgu, conn)
sil.ExecuteNonQuery()
conn.Close()
End Sub
End Class

Haziran 12, 2008 · Posted in güncel  

1. Alan adı silebilir ve ekleyebilirsiniz
Hosting planınızın izin verdiği sayıda alan adı ekleyebilir, silebilir, yeniden kurabilirsiniz. Bu işlemler için şu adımları uygulayınız:
“Home>>Setup>>Create new domain>>Sonraki adımları uygulayınız”

Alan adınızın “httpdocs” klasörü bozuldu ise şu adımları uygulayarak yeniden yapılandırabilirsiniz:
Silmek için “Home>>Alan Adınıza Tıklayınız>>Delete” (Bu işlemde sadece web dosyalarınız silinir, e-posta ve database ayarları ise silinmez)
Yeniden kurmak için “Home>>Alan Adınıza Tıklayınız>>Setup” adımlarını uygulayınız.

Alan adınızı tamamen silip farklı alan adı eklemek için şu adımları uygulayınız:
“Home>>Alan Adını Seçip “Remove Selected” linkine tıklayınız.”

2. FTP Şifresini Güncellemek
Plesk panelinde her alan adı için ayrı FTP kullanıcı bilgisi oluşturulur. Alan adı kurulurken FTP girişi de oluşturulur. Mevcut şifreyi güncellemek için ise şu adımları uygulayınız:
“Home>>Alan Adınıza Tıklayınız>>Setup”

3. E-Posta Hesabı Oluşturmak
“Home>>Alan Adınıza Tıklayınız>>Mail” adımlarını uygulayarak satın aldığınız planda izin verilen sayıda e-posta hesabı oluşturabilirsiniz. Oluşturduğunuz e-posta hesapları anında aktif olur. POP3 ve SMTP ayarlarınız mail.alanadiniz.com şeklinde olur. Web üzerinden e-posta kontrolü, spam listesi, kara liste oluşturmak, şifre değişikliği ve e-posta adresi ile ilgili birçok ayar için http://webmail.domain adı adresini kullanınız.

4. MySQL Veritabani Olusturmak ve PHP MyAdmin Girişi

“Home>>Alan Adınıza Tıklayınız>>Databases” adımlarını uygulayarak veritabanı adı oluşturun, ardından gelen sayfada da “Add New Database User” butonuna tıklayarak veritabanınız için kullanıcı adı ve şifre belirleyiniz. Bu adımlardan sonra PHP MyAdmin girişi yapmak için “DB WebAdmin” butonuna tıklayınız.

5. Klasor İzinlerini (permissions) Ayarlamak
“Home>>Alan Adınıza Tıklayınız>>File Manager” adımlarını uygulayarak “httpdocs” klasörü ve altındaki klasörlerin karşısında bulunan “rwx r-x r-x” değerlerini değiştirebilirsiniz.

6. DNS Tanımlamaları
“Home>>Alan Adınıza Tıklayınız>>DNS Settings” adımlarını uygulayarak IP adresleri için DNS alanları oluşturabilirsiniz.

7. Safe Mode Ayarları
Bazı PHP scriptleri “Safe Mode” ayarına göre yüklenebilmektedir. Bu durumda şu adımları izleyerek “Safe Mode” aktif veya pasif edilebilir:
“Home>>Alan Adınıza Tıklayınız>>Setup”

8. Web İstatistikleri
“Home>>Alan Adınıza Tıklayınız>>Report” adımlarını uygulayarak sitenizin ziyaretçi raporlarını elde edebilirsiniz.

9. Hosting Alanınıza Sınırsız Sayıda Domain Yönlendirme (Domain Alias)
Hosting alanınıza sınırsız sayıda alan adı yönlendirebilirsiniz. Mesela hem domain.com hem de domain.com.tr veya domain.net alan adlarınızın tümü sitenizi açsın istiyorsanız şu adımları uygulayınız:
“Home>>Alan Adınıza Tıklayınız>>Domain aliases>>Add Domain Alias: Alan Adlarını Ekleyin. >> Alan adlarını ekledikten sonra alan adınızı önce “Disable”, daha sonra da “Enable” ediniz.
Yeni eklenen Domain Alias 30 dk. ile 45 Dk. da aktif hale gelir.

10. URL Forwarding
Alan adınızı herhangi bir alan adına yönlendirmek istiyorsanız şu adımları uygulayınız:
“Home>>Setup>>Create new domain>>Sonraki adımları uygulayınız”

11. Index Sayfalarının Önceliğini Ayarlamak
Birden fazla giriş sayfası kullanıyorsanız, index sayfalarınızın önceliğini şu şekilde belirleyebilirsiniz:
Plesk panele bağlanın >> Home >> Alan Adını Tıklayın >> File Manager >> httpdocs >> Add new File linkine tıklayın ve “.htaccess” adlı bir dosya oluşturun. Bu dosyanın içine “DirectoryIndex index.html index.php default.php” satırını ekleyin. Bu satırda giriş sayfalarını istediğiniz sıraya koyabilirsiniz.

12. Alan Adına Alt Kullanıcı Tanımlamak
Özellikle reseller hosting kullanıcıları için güzel bir özelliktir. Belirlediğiniz alan adları için özel panel girişi oluşturabilirsiniz. Bu işlemi yapmak için şu adımları uygulayınız: Plesk panele bağlanın >> Home >> Alan Adını Tıklayın >> Domain Administrators . Bu adımı uygulayarak sadece bu alan adında yetkili bir panel kullanıcı girişi oluşturmuş olacaksınız.

    

Sonraki Sayfa »