Changes

Jump to navigation Jump to search
2,490 bytes added ,  07:21, 24 March 2008
added section for Email WBL panel
Line 546: Line 546:  
  config setprop smtpd disclaimer disabled
 
  config setprop smtpd disclaimer disabled
 
  signal-event email-update
 
  signal-event email-update
 +
 +
 +
====Email WBL server manager panel====
 +
 +
There is a server manager contrib to allow GUI control of email white and black lists.
 +
 +
The panel allows easy configuration of functionality that is built into qmail, qpsmtpd and spamassassin. For more information google for qmail & qpsmtpd, and read the spamassassin section in this wiki article.
 +
 +
{{Warning box|It is a test release, although it has been in use since Jan 2007 and appears functionaly stable. To install do:
 +
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/testing/smeserver-wbl/smeserver-wbl-0.0.1-a8.dmay.noarch.rpm
 +
rpm -Uvh smeserver-wbl*.rpm
 +
}}
 +
 +
There are two main sections, Reject and Accept, where you can control settings.
 +
 +
Reject - Black lists are used for rejecting e-mail traffic
 +
 +
  DNSBL status      - DNSBL is an abbreviation for "DNS blacklist".
 +
                      It is a list of IP addresses known to be spammers.
 +
  RHSBL status      - RHSBL is an abbreviation for "Right Hand Side Blacklist".
 +
                      It is a list of domain names known to be spammers.
 +
  qpsmtpd badhelo  - Check a HELO message delivered from a connecting host.
 +
                      Reject any that appear in badhelo during the 'helo' stage.
 +
  qmail badmailfrom - Check envelope sender addresses.
 +
                      Reject any that appear (@host or user@host) in badmailfrom during the 'mail'         
 +
                      stage.
 +
 +
Accept - White lists are used for accepting e-mail traffic
 +
 +
  Whitelists status          - White Lists: ACCEPT
 +
  qpsmtpd whitelisthosts      - Any IP address listed in whitelisthosts will be exempted
 +
                                from any further validation during the 'connect' stage.
 +
  qpsmtpd whitelisthelo      - Any host that issues a HELO matching an entry in whitelisthelo
 +
                                will be exempted from further validation during the 'helo' stage.
 +
  qpsmtpd whitelistsenders    - Any envelope sender of a mail (@host or user@host) matching an
 +
                                entry in whitelistsenders will be exempted from further validation
 +
                                during the 'mail' stage.
 +
  spamassassin whitelist_from - Any envelope sender of a mail (*@host or user@host) matching an
 +
                                entry in whitelist_from will be exempted from spamassassin rejection.
 +
 +
 +
After making any changes using this panel you must click both the Save and Update buttons, in order for changes to take effect.
    
===External Access===
 
===External Access===
624

edits

Navigation menu