Eric wrote:
> I'm trying to figure out a problem with postfix
> where incoming internet mail hangs at
> "End DATA with <CR><LF>.<CR><LF>" when receiving email
> (local intranet xfers work just fine) and eventually
> times out: "Timeout after DATA"
This is used for "ending" the DATA section (ie., the email message) of
an email transmission.
>From RFC 821 :
The mail data is terminated by a line containing only a
period, that is the character sequence "<CRLF>.<CRLF>" (see
Section 4.5.2 on Transparency). This is the end of mail
data indication.
The same holds true if interacting with the mail server via telnet to
port 25.
Sounds like something not right with email server or the program you
are using to fetch mail off the server.
> If i ping my router 192.168.1.1 i get responses just fine
> or even if i use the WAN ip its ok,
> but if i ping it "ping -s 1600 192.168.1.1" it doesnt respond
> but "ping -s 1400 192.168.1.1" is ok (below mtu of 1500)
> Is that normal?
> My router is a linksys BEFSR11.
> Anyone familiar with this?
Ethernet packets are limited to 1500 bytes in size (+ a few overhead
bytes) so this is "normal" behavior. Your network is not the source of
this problem.
RFC 821 provides for some wiggle room via the Transparency mentioned
above. But it's the duty of the software to handle dots "correctly".
Not familiar enough with Postfix configs to help you out here if this
is the source of your problem.
What do you use to fetch mail off the server? What is the MTA (mail
server) that your Postfix communicates with for internet mail? Are you
using any scripts or mail processing apps when fetching internet mail?
I'm not a mail guru, so hopefully the qualified will chime in with the
answer.
prg
email above disabled
|