User Tools

Site Tools


plugins:postscreen

This is an old revision of the document!


Postscreen Plugin Documentation

Plugin allows to use Postscreen with Postfix on i-MSCP.

Attention

Please read the Postfix Postscreen Howto before installing this plugin.

If you use this Plugin your MUA clients should not submit mail via SMTP service on TCP port 25 because that is used for the Postscreen daemon with all the checks.

Instead your MUA clients should submit mails via SUBMISSION service on TCP port 587 or via SMTPS service on TCP port 465 which both require client authentication.

Requirements

  • i-MSCP versions >= 1.1.0
  • Postfix version >= 2.8

Installation

1. Get the plugin from github

# cd /usr/local/src
# git clone git://github.com/i-MSCP/plugins.git

2. Create new Plugin archive

# cd plugins
# tar cvzf Postscreen.tar.gz Postscreen

3. Plugin upload and installation

  • Login into the panel as admin and go to the plugin management interface
  • Upload the Postscreen plugin archive
  • Install the plugin

Update

1. Get the plugin from github

# cd /usr/local/src
# git clone git://github.com/i-MSCP/plugins.git

2. Create new Plugin archive

# cd plugins
# tar cvzf Postscreen.tar.gz Postscreen

3. Backup your current plugin config

# plugins/Postscreen/config.php

4. Plugin upload and update

  • Login into the panel as admin and go to the plugin management interface
  • Upload the Postscreen plugin archive
  • Update the plugin list

Configuration

For the different configuration options please check the plugin config file.

# plugins/Postscreen/config.php

After you made your config changes, don't forget to update the plugin list.

  • Login into the panel as admin and go to the plugin management interface
  • Update the plugin list

Authors

/var/www/virtual/i-mscp.net/wiki/htdocs/data/attic/plugins/postscreen.1391125820.txt.gz · Last modified: 2014/01/30 23:50 by mrpink