Re: My Default SMTP Virtual Server does sometimes not send out my emails



I used to have the problem with the dynamic IP address and that's
the reason why my mail server forwards all the emails to the email
server of my provider.

Okay, then your logs can only show [1] connections between your
clients and your server and [2] connections between your server and
the smart host, *not* between the provider's outbound servers and the
destination domain. And indeed, on more inspection, what you are
showing are failed connections between, for example, the client
machine at private IP 10.176.1.2 and your server. That isn't what is
referred to as a _delivery_ problem. It is a _submission_ problem.

Specifically, it looks like the client is not sending the DATA command
properly or the server is not receiving the DATA command; the client
may not be receiving the acknowledgment of the RCPT command and thus
does not proceed to DATA.

As long as you have no anti-spam defenses on your submission server,
then these symptoms point to network errors (physical failure of
switchport, etc.) or erroneous inline filtering (if there is a
misconfigured application firewall between your clients and the
server, this can interfere with the proper sequence of commands).

You want to look at a debug-level client log if you can generate one,
or a network trace.

--Sandy


------------------------------------
Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
------------------------------------
.



Relevant Pages

  • Re: Network intermittently dropping the connection to shared files on server
    ... what we were using with our SBS2000 server with no problems. ... It's a small Server plus 4 Client W/S set up in one office. ... All users that have current connections to the shared files are ... We have a small network < 5 clients connected to a new Dell ...
    (microsoft.public.windows.server.sbs)
  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • This is going straight to the pool room
    ... or not the client has privilege to do what they're trying to do, ... The server environment is this: ... 3GL User action Routines that Tier3 will execute on your behalf during the ... Routine Name: USER_INIT ...
    (comp.os.vms)
  • Re: TCP server stop receiving new connections
    ... reset the event mask of your listening socket each time you ... I have a strange problem in my class library used by all our client ... server applications. ... incomming connections, but keeps current connections. ...
    (microsoft.public.win32.programmer.networks)
  • [Full-Disclosure] R: Full-Disclosure Digest, Vol 3, Issue 42
    ... Full-Disclosure Digest, Vol 3, Issue 42 ... SD Server 4.0.70 Directory Traversal Bug ... Arkeia Network Backup Client Remote Access ...
    (Full-Disclosure)

Loading