< Home - < Back

up-imapproxy


Information about the package, up-imapproxy, which is shipped with common Linux distributions. The up-imapproxy package is designed for, University of Pittsburgh IMAP Proxy.


Package Name:

up-imapproxy

Summary:

University of Pittsburgh IMAP Proxy

Description:

imapproxy was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction. This behaviour can cause tragic performance problems on the IMAP server. imapproxy tries to deal with this problem by leaving server connections open for a short time after a webmail client logs out. When the webmail client connects again, imapproxy will determine if there's a cached connection available and reuse it if possible.

Architecture:

x86_64

Version:

1.2.8

Release:

0.12.20171022svn14722.el6

Size:

61 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for up-imapproxy


Control the up-imapproxy package with the following handy commands outlined below.


Command

Description of Command

yum install up-imapproxy

This command will install up-imapproxy on the server.

yum remove up-imapproxy

This command will un-install up-imapproxy on the server. When you run this command, you will be asked if you are sure that you want to remove up-imapproxy, so you have to manually confirm that you want to do this.

yum -y remove up-imapproxy

This command will un-install up-imapproxy on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove up-imapproxy when using the -y flag.

yum update up-imapproxy

This command will update up-imapproxy to the latest version. When you run this command, you will be asked if you are sure that you want to remove up-imapproxy, so you have to manually confirm that you want to do this.

yum -y update up-imapproxy

This command will update up-imapproxy to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove up-imapproxy when using the -y flag.

yum info up-imapproxy

This command will show you core information about the up-imapproxy package.

yum deplist up-imapproxy

This command will show you the dependencies for up-imapproxy. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update up-imapproxy

This command will check if there is an update waiting on up-imapproxy. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.