Blame tests/p_dovecot/0-install_dovecot.sh
|
Karanbir Singh |
0b5bb2 |
#!/bin/bash
|
|
Karanbir Singh |
0b5bb2 |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Karanbir Singh |
0b5bb2 |
|
|
Karanbir Singh |
2dd0be |
t_Log "Running $0 - installation and startup of dovecot IMAP/POP3."
|
|
Karanbir Singh |
2dd0be |
|
|
Athmane Madjoudj |
26170b |
# Install some pkgs needed by the tests
|
|
Athmane Madjoudj |
26170b |
t_InstallPackage nc grep
|
|
Athmane Madjoudj |
26170b |
|
|
Karanbir Singh |
2dd0be |
t_InstallPackage dovecot
|
|
Steve Barnes |
464547 |
t_ServiceControl dovecot start
|