Re: Last question with SBS R2 (I hope)
- From: "Steve Foster [SBS MVP]" <steve.foster@xxxxxxxxxxxxx>
- Date: Tue, 04 Dec 2007 08:16:13 -0800
tdenham735@xxxxxxxxx wrote:
I think I've got most of the problems sorted out now. Sorry to keep
asking so many questions:(
It appears that mail is being delivered and accepted, but I never see
it.
Sendmail trace is:
root@mailbox:~# echo "test" | sendmail -v
tdenham@xxxxxxxxxxxxxxxxxxxxx
tdenham@xxxxxxxxxxxxxxxxxxxxxxxx Connecting to [127.0.0.1] via
relay...
220 mail.intellinet-tech.com ESMTP Sendmail 8.13.7/8.13.8; Mon, 3 Dec
2007 14:09
:24 -0500
250-mail.intellinet-tech.com Hello localhost [127.0.0.1], pleased toEHLO mailbox.internal.net
meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE 26214400
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
250 2.0.0 Verbose modeVERB250 2.1.0 <root@xxxxxxxxxxxxxxxxxxxx>... Sender okMAIL From:<root@xxxxxxxxxxxxxxxxxxxx> SIZE=5250 2.1.5 <tdenham@xxxxxxxxxxxxxxxxxxxxx>... Recipient okRCPT To:<tdenham@xxxxxxxxxxxxxxxxxxxxx>
DATA
354 Enter mail, end with "." on a line by itself
050 <tdenham@xxxxxxxxxxxxxxxxxxxxx>... Connecting to local....
050 <tdenham@xxxxxxxxxxxxxxxxxxxxx>... Sent
250 2.0.0 lB3J9Otv016588 Message accepted for delivery
tdenham@xxxxxxxxxxxxxxxxxxxxxxxx Sent (lB3J9Otv016588 Message accepted
for deliv
ery)
Closing connection to [127.0.0.1]
221 2.0.0 mail.intellinet-tech.com closing connectionQUIT
In the user email addresses I have tdenham@xxxxxxxxxxxxxxxxxxx and
tdenham@xxxxxxxxxxxxxxxxxxxxxx
The mail seems to be accepted, no rejection but I never see it.
All the above shows is that a local SMTP server on your machine accepted mail. It doesn't show anything about delivery to your SBS server.
Any ideas where to look?
I don't see anything in the mail queue under first administrative
groups, servers, ads1, queues.
Is there another place mail might go after being accepted?
From your local machine, probably nowhere, since *domain*ads1.intellinet.local probably doesn't exist.
I would simply use a telnet session on port 25 direct to your SBS and try a manual send:
telnet <sbs> 25
helo example.com
mail from: test@xxxxxxxxxxx
rcpt to: <user@xxxxxxxxxxxxxxxxxxx>
data
From: test
To: test
Subject: test
Date: now
<cr>
..<cr>
And see if that's accepted. If it is, you can look for it in the SBS Exchange queues, and it should be delivered.
--
Steve Foster [SBS MVP]
---------------------------------------
MVPs do not work for Microsoft. Please reply only to the newsgroups.
.
- References:
- Last question with SBS R2 (I hope)
- From: tdenham735
- Last question with SBS R2 (I hope)
- Prev by Date: Re: Port 25 redirection w/ Barracuda
- Next by Date: browsing over vpn
- Previous by thread: Last question with SBS R2 (I hope)
- Next by thread: Last question with SBS R2 (I hope)
- Index(es):
Relevant Pages
|