Category: Linux

Exim mail server Gönderen mail domain engellemek

/etc/exim/exim.conf Dosyasına ağıdaki kodu ekliyoruz, acl_check_data: deny senders = /etc/exim/deny_senders.list message = e-postaniz iletilemedi, Spam listesindesiniz! /etc/exim/deny_senders.list Dosyasını oluşturup içeriğine engellenecek mailler yazılır. info@medyaklik.com...

Vesta custom conf

/usr/local/vesta/bin/v-change-mail-account-password :46 #———————————————————-# # Action # #———————————————————-# # Generating hashed password salt=$(generate_password “$PW_MATRIX” “8”) md5=”{MD5}$($BIN/v-generate-password-hash md5 $salt <<<$password)” #alttaki satır sadece şifre değiştirildiğine kota...

How to check databases

Sometimes it happens that the database is broken. For repair and verification you can use following set of commands: mysqlcheck –no-defaults -u root -p...

How to Install and Use SSHFS on CentOS 7

  yum install fuse-sshfs sshfs root@192.168.0.10:/ /var/mnt/ umount /var/tmp usage: sshfs [user@]host:[dir] mountpoint [options] general options: -o opt,[opt…] mount options -h –help print help...

Roundcube quota display vestacp

Rouncube webmailimizin kota bilgilerine erişebilmesi için öncelikli olarak dovecot  imap quota plugin’ini aktif etmemiz gerkmektedir. Bu işlem için /etc/dovecot/conf.d/90-quota.conf dosyasında aşağıdaki gibi düzenleyelim. plugin...

Exim mail server komut listesi

Today I’ll post bunch of exim mail server commands to check mail queue, remove mails and grep/search email log. Exim is a mail transfer...

Roundcube: Connection to storage server failed

Dovecot güncelleme sonrasında oluşan sorunun çözümü için; /etc/dovecot/dovecot.conf  Dosyasınna aşağıdaki kodu ekleyip kaydediyoruz. namespace inbox { inbox = yes } service dovecot restart dovecot...

CentOS 7 Vesta panel PHP 5.6 – PHP 7.2 versiyon yükseltmek

wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm yum –enablerepo=remi update remi-release yum update yum install yum-utils yum-config-manager –disable remi-php56 yum-config-manager –disable remi-php55 yum-config-manager...