This website works better with JavaScript.
Home
Help
Register
Sign In
r3pek
/
docker-haraka
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Activity
Browse Source
store $hostname on the correct file
master
Carlos Mogas da Silva
2 years ago
parent
6b05a01f5b
commit
0e1affb0d4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
haraka.sh
+ 1
- 1
haraka.sh
View File
@ -8,7 +8,7 @@ if [ ! -f /haraka/config/smtp.ini ]; then
fi
# Specify hostname
echo
$HOSTNAME
> /haraka/config/
me
echo
$HOSTNAME
> /haraka/config/
host_list
# Create tls directory if it doesn't
mkdir -p /haraka/config/tls
Write
Preview
Loading…
Cancel
Save