]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/paks/postfix/install.sh
Ein kleines Feature ins Postfixpaket gemacht, was den Hostnamen richtig einstellt.
[people/teissler/ipfire-2.x.git] / src / paks / postfix / install.sh
1 #!/bin/bash
2 . /opt/pakfire/lib/functions.sh
3
4 extract_files
5
6 # Set postfix's hostname
7 postconf -e "hostname=$(hostname -f)"