mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
PKG postfix
|
|
CP etc /
|
|
SYSRC postfix_enable=YES
|
|
SYSRC sendmail_enable="NONE"
|
|
SERVICE postfix start
|
|
CMD mkdir -p /usr/local/etc/mail
|
|
CMD install -m 0644 /usr/local/share/postfix/mailer.conf.postfix /usr/local/etc/mail/mailer.conf
|