Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Mar 14, 2022
1 parent c68f24a commit 6275e25
Show file tree
Hide file tree
Showing 35 changed files with 6 additions and 1,854 deletions.
12 changes: 6 additions & 6 deletions docker-images/cts-mailserver/Dockerfile
Expand Up @@ -6,12 +6,12 @@ ADD james.log /logs
RUN chgrp -R 0 /root /logs /logs/james.log /var && \
chmod -R g=u /root /logs /logs/james.log /var && \
chmod +x /root/create_users.sh && \
sed -i.bak s/:143/:1143/g /root/conf/imapserver.xml && \
sed -i.bak s/:993/:1993/g /root/conf/imapserver.xml && \
sed -i.bak s/:110/:1110/g /root/conf/pop3server.xml && \
sed -i.bak s/:25/:1025/g /root/conf/smtpserver.xml && \
sed -i.bak s/:465/:1465/g /root/conf/smtpserver.xml && \
sed -i.bak s/:587/:1587/g /root/conf/smtpserver.xml
sed -i s/:143/:1143/g /root/conf/imapserver.xml && \
sed -i s/:993/:1993/g /root/conf/imapserver.xml && \
sed -i s/:110/:1110/g /root/conf/pop3server.xml && \
sed -i s/:25/:1025/g /root/conf/smtpserver.xml && \
sed -i s/:465/:1465/g /root/conf/smtpserver.xml && \
sed -i s/:587/:1587/g /root/conf/smtpserver.xml

#CMD /root/startup.sh
ENTRYPOINT cat
24 changes: 0 additions & 24 deletions docker/scripts/cts/Dockerfile

This file was deleted.

70 changes: 0 additions & 70 deletions docker/scripts/cts/README

This file was deleted.

1 change: 0 additions & 1 deletion docker/scripts/cts/admin-password.txt

This file was deleted.

23 changes: 0 additions & 23 deletions docker/scripts/cts/build.sh

This file was deleted.

2 changes: 0 additions & 2 deletions docker/scripts/cts/change-admin-password.txt

This file was deleted.

213 changes: 0 additions & 213 deletions docker/scripts/cts/docker-entrypoint.sh

This file was deleted.

0 comments on commit 6275e25

Please sign in to comment.