Şevket Güçlü
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...
How to Optimize Nginx and PHP-FPM VestaCP CentOS
In this tutorial we’ll do optimization for Nginx and PHP-FPM under VestaCP, this tutorial will also work if you’re using LEMP (nginx + php-fpm). Nginx and PHP-FPM are the...
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...