Unable to find getmail4

Discussion in 'ISPConfig 3 Priority Support' started by tlove, Sep 8, 2022.

  1. tlove

    tlove Member HowtoForge Supporter

    Following instructions for perfect Ubuntu server 20.04 using 22.04
    Unable to find getmail4 and see that Debian says it has been removed from all repositories (https://tracker.debian.org/pkg/getmail4 )
    Is there an alternative?
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  3. tlove

    tlove Member HowtoForge Supporter

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    getmail4 exists on Ubuntu 20.04. See here:

    Code:
    root@server1:/home/administrator# cat /etc/os-release
    NAME="Ubuntu"
    VERSION="20.04.4 LTS (Focal Fossa)"
    ID=ubuntu
    ID_LIKE=debian
    PRETTY_NAME="Ubuntu 20.04.4 LTS"
    VERSION_ID="20.04"
    HOME_URL="https://www.ubuntu.com/"
    SUPPORT_URL="https://help.ubuntu.com/"
    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
    VERSION_CODENAME=focal
    UBUNTU_CODENAME=focal
    root@server1:/home/administrator# apt-cache search getmail
    ax25mail-utils - hamradio packet utilities for fbb
    getmail - mail retriever with support for POP3, IMAP4 and SDPS
    getmail4 - transitional dummy package
    mblaze - UNIX utilities to deal with Maildir
    Most likely your sources.list file is not correct or you are not on Ubuntu 20.04 when apt tells you that getmail4 does not exist.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

  6. tlove

    tlove Member HowtoForge Supporter

    My apologies for taking up your time. I'd accidentally tried to load wrong version of ubuntu and hadn't realised.
     

Share This Page