From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 11:43:47 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B016A4CE for ; Wed, 12 Jan 2005 11:43:47 +0000 (GMT) Received: from mxsf39.cluster1.charter.net (mxsf39.cluster1.charter.net [209.225.28.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B6643D48 for ; Wed, 12 Jan 2005 11:43:46 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from mxip25.cluster1.charter.net (mxip25a.cluster1.charter.net [209.225.28.155])j0CBhjBc014992 for ; Wed, 12 Jan 2005 06:43:45 -0500 Received: from c66.191.67.211.static.dul.mn.charter.com (HELO [66.191.67.211]) (66.191.67.211) by mxip25.cluster1.charter.net with ESMTP; 12 Jan 2005 06:43:44 -0500 X-Ironport-AV: i="3.88,118,1102309200"; d="scan'208?sig'208"; a="173352591:sNHT26071886" Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <3439F5D4-648F-11D9-AD37-000D9333E43C@secure-computing.net> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-7-521485179" To: Freebsd-Questions (E-mail) From: Eric F Crist Date: Wed, 12 Jan 2005 05:43:40 -0600 X-Pgp-Agent: GPGMail 1.0.2 X-Mailer: Apple Mail (2.619) Subject: Fwd: sendmail problem - Helo command rejected: Host not found (For GOOGLE) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 11:43:47 -0000 --Apple-Mail-7-521485179 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Begin forwarded message: > From: Srot BULL > Date: January 12, 2005 8:01:53 AM CST > To: Eric F Crist > Subject: Re: sendmail problem - Helo command rejected: Host not found > Reply-To: pwd8jmr22w@me.point.ne.jp > > On Tue, 2005-01-11 at 22:21 -0600, Eric F Crist wrote: >> Try editing the /etc/mail/sendmail.cf file and search for a line that >> starts with LogLevel. By default, IIRC, it's set to 9. Change this >> to >> 25, and from /etc/mail type make restart. (Don't make/make install as >> you're loglevel will be reset. >> >> Try sending an email. As soon as you're client is done, go to the >> server and type: >> >> # tail -n 50 /var/log/maillog >> >> You should see some information regarding the authentication and if >> there were any errors or not. > > I did what you suggested above... > Well actually I do not know yet how to read log files but it seems that > there was no authentication but I did saw some errors if that is what > they are called like below? > > Jan 12 13:45:46 r40e sm-mta[2675]: j0CDjksI002673: --- 050 > ... Connecting to vc.point.ne.jp. via relay... > Jan 12 13:45:46 r40e sm-mta[2675]: j0CDjksI002673: SMTP outgoing > connect > on [192.168.0.3] > Jan 12 13:45:47 r40e sm-mta[2675]: j0CDjksI002673: --- 554 5.0.0 > Service > unavailable (hold) > Jan 12 13:45:47 r40e sm-mta[2675]: j0CDjksI002673: > to=, ctladdr= > (1001/1001), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30529, > relay=vc.point.ne.jp. [211.1.103.23], dsn=5.0.0, stat=Service > unavailable > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjksI002673: --- > 050 /home/srotbull/.forward: line 1: forwarding to "| > exec /usr/local/bin/procmail " > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjksI002673: forward > => "|exec /usr/local/bin/procmail " > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjksI002673: j0CDjmsI002675: DSN: > Service unavailable > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjmsI002675: --- 050 "| > exec /usr/local/bin/procmail "... Connecting to prog... > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjmsI002675: --- 050 "| > exec /usr/local/bin/procmail "... Sent > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjmsI002675: to="| > exec /usr/local/bin/procmail ", ctladdr= > (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=31553, > dsn=2.0.0, stat=Sent > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjmsI002675: done; > delay=00:00:00, > ntries=1 > Jan 12 13:45:48 r40e sm-mta[2675]: j0CDjksI002673: done; > delay=00:00:02, > ntries=1 > Jan 12 13:45:48 r40e sm-mta[2675]: NOQUEUE: --- 050 Closing connection > to vc.point.ne.jp. > > Can you see anything strange in here? By the way, I was googling and > found some articles on authinfo so I change my .mc file line's > from > FEATURE(`authinfo') > to > FEATURE(`authinfo', `hash -o /etc/mail/authinfo') > and the line in /etc/mail/authinfo > from > AuthInfo:me.point.ne.jp "U:pwd8jmr22w" "I:pwd8jmr22w" "P:jkvvjsua" > to > AuthInfo:me.point.ne.jp "U:pwd8jmr22w" "I:pwd8jmr22w" "P:jkvvjsua" > "M:LOGIN PLAIN" > > Are the above applicable? > Thanks for the response... > > Srot BULL > > > > > _______________________________________________________ Eric F Crist "I am so smart, S.M.R.T!" Secure Computing Networks -Homer J Simpson --Apple-Mail-7-521485179 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iEYEARECAAYFAkHlDWwACgkQRAAY9knOW+p9kwCdGSL76jmHMrpgw6PIRUa3YIBY GvIAnjEl73m9R3kMtv/kL6KvCPy/0NP/ =gBX8 -----END PGP SIGNATURE----- --Apple-Mail-7-521485179--