1. You should compile your Sendmail with SASL support.

It would be better to do it not from RPM, but from .tar.gz.
untar the sendmail archive and follow the instructions.

The first is to create the "site.config" m4 template for the compilation.
I used this (and of course it is working):

PPENDDEF(`confENVDEF', `-DSASL2')
APPENDDEF(`conf_sendmail_LIBS', `-lsasl2')
APPENDDEF(`confLIBDIRS', `-L/usr/lib/sasl')
APPENDDEF(`confINCDIRS', `-I/usr/include')

APPENDDEF(`confENVDEF', `-DSASL=20105')
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')

Please note, this is just addition to the main site.Linux.m4
you have to use site.Linux.m4 (unmodified template from the source) and
site.config.m4 (this one above).
Note, the "`-DSASL=20105'"  it says the version of SASL.
Mine was 2.1.5 ;)

in your sendmail.mc template you have to add these lines:

TRUST_AUTH_MECH(`DIGEST-MD5 PLAIN LOGIN')dnl

define(`confAUTH_MECHANISMS', `DIGEST-MD5 PLAIN LOGIN')dnl
define(`confDEF_AUTH_INFO', `/etc/mail/auth/auth-info')dnl

(feel free to add/delete authentication mechanisms).

Please note that for some reason MS Outlook / OE uses the deprecated "LOGIN"
method. Why - I do not know.
But MS Outlook / OE will not work with PLAIN.

this is.

----- Original Message -----
From: "Martin Mewes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 5:28 PM
Subject: [RedHat 7.2] sendmail + smtp-auth


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
>
> using sendmail 8.12.3 on RedHat 7.2 makes some trouble getting
> smtp-auth to run.
>
> RPM says that cyrus-sasl is installed and plain-text and md5 as well.
> But there is no entry in sendmail.cf.
>
> Besides sendmail.org (which is rather difficult for me to
> understand), does anyone here had luck with it in this constellation
> and can tell me what he did step by step?
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 7.0.4
>
> iQA/AwUBPVkXn70cyHn1aB8jEQL41ACg7mmNLnvsBCBXT8YjKcwfBGQcBNgAn0eE
> bGp+08akFGK5UbxudOwfmhJJ
> =7586
> -----END PGP SIGNATURE-----
>
>
> kind regards
>
> Martin Mewes
>
> --
> Novacote Hamburg - IT/IS-Department - Germany
> PGP-key: http://www.mamemu.de/key.asc
> Key has been sent to: europe.keys.pgp.com
> Fingerprint: 40CF EF71 E891 E551 CBE1  4C99 BD1C C879 F568 1F23
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to