opensmtpd recipe
This commit is contained in:
parent
6cbf0af580
commit
440bd25921
2 changed files with 16 additions and 0 deletions
8
recipes/opensmtpd/Makefile
Normal file
8
recipes/opensmtpd/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name = opensmtpd
|
||||||
|
version = 6.8.0p2
|
||||||
|
URL = https://www.opensmtpd.org/archives/$(name)-$(version).tar.gz
|
||||||
|
|
||||||
|
build-dependencies = bison libasr
|
||||||
|
|
||||||
|
SYSCONF ?= ../../
|
||||||
|
include $(SYSCONF)/package.mk
|
8
recipes/opensmtpd/README
Normal file
8
recipes/opensmtpd/README
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
TODO: add this to a future install script
|
||||||
|
(from alpine)
|
||||||
|
|
||||||
|
addgroup -S smtpd 2>/dev/null
|
||||||
|
addgroup -S smtpq 2>/dev/null
|
||||||
|
adduser -S -D -H -h /dev/null -s /sbin/nologin -G smtpd -g 'SMTP Daemon' smtpd 2>/dev/null
|
||||||
|
adduser -S -D -H -h /dev/null -s /sbin/nologin -G smtpq -g 'SMTPD Queue' smtpq 2>/dev/null
|
||||||
|
mkdir -p /var/mail
|
Loading…
Add table
Reference in a new issue