diff options
-rw-r--r-- | GIDs | 1 | ||||
-rw-r--r-- | UIDs | 1 | ||||
-rw-r--r-- | mail/opensmtpd/Makefile | 3 |
3 files changed, 5 insertions, 0 deletions
@@ -117,6 +117,7 @@ prosody:*:242: fcron:*:247: _adsuck:*:253: _tor:*:256: +_smtpd:*:257: meta1s:*:260: meta1q:*:261: meta1c:*:262:meta1s @@ -123,6 +123,7 @@ prosody:*:242:242::0:0:Prosody Jabber Server:/nonexistent:/usr/sbin/nologin fcron:*:247:247::0:0:fcron pseudo-user:/nonexistent:/usr/sbin/nologin _adsuck:*:253:253::0:0:Adsuck ad blocking user:/nonexistent:/usr/sbin/nologin _tor:*:256:256::0:0:Tor anonymizing router:/var/db/tor:/usr/sbin/nologin +_smtpd:*:257:257::0:0:OpenSMTPD:/var/empty:/usr/sbin/nologin meta1s:*:260:260::0:0:MeTA1 SMTPS:/nonexistent:/usr/sbin/nologin meta1q:*:261:261::0:0:MeTA1 QMGR:/nonexistent:/usr/sbin/nologin meta1c:*:262:262::0:0:MeTA1 SMTPC:/nonexistent:/usr/sbin/nologin diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 61fe930a090d..800be723e8a3 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -31,6 +31,9 @@ CONFLICTS= postfix-[0-9]* sendmail-[0-9]* MAN8= makemap.8 newaliases.8 smtpctl.8 smtpd.8 MAN5= smtpd.conf.5 +USERS= _smtpd +GROUPS= _smtpd + pre-configure: @cd ${WRKSRC} && ./bootstrap |