Re: What's blocking Port 25?

From: Griffin Palmer (griffjo_at_pacbell.net)
Date: 07/30/04

  • Next message: Sven Hoexter: "Re: Source ISOs"
    Date: Fri, 30 Jul 2004 00:26:22 -0700 (PDT)
    To: debian-user@lists.debian.org
    
    

    Muddled thinking was also a problem! I was taking the
    "connection refused" message to be a symptom that the
    firewall was rejecting packets on that port. But I
    should have remembered from my own experience (duh)
    that one gets that message when trying to connect to a
    port on which no service is listening. Sheesh.

    I manually started exim as a listening port with exim
    -bd, and everything fell into place. I started
    receiving mail from the outside world, and lsof -cv
    exim -a showed exim is up and running.

    Next, I took a closer look at the /etc/inet.d/exim4
    script, which was left over from an earlier install
    from binaries. I'd hand-edited it to reflect the path
    to the binaries I'd compiled myself -- and screwed up.
    Once I correctly entered the path to the new exim
    binary, the init.d script began working properly.

                                  gp

    --- John Summerfield <debian@ComputerDatasafe.com.au>
    wrote:
    > Griffin Palmer wrote:
    >
    > >Hmm. When I try the syntax with 'post,' as in your
    > >example below, I get output similar to what you
    > show
    > >below.
    > >
    > >When I try lsof -c exim -a -i, I get nothing.
    > >
    > >
    > >
    > That sounds like a problem. Unless the exim program
    > has some other name
    > (I don't use it) then it's not running.

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Sven Hoexter: "Re: Source ISOs"

    Relevant Pages

    • Whats blocking Port 25?
      ... *entirely* a firewall issue. ... I have my own domain, running its own DNS, smtp host, ... I'm using exim 4.41, compiled from source, as my MTA. ... answering that Port 25 is closed. ...
      (Debian-User)
    • Re: SMTP smart host authentication fails
      ... redirects sort of mess up exim. ... is opening a port in your own firewall to let exim call out on port 587. ... I have a hardware firewall. ... does reconfiguring Exim also restart ...
      (Debian-User)
    • Re: Exim4 + port forwarding
      ... > Kumar Appaiah wrote: ... exim can't forward my messages anymore. ... > By this I think you are saying that exim on localhost is connecting ... The problem is that all my requests to the smarthost's port 25 are ...
      (Debian-User)
    • Re: Exim4 + port forwarding
      ... >>By this I think you are saying that exim on localhost is connecting ... >>Relay your forwarded messages through him. ... > The problem is that all my requests to the smarthost's port 25 are ...
      (Debian-User)
    • Re: Managing Maildirs
      ... to a more robust and faster imap server ... I changed the config file for Exim to change a transport from doing ... Ran a script to convert all the mboxes that I had into Maildir. ... I believe a perfect script to migrate your mboxes to $home/Maildir. ...
      (freebsd-isp)