As part of building my new mail server, I'm installing the RPMS to match my old server. However, I can't find a perl-Net-SCP RPM for this version. Can someone point me to where I can get it, preferrably a repo that I can use that has it. I have found perl-Net-SCP-0.08-1.el6.rf.noarch.rpm. As a last resort I could localinstall that. Would it have any nasty side effects? Gary
What are you using to build you mail server? Ever considered giving iRedMail a try? Installs everything you need to run a Linux based mail server completed with webmail and groupmail (using SOGo). -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Gary Stainburn Sent: Monday, August 24, 2015 1:53 PM To: centos at centos.org Subject: [CentOS] perl-Net-SCP on Centos 7 As part of building my new mail server, I'm installing the RPMS to match my old server. However, I can't find a perl-Net-SCP RPM for this version. Can someone point me to where I can get it, preferrably a repo that I can use that has it. I have found perl-Net-SCP-0.08-1.el6.rf.noarch.rpm. As a last resort I could localinstall that. Would it have any nasty side effects? Gary _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos
On Monday 24 August 2015 19:52:52 Gary Stainburn wrote:> I have found perl-Net-SCP-0.08-1.el6.rf.noarch.rpm. As a last resort I > could localinstall that. Would it have any nasty side effects?I've just tried this and I got the following which seems to indicate a bigger problem. Also Googling seems to indicate lots of changes since F9 days. Can anyone suggest the best way to maintain compatibility with the biggish number of Perl scripts I have that use Net::SSH and Net::SCP
On Monday 24 August 2015 20:07:54 Robert Wolfe wrote:> What are you using to build you mail server? Ever considered giving > iRedMail a try? Installs everything you need to run a Linux based mail > server completed with webmail and groupmail (using SOGo).I have a reasonably complex EXIM / Postgresql / Dovecot configuration with lots of bespoke configs. It provides features such as * interacts with other geographically distributed mail servers to distribute emails internally (usual stuff) * photocopier scan-to-email reception -> OCR and database injection, * email to fax/fax to email, * distribution / announce lists * Device Notification -> Helpdesk injection * off-site message backup To be able to complete this project in a timely manor I'm trying to reduce any changes to a minimum, although having looked at the exim.conf and dovecot.conf there has been quite a lot of changes.