Search found 3 matches

by RWH_Tech
23 Dec 2015, 17:02
Forum: General Discussion (csf)
Topic: RT_ACTION script for LOCALRELAY
Replies: 5
Views: 7970

Re: RT_ACTION script for LOCALRELAY

AAAAND, it doesn't work for scripts, only SMTP. I'm not familiar with exim ACLs, so I haven't yet devised a way to get this done. I know it has to be in not_smtp and should look something like this (on WHM/Cpanel), but it does not work. Maybe acl_c_vhost_owner isn't being set, or something. Will tes...
by RWH_Tech
22 Dec 2015, 18:20
Forum: General Discussion (csf)
Topic: RT_ACTION script for LOCALRELAY
Replies: 5
Views: 7970

Re: RT_ACTION script for LOCALRELAY

I did this: https://forums.cpanel.net/threads/how-do-i-block-one-domain-from-sending-email-from-my-server.223731/page-3 Then did a little digging and came up with this. Not the most elegant way to do things, but it works. #!/bin/sh source /var/cpanel/users/$1 echo $DNS >> /etc/blockedsenderdomains e...
by RWH_Tech
26 Nov 2015, 21:49
Forum: General Discussion (csf)
Topic: New VPS Centos 7.1 + CSF8.08 - CSF problems and LFD refusing to run
Replies: 2
Views: 7868

Re: New VPS Centos 7.1 + CSF8.08 - CSF problems and LFD refusing to run

I'm running CentOS 7.1 with CSF (WHM server) without issues. Perhaps you have SElinux enabled and it's causing an issue? Due to WHM requirements, that was disabled from the get-go.