Sponsored Content
Full Discussion: webmail
Top Forums Shell Programming and Scripting webmail Post 25760 by tamemi on Monday 5th of August 2002 04:26:07 AM
Old 08-05-2002
webmail

Dear All ,

Kindly am looking for a script for a web mail , that i can install it on my linux machine , ( am using Red Hat 6.1 ) .

web mail , where my useres can check their emails , sending and receiving .

Is what am asking for possible or not ?

ThanksSmilie 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
mbot(1) 						      General Commands Manual							   mbot(1)

NAME
mbot -- Mail handling robot SYNOPSIS
mbot [-h] [-c configuration file] Description mbot is a generic purpose mail robot, written in python. The first goal while writting this piece of software was to provide some kind of web access (http) to people limited on mail (smtp). So mbot will receive some mail and make some action for you, then send you back a reply mail. The actions mbot will take are to be defined in its configuration file (see mbot.conf(5)) and depends on the available handlers : GoogleHandler Used to perform some search with the well known search engine UrlHandler This one allows to download some url and attach its content to the return mail, with the mime type properly set. NewsHandler You can also send some news (with images) to mbot, it will fill your database with it. Currently supported RDBMs are PostgreSQL and MySQL, so you will have to choose between PgNewsHandler and MyNewsHandler. PipeHandler This one will make mbot call an arbitrary given command! Options -h will print the help page. -c specifies the configuration file to use. If omitted mbot will look for it in his own directory. Install To install that mail bot, just add a line in your mail alias file, often found under /etc/aliases. If you use the exim MTA, be sure to add the option pipe_as_creator to your configuration, in the address_pipe section. Bugs There should be none... :) See Also mbot.conf(5) Authors mbot was writen by Dimitri Fontaine dim@tuxfamily.org and Christophe Truffier nah-ko@tuxfamily.org. mbot(1)
All times are GMT -4. The time now is 07:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy