vponteras
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by vponteras-
[root@vps centos]# /usr/local/cpanel/scripts/restartsrv_eximstats Waiting for "tailwatchd" to restart "Job for tailwatchd.service failed because the control process exited with error code. See "sys...
-
[root@vps centos]# awk '$4=="E"' /var/cpanel/updatelogs/update.1513762471.log [2017-12-20 04:39:03 -0500] E [/usr/local/cpanel/scripts/restartsrv_eximstats] The "/usr/local/cpanel/scripts/restar...
-
Does that apply to this setup? sending_domain.com -> receiving_domain1.com (use mandrill) sending_domain.com -> receiving_domain2.com (don't use mandrill) sending_domain.com -> receiving_domain3.c...
-
Hi Michael, will this do? if ($h_from: matches "excluded@our-domain.com") then finish elif ( $h_to: does not contain "our-domain.com" and $h_to: does not contain "al...
-
How do I position the filter rule? Is it before the fail rule or after it? Will this do? # Block all except for listed domains if ( $h_to: does not contain "our-domain.com" and $h_to: does no...
-
Hi, This seems to work for me if ( $h_to: does not contain "our-domain.com" and $h_to: does not contain "allowed-domain1.com" and $h_to: does not contain "allowed-domain2.com" and $h_to:...
-
Hi, anybody can help?
-
I am already using our custom filter
-
Hi cPanelMichael, I am using the system filter /etc/cpanel_exim_system_filter_custom. I want block all incoming and outgoing mails except for our domain, allowed1.com and allowed2.com. Because w...