Sponsored Content
Full Discussion: webmail
Top Forums Shell Programming and Scripting webmail Post 26061 by Esaia on Saturday 10th of August 2002 08:28:34 PM
Old 08-10-2002
Computer

I use SquirrelMail.
http://www.squirrelmail.org/
I run:
uw-imapd, exim, ipopd on the server.

just an example Smilie
 

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Webmail problem

Hello, My chief has asked me to permit webmail users (the server is iMS 5.2) to send mail "from" different address for example one day toto@monday.com the other day toto@tuesday.com. I search for days and don't fond any way to change the address used to send message. Is someone is a god with... (2 Replies)
Discussion started by: annececile
2 Replies

2. UNIX for Dummies Questions & Answers

webmail Recommedation

Can some one please recommed a good commercial webmail to me please. We are currently running horde/imp with ingo for our sieve filter, autovaction messges and I like it but my boss does not like it. So he ask me to look for good commercial webmail that can do sieve filter, calending, suport the... (0 Replies)
Discussion started by: hassan1
0 Replies

3. UNIX for Advanced & Expert Users

Webmail access using shell scripting

Hi all, Is it possible that I can access a webmail inbox using unix shell scripting? If that is possible, can you please give me some tips so that i can proceed further? Thanks, Geetha (6 Replies)
Discussion started by: iamgeethuj
6 Replies

4. UNIX for Dummies Questions & Answers

Sending attachment to webmail using UNIX

Hi, I am using Unix commands to send email with attachment from SAP. Within the organization(company email) the attachment is perfect, when I am trying to send as an web mail (yahoo) the attachment is not appearing and junk chars are coming as body. Someone suggested that I can use MIME,... (4 Replies)
Discussion started by: supriya5980
4 Replies
BUNDLE(1)						      General Commands Manual							 BUNDLE(1)

NAME
bundle - collect files for distribution SYNOPSIS
bundle file ... DESCRIPTION
Bundle writes on its standard output a shell script for rc(1) or a Bourne shell which, when executed, will recreate the original files. Its main use is for distributing small numbers of text files by mail(1). Although less refined than standard archives from ar(1) or tar(1), a bundle file is self-documenting and complete; little preparation is required on the receiving machine. EXAMPLES
bundle mkfile *.[ch] | mail kremvax!boris Send a makefile to Boris together with related and files. Upon receiving the mail, Boris may save the file sans postmark, say in gift/horse, then do cd gift; rc horse; mk SOURCE
/rc/bin/bundle SEE ALSO
ar(1), tar(1), mail(1) BUGS
Bundle will not create directories and is unsatisfactory for non-text files. Beware of gift horses. BUNDLE(1)
All times are GMT -4. The time now is 04:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy