Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  
{{Languages}}
 
{{Languages}}
 +
 
===Maintainer===
 
===Maintainer===
[mailto:greg@leiinc.com Greg J. Zartman]
     −
Originally developed by Darrell May.
+
 
 +
Originally developed by Darrell May.<br />
 +
 
 +
[mailto:stephdl@de-labrusse.fr stephdl] Stéphane de Labrusse AKA [[User:stephdl|Stephdl]]<br />
 +
 
 +
=== Version ===
 +
{{ #smeversion: smeserver-wbl }}
    
===Description===
 
===Description===
Line 16: Line 22:  
Install of the lastest Email Whitelist-Blacklist package is from the smecontribs repo:
 
Install of the lastest Email Whitelist-Blacklist package is from the smecontribs repo:
   −
1. Install package:
+
=====Install package:=====
 +
<tabs container><tab name="For SME 10">
 +
yum install --enablerepo=smecontribs smeserver-wbl
 +
 
 +
</tab>
 +
<tab name="For SME 9">
 +
yum install --enablerepo=smecontribs smeserver-wbl
 +
Reconfigure machine:
 +
signal-event console-save
 +
or if you prefer to reboot your server
 +
signal-event post-upgrade; signal-event reboot
 +
 
 +
</tab>
 +
<tab name="For SME 8">
 
  yum --enablerepo smecontribs install smeserver-wbl
 
  yum --enablerepo smecontribs install smeserver-wbl
+
Reconfigure machine:  
2. Reconfigure machine:   
+
  signal-event console-save
 +
or if you prefer to reboot your server
 
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
 +
</tab>
 +
</tabs>
 +
 +
=====Configure:=====
 +
 +
Once you do this a new menu item will be visable in the Server-Manager on the left hand side, called '''E-mail WBL'''. Traffic is scanned and may be blocked due to the various screening methods enabled. Clicking on this will present you with 3 buttons.
 +
 +
You may use this panel to define e-mail white/black lists and RBLs.
 +
 +
RBL's List is used to adjust DNSBL and RHSBL.
 +
'''[RBLs List]'''
 +
 +
Black lists are used for rejecting e-mail traffic.
 +
'''[Black List]'''
 +
 +
White lists are used for accepting e-mail traffic.
 +
'''[White List]'''
 +
 +
If you press the Black List button you will see the following window.
 +
 +
[[File:email-Reject.jpg]]
 +
 +
If you press the White List button you will see the following window.
 +
 +
[[File:Email-accept.jpg|842px]]
 +
 +
If you press the RBLs List button you will see the following window.
 +
 +
[[File:Wbl rbl.jpg|842px]]
 +
 +
And finally If you press the SAVE button this will apply any of the changes you made, wait for confirmation message.
    
===Usage Examples===
 
===Usage Examples===
   −
  -- usage examples here--
+
====Black Lists: REJECT====
 +
 
 +
=====Plugin: Helo=====
 +
 
 +
  Format:
 +
  some.host.domain
 +
 
 +
Add domains, hostnames, or perl regexp patterns to the <badhelo> config file; one per line.
 +
 
 +
{{Note box|You cannot block HELO IP addresses with this plugin. It is not designed to do that. Please look at other methods such as direct IP blocking via the firewall, or contribs like Fail2ban, GeoIP, xt_tables}}
 +
 
 +
https://github.com/smtpd/qpsmtpd/blob/master/plugins/helo
 +
 
 +
Matches in the <badhelo> config file, including yahoo.com and aol.com, which neither the real Yahoo or the real AOL use, but which spammers use a lot.
 +
Like qmail with the qregex patch, the <badhelo> file can also contain perl regular expressions. In addition to normal regexp processing, a pattern can start with a ! character, and get a negated (!~) match.
 +
 
 +
=====Plugin: Badmailfrom=====
 +
 
 +
Format:
 +
  @host or user@host
 +
 
 +
This plugin also supports regular expression matches. This allows special patterns to be denied (e.g. FQDN-VERP, percent hack, bangs, double ats).
 +
Patterns are stored in the format pattern'''(\s+)'''response, where pattern is a Perl pattern expression. Don't forget to anchor the pattern (front ^ and back $) if you want to restrict it from matching anywhere in the string.
 +
 
 +
https://github.com/smtpd/qpsmtpd/blob/master/plugins/badmailfrom
 +
 
 +
 
 +
====White Lists: ACCEPT====
 +
 +
=====Whitelisthosts=====
 +
 
 +
see this post http://forums.contribs.org/index.php/topic,51429.0.html
 +
 
 +
Single IP
 +
192.168.10.1
 +
 
 +
Subnets
 +
192.168.10. (be careful - with no trailing . you match 192.168.100 - 192.168.109. )
 +
192.168
 +
 
 +
=====WhitelistHELO=====
 +
host.domain.com
 +
 
 +
=====Whitelistsenders=====
 +
joe@foo.com
 +
foo.com
    
=== Known Issues ===
 
=== Known Issues ===
 +
 +
See bugs below
    
=== Bugs ===
 
=== Bugs ===
Please raise bugs under the SME Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}.
+
Please raise bugs under the SME Contribs section in {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-wbl|title=bugzilla}}.
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-wbl |noresultsmessage="No open bugs found."}}
 +
 
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
    +
{{#smechangelog: smeserver-wbl}}
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
[[Category: Email Applications]]
+
[[Category: Mail]]
 +
[[Category: Administration:Content Spam Virus Blocking]]

Navigation menu