Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : How can I add X-AntiAbuse email headers?



Normal Mode | Print  

 How can I add X-AntiAbuse email headers? (2 Replies, Read 34842 times)
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Hi,
can I configure Exim for add X-Antiabuse Header?

PHP Code

 lookuphost:
  
driver lookuphost
  transport 
remote_smtp
headers_add 
"X-AntiAbuse: This header was added to track abuse, please include it with any abuse reportn
               X-AntiAbuse: Primary Hostname - 
$primary_hostnamen
               X-AntiAbuse: Original Domain - 
$original_domainn
               X-AntiAbuse: Originator/Caller UID/GID - [
$originator_uid $originator_gid] / [$caller_uid $caller_gid]n
               X-AntiAbuse: Sender Address Domain - 
$sender_address_domainn"
        
condition "${perl{checkspam}}"

# This router routes to remote hosts over SMTP by explicit IP address,
# given as a "domain literal" in the form [nnn.nnn.nnn.nnn]. The RFCs
# require this facility, which is why it is enabled by default in Exim.
# If you want to lock it out, set forbid_domain_literals in the main
# configuration section above.

literal:
  
driver ipliteral
  transport 
remote_smtp
headers_add 
"X-AntiAbuse: This header was added to track abuse, please include it with any abuse reportn
               X-AntiAbuse: Primary Hostname - 
$primary_hostnamen
               X-AntiAbuse: Original Domain - 
$original_domainn
               X-AntiAbuse: Originator/Caller UID/GID - [
$originator_uid $originator_gid] / [$caller_uid $caller_gid]n
               X-AntiAbuse: Sender Address Domain - 
$sender_address_domain"
        
condition "${perl{checkspam}}"

end 



How can I add X-Antiabuse in the email header?


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   


Threads
 peopleinside   How can I add X-AntiAbuse email headers? (2 Replies, Read 34842 times)
    |--  peopleinside   After some years,...   on March 28, 2018, 7:01 pm
    |--  peopleinside   I am still...   on March 30, 2018, 9:42 am

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is May 1, 2024, 8:37 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.027