Usermin For Webmail 1.380 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Usermin For Webmail 1.380 (Default branch)
# 1  
Old 01-28-2009
Usermin For Webmail 1.380 (Default branch)

ImageUsermin For Webmail is a modified version of theUsermin package that is pre-configured for use asa Web-based email client. It is designed to workon systems running a local IMAP server, such asDovecot. By default, users can read email, setupautoresponders and forwarding with Procmail,filter mail with simple rules, change theirpasswords, and manage folders.License: BSD License (original)Changes:
Sent email in HTML format now has a text-format version attached automatically as well. Filters based on a message's sender, recipient, or subject can now be easily created. Allowed and denied addresses tabs have been added to the Address Book page. The search for messages from the same sender in Maildir folders has been searched. The UI in the SpamAssassin module has been improved.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ASA(1)							    BSD General Commands Manual 						    ASA(1)

NAME
asa -- interpret carriage-control characters SYNOPSIS
asa [file ...] DESCRIPTION
The asa utility reads files sequentially, mapping FORTRAN carriage-control characters to line-printer control sequences, and writes them to the standard output. The first character of each line is interpreted as a carriage-control character. The following characters are interpreted as follows: <space> Output the rest of the line without change. 0 Output a <newline> character before printing the rest of the line. 1 Output a <formfeed> character before printing the rest of the line. + The trailing <newline> of the previous line is replaced by a <carriage-return> before printing the rest of the line. Lines beginning with characters other than the above are treated as if they begin with <space>. EXIT STATUS
The asa utility exits 0 on success, and >0 if an error occurs. EXAMPLES
To view a file containing the output of a FORTRAN program: asa file To format the output of a FORTRAN program and redirect it to a line-printer: a.out | asa | lpr SEE ALSO
f77(1) STANDARDS
The asa utility conforms to IEEE Std 1003.1-2001 (``POSIX.1''). AUTHORS
J.T. Conklin, Winning Strategies, Inc. BSD
May 9, 2002 BSD