Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 921 Bytes

README.rst

File metadata and controls

37 lines (23 loc) · 921 Bytes

pam-imap for 2017+

This is an updated version of pam_imap 0.3.8, taken from http://pam-imap.sourceforge.net/. See README.z_original for the original readme.

These files were mostly updated last in 2003, 2004 and imap.c in 2009. These edits might make it work in 2017 again.

See also: https://github.com/MrDroid/pam_imap

Building manually

Build requirements: libpam0g-dev libssl-dev libgdbm-dev

$ ./bootstrap
$ ./configure CPPFLAGS=-DVERIFY_CERT
$ make

Building a Debian package using git-buildpackage

See build requirements from Building manually.

Utility requirements: git-buildpackage debhelper dh-autoreconf

$ git clean -xf
$ gbp buildpackage -us -uc -sa --git-debian-branch=master \
    --git-upstream-tag='v%(version)s' --git-ignore-new