diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-05-16 12:06:27 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-05-16 12:06:27 +0000 |
commit | 9dc60d1ed947a7a95c5c91224db0acae5ae2edf9 (patch) | |
tree | a26d2b58e324c84e6f57391c1b91052c53cedc80 | |
parent | 0e66fc18bc42741cd44c38817f2a5b24935f4fc3 (diff) | |
download | ports-9dc60d1ed947a7a95c5c91224db0acae5ae2edf9.tar.gz ports-9dc60d1ed947a7a95c5c91224db0acae5ae2edf9.zip |
Notes
-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 |