SquirrelMail 1.4.15 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SquirrelMail 1.4.15 (Stable branch)
# 1  
Old 05-25-2008
SquirrelMail 1.4.15 (Stable branch)

ImageSquirrelMail is a standards-based Webmail package.It includes built-in pure PHP support for the IMAPand SMTP protocols, and all pages are rendered inpure HTML 4.0 for maximum compatibility acrossbrowsers. It has very few requirements, and isvery easy to configure and install. It has all thefunctionality you would want from an email client,including strong MIME support, address books, andfolder manipulation.License: GNU General Public License (GPL)Changes:
This release is a bugfix release for a number ofissues identified since 1.4.13 was released.Version number 1.4.14 was skipped, because somespammer decided to use this version number in aphishing attempt.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. Red Hat

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 (1 Reply)
Discussion started by: saurabh84g
1 Replies
Login or Register to Ask a Question
pure-ftpwho(8)							     Pure-FTPd							    pure-ftpwho(8)

NAME
pure-ftpwho - Report current FTP sessions SYNTAX
pure-ftpwho [-c] [-h] [-H] [-n] [-p] [-s] [-v] [-w] [-W] [-x] DESCRIPTION
pure-ftpwho shows current Pure-FTPd client sessions. Only the system administrator may run this. Output can be text (default), HTML, XML data and parser-optimized. The server has to be compiled with --with-ftpwho to support this command. OPTIONS
-c the program is called via a web server (CGI interface) . Output is a full HTML page with the initial content-type header. This option is automatically enabled if an environment variable called GATEWAY_INTERFACE is found. This is the default if you can the program from a CGI-enabled web server (Apache, Roxen, Caudium, WN, ...) . -h Output help information and exit. -H Don't resolve host names, and only show IP addresses (faster). -n A synonym for -H. -p Output Mac OSX / GNUStep plist data. -s Output only one line per client, with only numeric data, delimited by a | character. It's not very human-readable, but it's designed for easy parsing by shell scripts (cut/sed) . '|' characters in user names or file names are quoted (|) . -v Output an ASCII table (just like the default mode), with more info. The verbose output includes the local IP, the local port, the total size of transfered files and the current number of transfered bytes. -w Output a complete HTML page (web mode). -W Output an HTML page with no header and no footer. This is an embedded mode, suitable for inline calls from CGI, SSI or PHP scripts. -x Output well-formed XML data for post-processing. FILES
/var/run/pure-ftpd/ Scoreboard directory. Should always owned by root and on a lockable filesystem. ENVIRONMENT VARIABLES
GATEWAY_INTERFACE If found, automatically run in CGI mode and output HTML data. AUTHORS
Frank DENIS <j at pureftpd dot org> SEE ALSO
ftp(1), pure-ftpd(8) pure-ftpwho(8) pure-mrtginfo(8) pure-uploadscript(8) pure-statsdecode(8) pure-pw(8) pure-quotacheck(8) pure-authd(8) RFC 959, RFC 2389, RFC 2228 and RFC 2428. Pure-FTPd team 1.0.36 pure-ftpwho(8)