Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Postfix problem

  • 07-05-2006 10:58pm
    #1
    Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭


    I don't know why, but this problem cropped up all of a sudden. I'm running my own IMAP server at home, using fetchmail to poll several POP3 servers, handing the mail off to postfix, which delivers it through procmail. For no apparent reason, postfix has started playing silly buggers.

    Fetchmail reports "SMTP connect to localhost failed". When I try to "telnet localhost 25", I don't get any response. And yet, I can see postfix is running, and "lsof -i" shows me "master" listening on port 25.

    Any ideas? I badly need to get access to my mail!


Comments

  • Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭oscarBravo


    Just to confuse matters further, I decided to remove postfix and install exim - same problem. There's an exim entry in /etc/inetd.conf, but telnet to port 25 still doesn't respond.

    Even stranger: whatever port I try to telnet to, I get the same response. For example, if I "telnet localhost 80", I get "Trying 127.0.0.1...", whereas if I "telnet zen 80" from my laptop I get a response from Apache. Looks like there's an underlying issue.


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    oscarBravo wrote:
    Fetchmail reports "SMTP connect to localhost failed". When I try to "telnet localhost 25", I don't get any response. And yet, I can see postfix is running, and "lsof -i" shows me "master" listening on port 25.
    What does postfix say? Take a look at your mail logs.
    Also take a look at the output of iptables-save
    if you're using linux. Might be firewall related.

    NiallB


  • Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭oscarBravo


    Got it working again - the problem was that the loopback interface "lo" was down. Bringing it up sorted it all out.

    Now I don't understand why it was down. That's the way it was after a reboot. /etc/network/interfaces has the lines:
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    ...which looks vanilla to me. The only reference to "lo" I can see in dmesg is "lo: Disabled Privacy Extensions".

    Strange.


Advertisement