Sponsored Content
Full Discussion: Squirrelmail Rhel5
Operating Systems Linux Red Hat Squirrelmail Rhel5 Post 302244902 by saurabh84g on Thursday 9th of October 2008 02:06:38 AM
Old 10-09-2008
Data Squirrelmail Rhel5

Hi ,
I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the
squirrelmail-1.4.2-1.noarch.rpm

And i downloaded the same but it is not working .
can anyone can give any link to download the same for Rhel5.??

Thanks
 

4 More Discussions You Might Find Interesting

1. Red Hat

Squirrelmail Configuration

Hi all, please help me out i want to configure squirrelmail in RHEL 5 ( i have configured sendmail on the same server) plz tell me the ways to confiigure it,Pre-requisite 1) via rpm 2) via package i am pretty confused by the document on the internet which to apply.plz help me out . (1 Reply)
Discussion started by: saurabh84g
1 Replies

2. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

3. UNIX and Linux Applications

squirrelmail login problems

Hi, I configured a mail server and I'm trying to configure webmail also but i get some errors when i login to the site. mail.log Feb 28 03:26:56 mail imapd: Connection, ip= Feb 28 03:27:33 mail imapd: Connection, ip= Feb 28 03:27:33 mail imapd: LOGIN FAILED, user=jeroen@local.nl,... (0 Replies)
Discussion started by: jld
0 Replies

4. Red Hat

Error to configure Squirrelmail IMAP Proxy

Hi there.. :D I"m new in Linux. Trying to install squirrelmail-imap_proxy-1.2.7 on Red Hat WS 4. Errors from ./configure as shown below: # ./configure checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking... (5 Replies)
Discussion started by: che.din
5 Replies
PUPPET-PLUGIN(8)						   Puppet manual						  PUPPET-PLUGIN(8)

NAME
puppet-plugin - Interact with the Puppet plugin system. SYNOPSIS
puppet plugin action DESCRIPTION
This subcommand provides network access to the puppet master's store of plugins. The puppet master serves Ruby code collected from the lib directories of its modules. These plugins can be used on agent nodes to extend Facter and implement custom types and providers. Plugins are normally downloaded by puppet agent during the course of a run. OPTIONS
Note that any configuration parameter that's valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action. For example, server is a valid configuration parameter, so you can specify --server <servername> as an argument. See the configuration file documentation at http://docs.puppetlabs.com/references/stable/configuration.html for the full list of acceptable parameters. A commented list of all configuration options can also be generated by running puppet with --genconfig. --mode MODE The run mode to use for the current action. Valid modes are user, agent, and master. --render-as FORMAT The format in which to render output. The most common formats are json, s (string), yaml, and console, but other options such as dot are sometimes available. --verbose Whether to log verbosely. --debug Whether to log debug information. ACTIONS
download - Download plugins from the puppet master. SYNOPSIS puppet plugin download DESCRIPTION Downloads plugins from the configured puppet master. Any plugins downloaded in this way will be used in all subsequent Puppet activ- ity. This action modifies files on disk. RETURNS A list of the files downloaded, or a confirmation that no files were downloaded. When used from the Ruby API, this action returns an array of the files downloaded, which will be empty if none were retrieved. EXAMPLES
download Retrieve plugins from the puppet master: $ puppet plugin download Retrieve plugins from the puppet master (API example): $ Puppet::Face[:plugin, '0.0.1'].download COPYRIGHT AND LICENSE
Copyright 2011 by Puppet Labs Apache 2 license; see COPYING Puppet Labs, LLC June 2012 PUPPET-PLUGIN(8)
All times are GMT -4. The time now is 12:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy