SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 30 | January | 2008 ]

<< Previous Message << >> Next Message >>


Date: Wed, 30 Jan 2008 00:55:38 -0800
From: "Steven Levine" <steve53@earthlink.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: Sendmail


1
This is a MIME encapsulated message.

Content Type: text/plain

Content-Transfer-Encoding: 7bit

In <47A02CD1.2090407@usa.net>, on 01/29/08
at 11:51 PM, Sheridan George said:

Hi,

Given that sendmail does not like

sendmail -d -a SENDMAIL.Test -tlistsns@roadrunner.com
-fs-geo@usa.net

it's clear that the - in s-geo is confusing the sendmail command line
parser. Try quoting like

sendmail -d -a SENDMAIL.Test -tlistsns@roadrunner.com
-f"s-geo@usa.net"

I suspect that once you get the command line straightened out, you will
find that sendmail is attempting local delivery for every message you
send.

The local in the following log message tells you this

===== SENDALL: mode b, id XAA000.98, e_from 16906634=os2user:
mailer 4 (local), host `', user `os2user', ruser `'
next=0, flags=5, alias 0, uid 0, gid 0
owner=(none), home="/E:/MPTN/ETC", fullname="(none)"

The reason for this is

SYSTEM IDENTITY (after readcf):
(short domain name) $w = smtp.roadrunner.com
(canonical domain name) $j = $w
(subdomain name) $m = roadrunner.com
(node name) $k = smtp.roadrunner.com

which says you have told sendmail you are smtp.roadrunner.com. This means
given your ruleset, you are going to get local delivery for anything you
send, which is not what you want.

My log contains

SYSTEM IDENTITY (after readcf):
(short domain name) $w = localhost.earthlink.net
(canonical domain name) $j = slamain
(subdomain name) $m = earthlink.net
(node name) $k = localhost.earthlink.net

which is not really any better, but I avoided the failure by changing the
ruleset.

>For some reason I let sendmail run instead of stopping it with ctrl-C and
>2 minutes later it actually finished (ipformat-120Min.txt)

It finished if you consider a time out finishing. What did you expect to
happen?

>Lastly I ran the command line I have been using but added the -d option.
>That resulted in a big gob of command line data (cmdLine.txt) with the
>resulting ipformat-simple-d_cmdLine.txt.

>Well, I guess there is now enough to put y'all to sleep for a while. Good
>luck cuz I'm lost.

When you try it the way I suggested and you should get somewhat better
results. It should be possible to use just -t, but I recommend getting
send to work first.

Looking at cmdline.txt

getauthinfo: os2user@localhost

happens because these are the defaults you set up. Supply a full from
address on the command line and you will start to get results that look
more like what I got.

You will know things are working when to log ends with something like this

====finis: stat 0 e_flags 10003, e_id=QAA066.64
dropenvelope 11a2bb98: id=QAA066.64, flags=0x1003

===== Dropping [dq]fQAA066.64 =====

This says the queued message was deleted because it was sent out without
errors.

Since I don't have a pristine copy of Bob's sendmail.cf, someone should
send me one. A copy of your test message might be useful too.

Steven

--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 3.00 beta 10pre #10183 eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #scoug (Wed 7pm PST)
----------------------------------------------------------------------


Content Type: application/octet-stream

File attachment: tmp.log


Content Type: text/plain

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 30 | January | 2008 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.