Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sendmail 8.12.10 & Sasl 2.1.17 -- Relaying denied. Proper authentication required

29 views
Skip to first unread message

SingSong

unread,
Feb 15, 2004, 10:31:22 PM2/15/04
to
Please help. My sendmail server at xyz.com, and I'm online with roadrunner.
Trying to send email using Outlook (imap) with authentication, gives me an
error, please help:

550 5.7.1 <us...@abc.com>... Relaying denied. Proper
authentication required.


Sasl 2.1.17 compiled with no problem.
Sendmail compiled with
SENDMAIL_CFLAGS=-DSASL SENDMAIL_LDADD=-lsasl\
SENDMAIL_LDFLAGS=-L/usr/local/lib


sendmail.mc
------------

divert(0)dnl
VERSIONID(`$Id: generic-bsd4.4.mc,v 8.10 1999/02/07 07:26:02 gshapiro Exp
$')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl

FEATURE(access_db, `hash -T<TMPF> /etc/mail/access')dnl
FEATURE(blacklist_recipients)dnl
FEATURE(local_lmtp)dnl
FEATURE(mailertable, `hash /etc/mail/mailertable')dnl
FEATURE(virtusertable, `hash /etc/mail/virtusertable')dnl
FEATURE(`dnsbl', `dnsbl.njabl.org', `"550 Mail from " $&{client_addr} "
rejected - see http$
FEATURE(`dnsbl', `relays.ordb.org', `"550 Email rejected due to sending
server misconfigura$
FEATURE(`dnsbl', `sbl.spamhaus.org', `',`',`127.0.0.2')dnl
FEATURE(`dnsbl', `dun.dnsrbl.net')dnl
FEATURE(`dnsbl', `spam.dnsrbl.net')dnl

define(`confTO_IDENT', `0')dnl
define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl
define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z; $b. By connecting to this
server, you agre$

FEATURE(`authinfo')
define(`confAUTH_OPTIONS', `A')
define(`confAUTH_MECHANISMS', `LOGIN PLAIN')
TRUST_AUTH_MECH(`LOGIN PLAIN')

MAILER(local)dnl
MAILER(smtp)dnl
MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl

Claus Aßmann

unread,
Feb 15, 2004, 11:19:23 PM2/15/04
to
SingSong wrote:
> Please help. My sendmail server at xyz.com, and I'm online with roadrunner.
> Trying to send email using Outlook (imap) with authentication, gives me an
> error, please help:

> 550 5.7.1 <us...@abc.com>... Relaying denied. Proper
> authentication required.

Check the logfile. Does it show that your MUA authenticated
successfully?

See also
http://www.sendmail.org/~ca/email/auth.html
for debugging hints.

PS:

> MAILER(local)dnl

This:

> MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl

should be before the MAILER() line.

--
A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

SingSong

unread,
Feb 16, 2004, 1:10:52 AM2/16/04
to
I decided to recompile again, just in case. SASL2 recompiled ok, but for
some reason, sendmail gave me an error when either "sh Build" or "make
clean" and then
"make SENDMAIL_CFLAGS=-DSASL SENDMAIL_LDADD=-lsasl\
SENDMAIL_LDFLAGS=-L/usr/local/lib". The error message was:

./t-shm
*** Signal 12

Stop in /etc/mail/sendmail-8.12.10/obj.FreeBSD.4.6-RELEASE.i386/libsm.
*** Error code 1

Stop in /etc/mail/sendmail-8.12.10.


I even tried with "-c -f /etc/mail/sendmail/devtools/Site/site.config.m4,
but same error. This is so strange.


"Claus A?ann" <ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de>
wrote in message news:c0pgcb$oc4$1...@zardoc.esmtp.org...

0 new messages