add docker version
This commit is contained in:
8
docker/smtp/run.sh
Normal file
8
docker/smtp/run.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# service postfix start
|
||||
|
||||
# exec /usr/sbin/postconf maillog_file=/var/log/postfix.log
|
||||
# exec /usr/sbin/postfix -c /etc/postfix start-fg
|
||||
/etc/init.d/postfix start
|
||||
|
||||
Reference in New Issue
Block a user