Kasper

Active Member
Aug 26, 2004
28
0
151
Chicago
Hello,
Short description of the problem:
Comcast keeps to block server IP for spam, none spam complaints previously issued.
I suppose it caused because of the forwarders to Comcast.net

Is there a way to modify Exim router to bypass all forwarders, but forwarders to Comcast? I suppose it's in exim.conf of cPanel:
================================
virtual_aliases_nostar:
driver = redirect
allow_defer
allow_fail
data = ${if exists{/etc/valiases/$domain}{${lookup{[email protected]$domain}lsearch{/etc/valiases/$domain}}}}}
file_transport = address_file
group = mail
pipe_transport = virtual_address_pipe
retry_use_local_part
domains = lsearch;/etc/localdomains
unseen
================================

If so, could you advise what's the correct way to modify "date = $" string to deny all forwarders to Comcast and process others?

Your help is greatly appreciated
Thank you