February 26, 2020
Menghapus www dan mail dari subdomain
February 23, 2020
January 21, 2020
Reset cPanel Max Defers and Send Limit
October 30, 2019
August 14, 2019
October 19, 2018
The domain already exists in the userdata.
Tidak bisa addon domain dengan pesan error: The domain already exists in the userdata.
Pastikan dahulu tidak ada subdomain yang berhubungan dengan domain yang mau diaddon.
Lalu
grep domain.com /var/cpanel/users/*
grep -R domain.com /var/cpanel/userdata/*
Edit file/s that are found and remove domain name the customer is trying to add.
January 22, 2018
cpbackup-exclude.conf
cpanel backup exclued
buka atau buat file cpbackup-exclude.conf di home directory
public_html/ mail/.* mail/abc.com/*/.Junk mail/abc.com/*/.Trash tmp/ backup*
September 4, 2017
xml-api cpanel
Suspend outgoing mail
http://hostname:2086/cpsession/xml-api/suspend_outgoing_email?api.version=1&user=usercp
Unsuspend outgoing mail
http://hostname:2086/cpsession/xml-api/unsuspend_outgoing_email?api.version=1&user=usercp
January 31, 2017
Block domain for sending mail
touch /etc/blockeddomains
echo "domain.com" >> /etc/blockeddomains
Buka WHM > Exim Configuration Editor > Advanced Editor
Klik tombol Add additional configuration setting
Tambahkan
domainlist blocked_domains = lsearch;/etc/blockeddomains
Cari tulisan ROUTERS CONFIGURATION, setelah kode ini
democheck:
driver = redirect
require_files = "+/etc/demouids"
condition = "${if eq {${lookup {$originator_uid} lsearch {/etc/demouids} {$value}}}{}{false}{true}}"
allow_fail
data = :fail: demo accounts are not permitted to relay email
Tambahkan kode berikut
reject_domains:
driver = redirect
# RBL Blacklist incoming hosts
domains = blocked_domains
allow_fail
data = :fail: Connection rejected: SPAM source $domain is manually blacklisted.
ref: https://forums.cpanel.net/threads/how-do-i-block-one-domain-from-sending-email-from-my-server.223731/#post920912
November 16, 2016
Update cpanel theme to paper_lantern
Update cpanel theme to paper_lantern
/scripts/pl_update_users