-----Original Message----- RP_______________________________ Huh? Let me get this straight: you can _relay_ mail from another computer? Or are you sending to a user on the server? Remember that the server will accept mail for any user on the box without authentication... it is only when you send mail to an _external_ user that AUTH is required. Corey___________________________ Duh! You're right...I was sending to a user on the machine...of course it will work. OK...that message went out B.C.--before caffeine. I can relay mail from my network when I have my network IP range in access without a password...but not without the IP range in access and with a password. Just to help out...I've copied my sendmail.mc, access, local-host-names and relay-domains files here. I don't think I need to worry about hacking, since relaying only works on my network without auth on. If you see something I don't, do let me know! --------------------------- RP_____________________________ And I suggest that we leave SASL entirely off for the moment; get unencrypted AUTH working first, then add encryption. Easier to debug this way. Corey___________________________ I agree. At this point, I'll take any kind of AUTH I can get. Thanks SO much! Corey sendmail.mc: divert(-1)dnl include(`/usr/share/sendmail-cf/m4/cf.m4')dnl VERSIONID(`setup for Red Hat Linux')dnl OSTYPE(`linux')dnl dnl define(`SMART_HOST',`smtp.your.provider') define(`confDEF_USER_ID',``8:12'')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 dnl define(`confAUTH_OPTIONS', `A p')dnl TRUST_AUTH_MECH(`LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl dnl define(`confDEF_AUTH_INFO', `/etc/mail/auth/auth-info')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(`confDONT_BLAME_SENDMAIL',`groupreadablekeyfile')dnl 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 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 FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl FEATURE(`blacklist_recipients')dnl EXPOSED_USER(`root')dnl dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl dnl DAEMON_OPTIONS(`Port=587, Name=MSA, M=E')dnl dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl dnl DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')dnl dnl FEATURE(`accept_unresolvable_domains')dnl dnl FEATURE(`relay_based_on_MX')dnl LOCAL_DOMAIN(`localhost.localdomain')dnl dnl MASQUERADE_AS(`mydomain.com')dnl dnl FEATURE(masquerade_envelope)dnl dnl FEATURE(masquerade_entire_domain)dnl dnl MASQUERADE_DOMAIN(localhost)dnl dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl dnl MASQUERADE_DOMAIN(mydomain.lan)dnl MAILER(smtp)dnl MAILER(procmail)dnl access: localhost.localdomain RELAY localhost RELAY 127.0.0.1 RELAY sales@xxxxxxxxxxxxx ERROR:"550: We don't accept spam!" sales@xxxxxxxxxxxxxxx ERROR:"550: We don't accept spam!" sales@xxxxxxxxxxxxxx ERROR:"550: We don't accept spam!" moxio.com ERROR:"550: We don't accept spam!" Note: I add the following when I'm working "normally" without AUTH trying to be on: 192.168.1 RELAY coreyhead.com RELAY eternalknot.net RELAY dharmasong.com RELAY relay-domains: dharmasong.com eternalknot.net coreyhead.com local-host-names: mail.dharmasong.com dharmasong.com mail.coreyhead.com coreyhead.com mail.eternalknot.net eternalknot.net -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list