> > > On 2019-12-02 13:15, Earl Terwilliger via CentOS wrote: >> Hi, >> >> I am trying to install Squirrelmail on Centos 8 but it seems that >> package >> is missing in the EPEL repo for Centos 8? Anyone know if this was on >> purpose or how to tell which packages won't be created? > > As far as I know, squirrelmail is noT actively maintained for quite some > time: > > https://www.squirrelmail.org/ > > For this reason, variety of distributions phase it out, or may do it > soon. Latest version coming as port on FreeBSD is dated Apr 4, 2018 (it > runs under PHP-7.2 so I'm happy so far). I maintain two webmail front > ends: squirrelmail and round cube. I plan to replace squirrelmail with > Horde webmail soon. > > I hope, this helps. > > Valeri > >> >> Thanks, >> Earl >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > > -- > ++++++++++++++++++++++++++++++++++++++++ > Valeri Galtsev > Sr System Administrator > Department of Astronomy and Astrophysics > Kavli Institute for Cosmological Physics > University of Chicago > Phone: 773-702-4247 > ++++++++++++++++++++++++++++++++++++++++ > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >Thanks.. Squirrelmail is still available on Fedora 31 so I was thinking it still should be around for centos 8 (and it does work on the latest versions of php) I will have to look around for something to replace it but the big problem is getting the users to like something new... Earl
On 2019-12-02 13:46, Earl Terwilliger via CentOS wrote:>> >> >> On 2019-12-02 13:15, Earl Terwilliger via CentOS wrote: >>> Hi, >>> >>> I am trying to install Squirrelmail on Centos 8 but it seems that >>> package >>> is missing in the EPEL repo for Centos 8? Anyone know if this was on >>> purpose or how to tell which packages won't be created? >> >> As far as I know, squirrelmail is noT actively maintained for quite some >> time: >> >> https://www.squirrelmail.org/ >> >> For this reason, variety of distributions phase it out, or may do it >> soon. Latest version coming as port on FreeBSD is dated Apr 4, 2018 (it >> runs under PHP-7.2 so I'm happy so far). I maintain two webmail front >> ends: squirrelmail and round cube. I plan to replace squirrelmail with >> Horde webmail soon. >> >> I hope, this helps. >> >> Valeri >> >>> >>> Thanks, >>> Earl >>> _______________________________________________ >>> CentOS mailing list >>> CentOS at centos.org >>> https://lists.centos.org/mailman/listinfo/centos >>> >> >> -- >> ++++++++++++++++++++++++++++++++++++++++ >> Valeri Galtsev >> Sr System Administrator >> Department of Astronomy and Astrophysics >> Kavli Institute for Cosmological Physics >> University of Chicago >> Phone: 773-702-4247 >> ++++++++++++++++++++++++++++++++++++++++ >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > > Thanks.. Squirrelmail is still available on Fedora 31 so I was thinking it > still should be around for centos 8 (and it does work on the latest > versions of php) > > I will have to look around for something to replace it but the big problem > is getting the users to like something new...Horde webmail seems to be closest in appearance and interaction with user. Round cube is way different. I must confess though, I didn't have time to try horde webmail yet. Yes, and Fedora fully escaped my mind... so Fedora source package rebuilt on your system may be the smoothest solution. Valeri> > Earl > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >-- ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++
Hi, You can rebuild the RPM on a CentOS 8 box from https://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/s/squirrelmail-1.4.23-1.el7.20190710.src.rpm or https://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/source/tree/Packages/s/squirrelmail-1.4.23-2.fc31.20190710.src.rpm and install the resulting RPM. For the source https://sourceforge.net/p/squirrelmail/code/HEAD/tree/ the last commit was 6 days ago. you can use https://sourceforge.net/p/squirrelmail/code/HEAD/tree/branches/SM-1_4-STABLE/squirrelmail/contrib/RPM/squirrelmail.spec if you are interested in hacking, as the default configuration is different from CentOS. thanks --- Thomas Stephen Lee Note: this for internal use only. Not for accessing from the www. On Tue, Dec 3, 2019 at 1:26 AM Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote:> > > On 2019-12-02 13:46, Earl Terwilliger via CentOS wrote: > >> > >> > >> On 2019-12-02 13:15, Earl Terwilliger via CentOS wrote: > >>> Hi, > >>> > >>> I am trying to install Squirrelmail on Centos 8 but it seems that > >>> package > >>> is missing in the EPEL repo for Centos 8? Anyone know if this was on > >>> purpose or how to tell which packages won't be created? > >> > >> As far as I know, squirrelmail is noT actively maintained for quite some > >> time: > >> > >> https://www.squirrelmail.org/ > >> > >> For this reason, variety of distributions phase it out, or may do it > >> soon. Latest version coming as port on FreeBSD is dated Apr 4, 2018 (it > >> runs under PHP-7.2 so I'm happy so far). I maintain two webmail front > >> ends: squirrelmail and round cube. I plan to replace squirrelmail with > >> Horde webmail soon. > >> > >> I hope, this helps. > >> > >> Valeri > >> > >>> > >>> Thanks, > >>> Earl > >>> _______________________________________________ > >>> CentOS mailing list > >>> CentOS at centos.org > >>> https://lists.centos.org/mailman/listinfo/centos > >>> > >> > >> -- > >> ++++++++++++++++++++++++++++++++++++++++ > >> Valeri Galtsev > >> Sr System Administrator > >> Department of Astronomy and Astrophysics > >> Kavli Institute for Cosmological Physics > >> University of Chicago > >> Phone: 773-702-4247 > >> ++++++++++++++++++++++++++++++++++++++++ > >> _______________________________________________ > >> CentOS mailing list > >> CentOS at centos.org > >> https://lists.centos.org/mailman/listinfo/centos > >> > > > > Thanks.. Squirrelmail is still available on Fedora 31 so I was thinking > it > > still should be around for centos 8 (and it does work on the latest > > versions of php) > > > > I will have to look around for something to replace it but the big > problem > > is getting the users to like something new... > > Horde webmail seems to be closest in appearance and interaction with > user. Round cube is way different. I must confess though, I didn't have > time to try horde webmail yet. > > Yes, and Fedora fully escaped my mind... so Fedora source package > rebuilt on your system may be the smoothest solution. > > Valeri > > > > > Earl > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > -- > ++++++++++++++++++++++++++++++++++++++++ > Valeri Galtsev > Sr System Administrator > Department of Astronomy and Astrophysics > Kavli Institute for Cosmological Physics > University of Chicago > Phone: 773-702-4247 > ++++++++++++++++++++++++++++++++++++++++ > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >