I'm using RH7.3 with Sendmail 8.11.6-15, installed from RPMs (i.e., not compiled separately)
I've got a sendmail MTA properly configured to require authentication. Watching log files and firing it up in foreground with various debug levels/categories makes me happy that it requires authentication the way I require. Now, I'm trying to use sendmail as an MUA on another RH7.3 host, expecting the two sendmails to talk to each other, but I can't get the client to send an expected userid@realm/pwd combination. No matter what I try, the sendmail client, exec'ed via cat /tmp/test.txt | /usr/sbin/sendmail -v -bm [EMAIL PROTECTED] [EMAIL PROTECTED] simply sends an empty userid with the @localhost.localdomain as the realm name. I've got the following in sendmail.mc for the client: TRUST_AUTH_MECH(`LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')dnl define(`confAUTH_MECHANISMS', `LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')dnl define(`confDEF_AUTH_INFO',`/etc/mail/default-auth-info')dnl and appropriate entries in /etc/mail/default-auth-info, with the permissions on this file set for root rw access only. No matter what I do, I can't seem to force the client to send over the userid@realm/pwd combination that I expect. what gives? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list