adding cram_md5 authentication to exim
Hi
I have been using exim in potato.
The main exim build hasn't md5 for SMTP authetication
and when I try to rebuild the packages without any
modification the build process send a error.
What I need to do to add md5 or ssl for SMTP auth
for the exim debian package?
The following report don't list any metod used by exim:
exim -bP authenticator_list
I have been trying to rebuild the source packages
exim-3.12 and exim-tls-3.33 with debian/rules binary
or dpkg-buildpackage
and the process send this message:
-------------------------------------------------------------------------
make[3]: Cambiando a directorio `/usr/src/exim/exim-3.12/build-Linux-i386/auths'
gcc -c -O2 -g -Wall -I/usr/include/db1 b64encode.c
gcc -c -O2 -g -Wall -I/usr/include/db1 b64decode.c
gcc -c -O2 -g -Wall -I/usr/include/db1 call_pam.c
gcc -c -O2 -g -Wall -I/usr/include/db1 xtextencode.c
gcc -c -O2 -g -Wall -I/usr/include/db1 xtextdecode.c
gcc -c -O2 -g -Wall -I/usr/include/db1 get_data.c
gcc -c -O2 -g -Wall -I/usr/include/db1 md5.c
gcc -c -O2 -g -Wall -I/usr/include/db1 cram_md5.c
gcc -c -O2 -g -Wall -I/usr/include/db1 plaintext.c
/bin/rm -f auths.a
ar cq auths.a b64encode.o b64decode.o call_pam.o xtextencode.o xtextdecode.o get_data.o md5.o cram_md5.o plaintext.o
ranlib auths.a
/bin/rm -rf ../drtables.o
make[3]: Saliendo directorio `/usr/src/exim/exim-3.12/build-Linux-i386/auths'
make[2]: *** No hay ninguna regla para construir el objetivo `lookups/lookups.a', necesario para `exim'. Alto.
make[2]: Saliendo directorio `/usr/src/exim/exim-3.12/build-Linux-i386'
make[1]: *** [go] Error 2
make[1]: Saliendo directorio `/usr/src/exim/exim-3.12'
make: *** [build] Error 2
-------------------------------------------------------------------------
Cuauhtemoc Pacheco
Reply to: