blob: 511ce69c4601d643a50e791ef0100542aef59183 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
if [ "$BOXCONF_HOSTCLASS" = smtp_server ]; then
return
fi
# Configure local mail agent.
install_template -m 0644 /etc/dma/dma.conf
install_template -m 0644 /etc/aliases
|