notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
qmail-activedir Programs to allow qmail to authenticate users through a MS ad
0.17_3 mail on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.17_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-11-09 14:46:21
Last Update: 2023-02-08 10:53:56
Commit Hash: 6e1233b
People watching this port, also watch:: qmailanalog, qmailadmin, qmail-notify, netqmail
License: not specified in port
WWW:
http://fo2k.com/qmail-activedir/
Description:
A few programs to allow qmail to authenticate users through a Microsoft Active Directory.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. share/doc/qmail-activedir/INSTALL
  2. share/doc/qmail-activedir/README
  3. @mode 700
  4. bin/checkadpassword
  5. bin/create_alias_files
  6. @mode 711
  7. @group qmail
  8. bin/qmail-adgetpw
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • qmail-activedir>0:mail/qmail-activedir
To install the port:
cd /usr/ports/mail/qmail-activedir/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/qmail-activedir
  • pkg install qmail-activedir
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: qmail-activedir
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (qmail-activedir-0.17.tar.gz) = aa7427bd2480f547be1ce5f94754212bfa5fb91bc4e2f64b09168124caeb523b SIZE (qmail-activedir-0.17.tar.gz) = 13867

Packages (timestamps in pop-ups are UTC):
qmail-activedir
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.17_30.17_30.17_20.17_30.17_3-0.17_2-
FreeBSD:13:quarterly0.17_30.17_30.17_30.17_30.17_30.17_30.17_30.17_3
FreeBSD:14:latest0.17_30.17_30.17_30.17_30.17_30.17_3-0.17_3
FreeBSD:14:quarterly0.17_30.17_3-0.17_30.17_30.17_30.17_30.17_3
FreeBSD:15:latest0.17_30.17_3n/a0.17_3n/a0.17_30.17_30.17_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. qmail-send : mail/qmail
Library dependencies:
  1. libldap.so.2 : net/openldap26-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for qmail-activedir-0.17_3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
mail_qmail-activedir
USES:
ldap qmail:run
pkg-message:
For install:
You have installed the qmail-activedir. Now you need follow this steps: 1) create the control files. 2.a) Test # /var/qmail/bin/qmail-popup blah /usr/local/bin/checkadpassword id Put in a valid username and password and it should give you the results of id. Do the same with pwd to make sure that the user, group and directory are correct. Do it again with an invalid username and password to verify that it will actually reject failures. Check the auth log to verify that the failure occurred. 2.b) Test some more Next test the ad_getpw: # /usr/local/bin/ad_getpw user It should return the user, uid, gid, homedir, separated by NULL character 2.c) Just using create_alias_files will let you know if it works... Do /usr/local/bin/create_alias_files -h for more info. 3) Copy the original someplace and rename: # mv /var/qmail/bin/qmail-getpw /var/qmail/bin/qmail-getpw_old # cp /usr/local/bin/qmail-adgetpw /var/qmail/bin/qmail-getpw 4) Update your qmail pop scripts (run file) like this: ... /var/qmail/bin/qmail-popup "${POPUPHOST-`sed 1q /var/qmail/control/me`}" \ /usr/local/checkadpassword \ /var/qmail/bin/qmail-pop3d "${MAILDIRNAME-Maildir}" ... and restart. Run some trial tests. For more information you should read /usr/local/share/doc/qmail-activedir/README.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://fo2k.com/qmail-activedir/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.17_3
08 Feb 2023 10:53:56
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628da files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.17_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.17_3
20 Jul 2022 14:22:19
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.17_3
02 Aug 2021 04:41:48
commit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984c files touched by this commit
Xin LI (delphij) search for other commits by this committer
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
0.17_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.17_2
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
0.17_2
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
0.17_2
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
0.17_2
03 Sep 2015 16:37:32
Revision:396018Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
0.17_2
10 May 2015 04:44:02
Revision:385923Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist
0.17_2
24 Jul 2014 18:34:16
Revision:362835Original commit files touched by this commit
tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.17_1
01 Jun 2014 16:03:49
Revision:356146Original commit files touched by this commit
grembo search for other commits by this committer
Stagify. Uncommon order of pkg-plist entries is due to
problems with old pkg_tools (PORTDOCS won't to the right
thing, resetting will use wrong user if built using
non-root user, explicitly stating root:wheel seems in-
correct too, therefore I moved them to the top)

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
0.17_1
21 Feb 2014 13:37:57
Revision:345418Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category mail
0.17_1
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
0.17_1
20 Sep 2013 19:59:14
Revision:327742Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
0.17_1
18 Aug 2013 13:18:13
Revision:324907Original commit files touched by this commit
bdrewery search for other commits by this committer
- Reset jmelo's ports
- Remove bsd.port.pre.mk
- WWW: Convert tab to space
- Remove Author line from pkg-descr

With hat:	portmgr
0.17_1
15 Mar 2013 22:03:43
Revision:314324Original commit files touched by this commit
bdrewery search for other commits by this committer
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
  bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
0.17_1
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
0.17_1
25 Feb 2011 01:32:18
Original commit files touched by this commit
delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
0.17
23 Aug 2010 16:06:01
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to 0.17.
- Take maintainership back.
0.16_1
19 Jun 2010 04:23:03
Original commit files touched by this commit
linimon search for other commits by this committer
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:            portmgr
Feature safe:   yes
0.16_1
05 Jan 2009 19:04:45
Original commit files touched by this commit
delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
0.16
26 Jan 2007 15:30:04
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to 0.16.
0.15_1
10 May 2006 22:37:39
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
0.15_1
05 Apr 2006 21:04:30
Original commit files touched by this commit
jmelo search for other commits by this committer
- Change my ports MAINTAINER to jmelo@FreeBSD.org.

Approved by:    mnag (mentor)
0.15_1
21 Jan 2006 17:37:14
Original commit files touched by this commit
krion search for other commits by this committer
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.15
09 Nov 2005 14:44:52
Original commit files touched by this commit
garga search for other commits by this committer
A few programs to allow qmail to authenticate users through a Microsoft
Active Directory.

Author: Leslie VanExel <prok@fo2k.com>
WWW:    http://fo2k.com/qmail-activedir/

PR:             ports/88684
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>

Number of commits found: 28