Ein kleines Feature ins Postfixpaket gemacht, was den Hostnamen richtig einstellt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@919 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-09-23 16:40:55 +00:00
parent fc4ac7acab
commit d2f8c34ac2
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files
# Set postfix's hostname
postconf -e "hostname=$(hostname -f)"

View File

View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files