vponteras
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by vponteras-
vponteras created a post,
Mail Security Using Host Access Control?
Hi, I want to set this on the Host Access Control. IMAP - OUR IP,GOOGLE IP - ALLOW IMAP - ALL - DENY POP3- OUR IP,GOOGLE IP - ALLOW POP3 - ALL - DENY SMTP - OUR IP - ALLOW SMTP - ALL - DENY Wo...
-
vponteras created a post,
Services Restrictions
Hi All, I have trouble setting up restrictions on our server. We would like our cpaneld be open to ALL but I would like to restrict certain cpanel accounts to just our IP. How would we accomplish ...
-
vponteras commented,
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...
-
vponteras created a post,
Use External SMTP When Sending to Specific Domains
Hi, How do I make EXIM to use external SMTP (mandrill) when sending to specific domains?
-
vponteras commented,
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...
-
vponteras commented,
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...
-
vponteras commented,
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:...
-
vponteras commented,
Hi, anybody can help?
-
vponteras created a post,
Exclude Email Account from System Filter Rule
Hi All, I have a system filter rule in /etc/cpanel_exim_system_filter_custom and it is currently working now. if ( $h_to: does not contain "our-domain.com" and $h_to: does not contain "allow...
-
vponteras commented,
I am already using our custom filter