domeneas
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
Activity overview
Latest activity by domeneas-
domeneas commented,
I would just like to add that I had the same problem again. Googled it, and found this thread, my own thread, 4 years later, giving me the solution...again. /usr/sbin/whmapi1 editquota user=$user...
-
domeneas created a post,
UAPI call from standard hook
I am trying to write a hook that changes the Mail Exchange to "Auto" after account creation as this is something Cpanel still hasn't given us the ability to do as standard from what I can tell. I ...
-
domeneas created a post,
Large number of Rejected relay attempts on server
I get a self made report about a very high sender count on one of my servers: 2019-01-15 16:39:40 H=myserver.com [xxx.xxx.xxx.xxx]:34752 Warning: Sender rate 50099.3 / 1h I investigate and see th...
-
domeneas created a post,
whmapi1 emailtrack_user_stats showing very high numbers in v76.0.5-6
Hi, I wrote my own little spam tracking script based on data from "whmapi1 emailtrack_user_stats". I dump the results of the previous 24 hours every morning, format what I want to see a bit a, ju...
-
domeneas created a post,
Where can I rewrite the "max defers and failures" email warning?
Hi, so I edited /usr/local/cpanel/etc/exim/perl/mail_permissions to rewrite the text: Domain domene.events has exceeded the max defers and failures per hour (5/5 (100%)) allowed. Message discard...
-
domeneas created a post,
Access data passed from cPanel in a custom hook?
Hi, I am starting to write some hooks instead of running shell scripts to further automation, but am having some trouble starting out. I can make and register my hook, but I cannot run it using v...
-
domeneas created a post,
Wanting to count number of emails a single account sends in X time
Hi, so I have used whmapi1 emailtrack_user_stats to get the total number of emails sent in a given time for each account on my cpanel servers, but I would like to be able to count the amounts of e...
-
domeneas created a post,
Editing /var/cpanel/users/username
Hi, I want to mass manipulate my users Contact Information Notification options in the /var/cpanel/users/username files with a script, but when I manually edit the file, the change does not show ...
-
domeneas commented,
Thanks, spot on. which whmapi1 gave me the path and I just added that to the script and called it directly.
-
domeneas created a post,
WHMAPI1 works from SSH, but not in CRON job
I wrote a script that tells me what users have sent more than X emails in X time when they pass a threshhold. I use ($file2 contains a UNIX timestamp): while IFS= read -r file2 do whmapi1 email...