Fix tabs inside caps-ctrl.
[grml-scripts.git] / makefile.postfix
1 # Makefile for postfix
2
3 TARGETS = postmap alias reload
4
5 restart:
6         /etc/init.d/postfix restart
7
8 reload:
9         /etc/init.d/postfix reload
10
11 postmap:
12 #       postmap recipient_checks
13 #       postmap regexp_table
14 #       postmap sender_canonical
15         postmap virtual
16
17 alias:
18         newaliases
19
20 all: Makefile $(TARGETS)