Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "Jörg Harmuth" <harmuth@mnemon.de>
To: netfilter@lists.netfilter.org
Subject: Re: 30s delay while receiving mail
Date: Thu, 29 Sep 2005 12:43:10 +0200	[thread overview]
Message-ID: <433BC53E.5050802@mnemon.de> (raw)
In-Reply-To: <BAY108-F26F9A9A119223E58D8E647978D0@phx.gbl>

david v wrote:
> Hello,
> I'm having problems receiving email. There is always a delay of 30s 
> behinf the DMZ zone.

[SNIP]

> telnet mail 110 (30s delay)
> telnet mail 25 (no delay)
> 
> Forewall Nat rules are properly configured so that the firewall forward 
> pop incoming queries to the correct IP adress(mail machine).
> 
> I'm not sure how to resolve that issue, any help would be extremely 
> useful. Could that be a problem on the firewall side ?

Yes and no - a matter of taste. May be there is a identd call from your 
POP3 server ? And this call is DROPed somewhere ? If so, this rule will 
help:

iptables -I OUTPUT -p tcp --dport 113 -j REJECT \
          --reject-with tcp-reset

Hmm, your talking about DMZ. The above rule is written for the POP3 
server itself. On the firewall you should replace OUTPUT with INPUT. If 
these rules don't solve the problem you can delete the rule by

iptables -D [IN|OUT]PUT 1

HTH,

Joerg



       reply	other threads:[~2005-09-29 10:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <BAY108-F26F9A9A119223E58D8E647978D0@phx.gbl>
2005-09-29 10:43 ` Jörg Harmuth [this message]
2005-09-29 15:54 ` 30s delay while receiving mail Jörg Harmuth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=433BC53E.5050802@mnemon.de \
    --to=harmuth@mnemon.de \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox