Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 22:09:47 +0200
From:      tethys ocean <tethys.ocean@gmail.com>
To:        freebsd-isp@freebsd.org
Subject:   sendmail+sasl+smtp-auth
Message-ID:  <235b8000041206120915fbbeeb@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

Sendmail8.11 and sasl run on FreeBSD 5.2.1 RELEASE server so I wonder  smtp
auth has got or not.


after telnet localhost 25 the result can be shown =C4=B1in below

ehlo localhost
250-www.stockimage.co.kr Hello localhost.stockimage.co.kr [127.0.0.1],
pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP

Indeed =C4=B1f  it has got smtp auth result must be below?

=20
ehlo server
250-sizinev
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH GSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-AUTH=3DGSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250 8BITMIME



250-AUTH GSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-AUTH=3DGSSAPI PLAIN LOGIN DIGEST-MD5 CRAM-MD5

our user =C4=B1s us=C4=B1ng  ADSL Cable an/or dial-up Dial-up connection
if their connection differ from out connection (outside of our network)
thet can get mail but coulndt send mail since mail server  reject
their IP and in log
(may be forged)=20


Before me other admin enter their IP in access and add  RELAY bu it is
not exact solution.

are there any commend?


I searched in Google I get this result if our server has got smtp auth=20

in the result of  telnet localhost 25 and ehlo server   must be in
below? isnt it?!?!?

 ryuchi@testterm> telnet localhost smtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 testterm.ryuchi.org ESMTP Sendmail 8.11.0/8.11.0; Wed, 9 Aug 2000
16:33:03 +0900 (JST)
EHLO localhost
250-momiji.ryuchi.org Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250-AUTH CRAM-MD5
250 HELP
QUIT
221 2.0.0 testterm.ryuchi.org closing connection
Connection closed by foreign host.
ryuchi@testterm>


r.p.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?235b8000041206120915fbbeeb>