Craig White <craigwhite@azapple.com> writes: > the lines necessary are part of the sendmail.mc in the > distribution...just remove the dnl at the start of the lines. > > No doubt you are 'recycling' sendmail.mc files from older distro's > because the info is there in the last 3 or 4 versions. I would bet that > you would find it in /etc/mail/sendmail.mc.rpmsave > > define(`confAUTH_OPTIONS', `A')dnl > TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl > define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN')dnl Yup, you guessed right. I see the lines and uncommented them. restarted sendmail but still no cigar. Not sure if its authentication problems or what. Maybe you can tell. The smarthost is rejecting my mail: Oct 24 16:53:20 cv sendmail[4447]: g9ONrJ6B004447: to=hgp@sbcglobal.net, ctladdr =hgp (501/501), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30058, relay=localhost.localdomain. [127.0.0.1], dsn=2.0.0, stat=Sent (g9ONrKT8004449 Message accepted for delivery) Oct 24 16:53:20 cv sendmail[4451]: g9ONrKT8004449: to=<hgp@sbcglobal.net>, ctladdr=<hgp@cv.local.lan> (501/501), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30319, relay=nomail.yahoo.com. [216.145.48.35], dsn=5.1.2, stat=User unknown Oct 24 16:53:20 cv sendmail[4451]: g9ONrKT8004449: g9ONrKT8004451: DSN: User unknown Oct 24 16:53:20 cv sendmail[4451]: g9ONrKT8004451: to=<hgp@cv.local.lan>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31352, dsn=2.0.0, stat=Sent ===== The original message was received at Thu, 24 Oct 2002 16:53:20 -0700 from localhost.localdomain [127.0.0.1] ----- The following addresses had permanent fatal errors ----- <hgp@sbcglobal.net> (reason: 550 5.1.2 <hgp@sbcglobal.net>... Unsupported mail destination) ----- Transcript of session follows ----- ... while talking to nomail.yahoo.com.: >>> RCPT To:<hgp@sbcglobal.net> <<< 550 5.1.2 <hgp@sbcglobal.net>... Unsupported mail destination 550 5.1.1 <hgp@sbcglobal.net>... User unknown [-- Attachment #2 --] [-- Type: message/delivery-status, Encoding: 7bit, Size: 0.4K --] Reporting-MTA: dns; cv.local.lan Received-From-MTA: DNS; localhost.localdomain Arrival-Date: Thu, 24 Oct 2002 16:53:20 -0700 Final-Recipient: RFC822; hgp@sbcglobal.net Action: failed Status: 5.1.2 Remote-MTA: DNS; nomail.yahoo.com Diagnostic-Code: SMTP; 550 5.1.2 <hgp@sbcglobal.net>... Unsupported mail +destination Last-Attempt-Date: Thu, 24 Oct 2002 16:53:20 -0700 [-- Attachment #3 --] [-- Type: message/rfc822, Encoding: 7bit, Size: 0.5K --] Date: Thu, 24 Oct 2002 16:53:19 -0700 From: hgp@cv.local.lan To: hgp@sbcglobal.net Subject: test hgp acc on cv new mc sometest ===== hgp@sbcglobal.net is my correct email address. My *.mc file as edited looks like this: (Sorry about the intense verbosity but this doesn't seem like the piece to post trimmed) divert(-1) dnl This is the sendmail macro config file. If you make changes to this file, dnl you need the sendmail-cf rpm installed and then have to generate a dnl new /etc/mail/sendmail.cf by running the following command: dnl dnl m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf dnl include(`/usr/share/sendmail-cf/m4/cf.m4') VERSIONID(`linux setup for Red Hat Linux')dnl OSTYPE(`linux') dnl Uncomment and edit the following line if your mail needs to be sent out dnl through an external mail server: define(`SMART_HOST',`smtp.sbcglobal.yahoo.com') define(`confDEF_USER_ID',``8:12'')dnl undefine(`UUCP_RELAY')dnl undefine(`BITNET_RELAY')dnl dnl define(`confAUTO_REBUILD')dnl define(`confTO_CONNECT', `1m')dnl define(`confTRY_NULL_MX_LIST',true)dnl define(`confDONT_PROBE_INTERFACES',true)dnl define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl define(`ALIAS_FILE', `/etc/aliases')dnl dnl define(`STATUS_FILE', `/etc/mail/statistics')dnl define(`UUCP_MAILER_MAX', `2000000')dnl define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl define(`confPRIVACY_FLAGS',`authwarnings,novrfy,noexpn,restrictqrun')dnl define(`confAUTH_OPTIONS', `A')dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl MASQUERADE_AS(sbcglobal.net)dnl FEATURE(`masquerade_envelope')dnl FEATURE(`genericstable') dnl dnl define(`confCACERT_PATH',`/usr/share/ssl/certs') dnl define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt') dnl define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem') dnl define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem') dnl define(`confTO_QUEUEWARN', `4h')dnl dnl define(`confTO_QUEUERETURN', `5d')dnl dnl define(`confQUEUE_LA', `12')dnl dnl define(`confREFUSE_LA', `18')dnl define(`confTO_IDENT', `0')dnl dnl FEATURE(delay_checks)dnl FEATURE(`no_default_msa',`dnl')dnl FEATURE(`smrsh',`/usr/sbin/smrsh')dnl FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl FEATURE(redirect)dnl FEATURE(always_add_domain)dnl FEATURE(use_cw_file)dnl FEATURE(use_ct_file)dnl dnl The '-t' option will retry delivery if e.g. the user runs over his quota. FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db') FEATURE(`blacklist_recipients')dnl EXPOSED_USER(`root')dnl dnl This changes sendmail to only listen on the loopback device 127.0.0.1 dnl and not on any other network devices. Comment this out if you want dnl to accept email over the network. DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') dnl NOTE: binding both IPv4 and IPv6 daemon to the same port requires dnl a kernel patch dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6') dnl We strongly recommend to comment this one out if you want to protect dnl yourself from spam. However, the laptop and users on computers that do dnl not have 24x7 DNS do need this. FEATURE(`accept_unresolvable_domains')dnl dnl FEATURE(`relay_based_on_MX')dnl MAILER(smtp)dnl MAILER(procmail)dnl Cwlocalhost.localdomain -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list