1835766 Members
3134 Online
110085 Solutions
New Discussion

problem on sendmail

 
BJ CG DATA
Advisor

problem on sendmail

Hi,
I'm trying to compile sendmail with sasl. I got no error message when i finish. But the execute file did not work.
Does any one use sendmail & sasl?
3 REPLIES 3
Amruth
Regular Advisor

Re: problem on sendmail

I don't use...

AR
If i am doing the same way you are doing to me then what is the difference between us.
Tom Geudens
Honored Contributor

Re: problem on sendmail

Hi,
I suppose you did follow the instructions in http://www.sendmail.org/~ca/email/auth.html ? What version of sasl are you using ?

Regards,
Tom
A life ? Cool ! Where can I download one of those from ?
BJ CG DATA
Advisor

Re: problem on sendmail

I'm using sendmail8.12.5 &
cyrus-sasl 1.5.27, Berkley DB 4.0.14.

I don't know if HPUX support sasl or not.

The follow are configuration file:


site.config.m4:
APPENDDEF(`confENVDEF', `-DSASL')
APPENDDEF(`conf_sendmail_LIBS', `-lsasl')

sendmail.mc:
dnl this is the sendmail macro config file. If you make changes to this
dnl file,
dnl you need the sendmail-cf rpm installed and then have to generate a
dnl new /etc/sendmail.cf by running the following command:
dnl
dnl m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
dnl
dnl include(`/usr/share/sendmail-cf/m4/cf.m4')
VERSIONID(`$Id: sendmail.mc $')dnl
OSTYPE(`hpux11')dnl
DOMAIN(`generic')dnl
define(`ALIAS_FILE', `/etc/mail/aliases')dnl
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
FEATURE(`no_default_msa')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`mailertable',`hash -o /etc/mail/mailertable')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
FEATURE(redirect)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(local_procmail)dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl
DAEMON_OPTIONS(`Port=smtp,Addr=10.1.2.6, Name=MTA')
dnl DAEMON_OPTIONS(`Port=587, Name=MSA, M=E')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl