3 MAINTAINER Ricardson 'rwcs' Williams <ricardsonwilliams@gmail.com>
5 RUN yum -y install epel-release
6 RUN yum -y install opensmtpd supervisor ; yum clean all
8 RUN /bin/echo -e 'listen on 0.0.0.0\naccept from any for any relay' > /etc/opensmtpd/smtpd.conf
10 COPY supervisord.ini /etc/supervisord.d/
14 CMD ["/usr/bin/supervisord"]