Notifications
Clear all

[Solved] Use of spamhaus

3 Posts
2 Users
2 Likes
261 Views
 jppo
(@jppo)
Joined: 8 months ago
Posts: 25
Topic starter  

Hello,

 

I didn't find any information on how to use Spamhaus with Carbonio CE.

Thanks by advance

Regards

JP P


   
Quote
(@mj-oziolab)
Joined: 3 months ago
Posts: 5
 

Hello,

Its easy in CLI.

for exemple :

1er -> get your actual settings :

su - zextras

zextras@mail:~$ carbonio prov gcf zimbraMtaRestriction
zimbraMtaRestriction: reject_invalid_helo_hostname
zimbraMtaRestriction: reject_non_fqdn_sender
zimbraMtaRestriction: reject_unknown_sender_domain

2em -> modify

zextras@mail:~$ carbonio prov mcf \
zimbraMtaRestriction reject_invalid_helo_hostname \
zimbraMtaRestriction reject_non_fqdn_sender \
zimbraMtaRestriction reject_unknown_sender_domain \
zimbraMtaRestriction reject_invalid_hostname  \
zimbraMtaRestriction "reject_rbl_client cbl.abuseat.org" \
zimbraMtaRestriction "reject_rbl_client bl.spamcop.net" \
zimbraMtaRestriction "reject_rbl_client sbl.spamhaus.org" \
zimbraMtaRestriction "reject_rbl_client b.barracudacentral.org" 

3em -> restart MTA

zextras@mail:~$ zmmtactl restart

 

its easy ?

Have a good day.

 


   
Myriad reacted
ReplyQuote
 jppo
(@jppo)
Joined: 8 months ago
Posts: 25
Topic starter  

Helloo,

It works ... Thanks

Regards

JP P

That method should be visible in the FAQ.


   
ReplyQuote