#!/bin/bash
# Author: Athmane Madjoudj <athmanem@gmail.com>
t_Log "Running $0 - installation and startup of dovecot IMAP/POP3."
# Install some pkgs needed by the tests
t_InstallPackage nc grep
t_InstallPackage dovecot
chkconfig dovecot on
t_ServiceControl dovecot start