]> git.ipfire.org Git - ipfire-2.x.git/blob - src/paks/postfix/install.sh
Postfix-Konfiguration funktioniert.
[ipfire-2.x.git] / src / paks / postfix / install.sh
1 #!/bin/bash
2 . /opt/pakfire/lib/functions.sh
3
4 extract_files
5
6 postalias /etc/aliases
7
8 # Set postfix's hostname
9 postconf -e "myhostname=$(hostname -f)"