Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Reed Lai
obe_and_attach: sis0 attach returned 6 > > .. > > > > > > I read many articles from Use-net but there seemed no solution for > > this problem. > > > > Any help will be appreciated. > > -- > > Reed Lai > > > > To Unsu

Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Reed Lai
Done, but still no PHY with the same message... On Tue, Jan 14, 2003 at 06:15:48PM -0800, Dax Eckenberg wrote: > just as a test... also add miibus0 > > > - Original Message - > From: "Reed Lai" <[EMAIL PROTECTED]> > To: "FreeBSD Questions"

SMTP Authentication

2009-07-29 Thread Reed Lai
Hi, I have two freebsd mail servers both configured SMTP authentication: FreeBSD Handbook 28.10 SMTP Authenticatin http://www.freebsd.org/doc/en/books/handbook/smtp-auth.html SMTP AUTO in sendmail 8.10-8.13 http://www.sendmail.org/~ca/email/auth.html One is functional, and the othe

Re: SMTP Authentication

2009-07-29 Thread Reed Lai
localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 250-DELIVERBY 250 HELP The Sendmail test seems OK But the SMTP authentication does not work from my mail client. Reed From: Reed Lai Sent

Re: SMTP Authentication

2009-07-29 Thread Reed Lai
mech while other one dosn't. I doubt if your mail client has a support for GSSAPI DIGEST-MD5 CRAM-MD5 auth, usually it's PLAIN or/and LOGIN. Ihor Reed Lai wrote: Instruction of the "SMTP AUTO in sendmail 8.10-8.13" to test the Sendmail banyan# sendmail -d0.1 -bv root Version

Re: SMTP Authentication

2009-07-29 Thread Reed Lai
The maillog does not log the sm-mta: AUTH=server action. The functional server has the AUTH=server action logged. How do I debug from this different? Reed From: Reed Lai Sent: Thursday, July 30, 2009 11:51 AM To: FreeBSD Questions Subject: Re: SMTP Authentication The mail client is Windows

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
list, which is not present on the new server. Ihor Reed Lai wrote: The maillog does not log the sm-mta: AUTH=server action. The functional server has the AUTH=server action logged. How do I debug from this different? Reed From: Reed Lai Sent: Thursday, July 30, 2009 11:51 AM To: FreeBSD Ques

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
ameter is not on the list or LOGIN would be available only after TLS encryption which is not a case for you as your working configuration offers LOGIN during telnet session (it's actually a bad idea to do authentication clear text). Ihor Reed Lai wrote: Yes, the new server leaks LOGIN

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
ay, July 31, 2009 2:55 AM To: FreeBSD Question Subject: Re: SMTP Authentication You may check the location of sasl2 lib which sendmail is compiled with - do ldd on sendmail executable. And verify if Sendmail.conf in the sasl2 lib folder doesn't have any restrictions on available mechs. Ihor

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
And there is LOGIN option selected (as ports default options) when installing the cyrus-sasl2. Reed From: Reed Lai Sent: Friday, July 31, 2009 10:14 AM To: FreeBSD Question Subject: Re: SMTP Authentication Both servers have same ldd outputs and Sendmail.conf contains only "pwcheck_m

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
API DIGEST-MD5 CRAM-MD5 250-DELIVERBY 250 HELP auth login 504 5.3.3 AUTH mechanism login not available Reed From: Reed Lai Sent: Friday, July 31, 2009 10:26 AM To: FreeBSD Question Subject: Re: SMTP Authentication And there is LOGIN option selected (as ports default options) when inst

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
all helps! Reed Lai From: Reed Lai Sent: Friday, July 31, 2009 12:51 PM To: FreeBSD Question Subject: Re: SMTP Authentication The test of saslauthd seems OK too: banyan# testsaslauthd -s smtp -u aNN -p 0: OK "Success." The auth login in smtp connection is