Sendmail SMTP Auth

Sendmail SMTP Auth

am 28.11.2007 23:04:03 von miroslav.kocica

Hello,

I need help please.
I set up SMTP Auth in Sendmailu. If I want to send message over server from
mail client (users has MS Outlook), I have following messages in log file:

Nov 28 22:15:49 server sm-mta[28041]: lASLFnI8028041:
219-84-8-94-adsl-tpe.dynamic.so-net.net.tw [219.84.8.94] did not issue
MAIL/EXPN/VRFY/ETRN during connection to MTA
Nov 28 22:36:05 server sm-mta[28116]: lASLa3rZ028116: ruleset=check_rcpt,
arg1=, relay=89-24-83-24.4ginternet.cz
[89.24.83.24],reject=550 5.7.1 ... Relaying
denied. Proper authentication required.
Nov 28 22:36:28 server sm-mta[28116]: lASLa3rZ028116:
from=, size=0, class=0, nrcpts=0,
proto=ESMTP, daemon=MTA, relay=89-24-83-24.4ginternet.cz [89.24.83.24]

Whats wrong. I search solution on the web, without answer.

Thanks

Re: Sendmail SMTP Auth

am 29.11.2007 00:02:48 von Steve

On Wed, 28 Nov 2007 23:04:03 +0100, Miroslav Koica wrote:

> Hello,
>
> I need help please.
> I set up SMTP Auth in Sendmailu. If I want to send message over server
> from mail client (users has MS Outlook), I have following messages in
> log file:
>
> Nov 28 22:15:49 server sm-mta[28041]: lASLFnI8028041:
> 219-84-8-94-adsl-tpe.dynamic.so-net.net.tw [219.84.8.94] did not issue
> MAIL/EXPN/VRFY/ETRN during connection to MTA Nov 28 22:36:05 server
> sm-mta[28116]: lASLa3rZ028116: ruleset=check_rcpt,
> arg1=, relay=89-24-83-24.4ginternet.cz
> [89.24.83.24],reject=550 5.7.1 ... Relaying
> denied. Proper authentication required. Nov 28 22:36:28 server
> sm-mta[28116]: lASLa3rZ028116: from=,
> size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA,
> relay=89-24-83-24.4ginternet.cz [89.24.83.24]
>
> Whats wrong. I search solution on the web, without answer.
>
> Thanks


Did you tell outlook to use smtp auth - something like 'outgoing server
requires authentication' and either 'use incoming acount details' or put
your own in.

Steve

Re: Sendmail SMTP Auth

am 29.11.2007 03:35:19 von miroslav.kocica

> Did you tell outlook to use smtp auth - something like 'outgoing server
> requires authentication' and either 'use incoming acount details' or put
> your own in.
>
> Steve

Yes Steve, I use in outlook 'outgoing server requires authentication'. User
acount is the same like incoming mail server.

Miras

Re: Sendmail SMTP Auth

am 29.11.2007 10:12:59 von Ingo Freund

On 29.11.2007 03:35, "Miroslav Ko*" wrote (please find the answer below the original text):
>
> Yes Steve, I use in outlook 'outgoing server requires authentication'. User
> acount is the same like incoming mail server.
>
> Miras
>
>

Is there a user with the same login name existing on
the sendmail machine?
If yes, check the authentification method you are using
for sendmail.

-Ingo.