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 |
0b5bb2 |
# Dovecot
|
|
Karanbir Singh |
0b5bb2 |
yum -y install dovecot
|
|
Karanbir Singh |
0b5bb2 |
chkconfig dovecot on
|
|
Karanbir Singh |
0b5bb2 |
service dovecot start
|