dapurhosting.com Blog for Tech

February 26, 2020

Menghapus www dan mail dari subdomain

Filed under: cPanel/WHM — dh @ 9:44 am

(more…)

February 23, 2020

Disable mySQL Strict Mode cPanel

Filed under: cPanel/WHM,MySql — dh @ 4:05 pm

(more…)

January 21, 2020

Reset cPanel Max Defers and Send Limit

Filed under: cPanel/WHM — dh @ 8:14 am

(more…)

October 30, 2019

Forwarder dan Filter Rule cPanel

Filed under: cPanel/WHM,Email — dh @ 3:49 am

(more…)

August 14, 2019

EMAIL ACCOUNT ALREADY EXISTS

Filed under: cPanel/WHM,Email — dh @ 4:13 am

(more…)

October 19, 2018

The domain already exists in the userdata.

Filed under: cPanel/WHM — dh @ 2:22 pm

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.

How to fix cPanel Domain already exists Error

January 22, 2018

cpbackup-exclude.conf

Filed under: cPanel/WHM — dh @ 8:15 am

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

Filed under: cPanel/WHM — dh @ 2:23 am

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

Filed under: cPanel/WHM,Email — dh @ 9:42 am

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

Filed under: cPanel/WHM — dh @ 8:27 am

Update cpanel theme to paper_lantern

/scripts/pl_update_users

« Newer PostsOlder Posts »

Powered by WordPress