]> git.ipfire.org Git - ipfire-2.x.git/blob - src/paks/postfix/install.sh
Foomatic ist gegen die libtiff gelinkt.
[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)"
10
11 /etc/init.d/postfix start