Sponsored Content
Top Forums UNIX for Advanced & Expert Users Webmail access using shell scripting Post 302244080 by iamgeethuj on Tuesday 7th of October 2008 07:13:52 AM
Old 10-07-2008
Thanks era. I need to fetch all the mails from a particular email id and also need to fetch some contents from those mails. Finally, need to place those contents in a csv file and mail it again to few mail ids.
Thanks,
geetha
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

2. Shell Programming and Scripting

scripting Bash to access ISP mail

I'm trying to create a small program to look at my isp and pull down the messages into individual text files. This is just a read only setup. I need to pull down the message and kill it on the server. I'm stuck here. I have experimented with a for string but it always fails. I was trying to use... (0 Replies)
Discussion started by: Mikey
0 Replies

3. Shell Programming and Scripting

(solved) Shell scripting to access SQLPLUS using variable

I have shell script which will try to login to SQL Plus and retrieve some data, based on the outcome i will proceed further Below is the content of the file pebblz02% cat test1.ksh #! /bin/ksh dummyvar=`sqlplus -S csm_admin/csm_admin@SIDNAME <<EOF echo hi; exit; EOF` Error message on... (0 Replies)
Discussion started by: kiranlalka
0 Replies

4. AIX

ftp access without shell access

Hi all, I'm using AIX v 5.3 I want to create system users to access through ftp or sftp and restrict those users into specific directory and don't traverse the whole file system just to be restricted within a directory and don't get shell access . i don't want to use any other third party... (7 Replies)
Discussion started by: h@foorsa.biz
7 Replies

5. Shell Programming and Scripting

Scripting questions, remote access

Hi, Background: There are 2 servers server1 and server2 In server1 i have my script to perform a functionality from the script in server1 i m calling a script named action in server2. The script action has to check the size of a file in a particular location in server1, if the size of the file... (1 Reply)
Discussion started by: jayii
1 Replies

6. Shell Programming and Scripting

What do I do in shell scripting to access ma databases from my system?

How do I go about programming my system? I have access to multiple data bases but no way to operate them (1 Reply)
Discussion started by: C-lo
1 Replies
mbot.conf(5)							File Formats Manual						      mbot.conf(5)

NAME
mbot.conf -- mbot configuration file SYNOPSIS
mbot.conf Description mbot.conf is organized in sections where you can associate handlers to mails. When mbot receive a mail, it will search for a section having a name which match the mail subject, then use the associated handler. So the name of the section will depend on the subject to use, and the parameters to be defined in this section will depend on the selected han- dler. Here is a list of 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! Default and common options For each section we have a common option who's: HANDLER This option define for the current section which Handler will be used. WHITE_LIST Here we define which are the e-mail addresses allowed to use associated Handler. Only e-mails are stored here, like this: name@domain.tld. If no BLACKLIST is defined then the sender MUST be in this list otherwise mail will be rejected BLACK_LIST This list contains blocked emails. If sender is in this list, mbot won't be allowed to handle the request. If BLACK_LIST exists but not WHITE_LIST then every sender who's not in this list will be allowed to use this Handler. The format of the list is: ["email@domain.tld", "email2@anotherdom.tld"]. It's the same as WHITE_LIST. Default options: MBOT_ADDRESS Email address used in the response. LOG_LEVEL Here we tell the Logger which level we want to log to syslog. Those levels are, from lower to higher, emerg - alert - crit - err - warning - notice - info - debug. Handler's options GoogleHandler's options: HOST This is the first for this Handler, it define the host for the searching engine. BASE_URL Define here the string that is usually used by the searching engine. UrlHandler's options: MAILSIZE This option define the maximum mail size while mbot fetch url, sender will receive error message if mail size exceed this value. ATTSIZE For each attachement we define a size behind which mbot will raise an error. NewsHandler's options: HOST This is the FQDN for the database server. DB The name of the database. DB_USER Username to add entry into database. NEWS_TBL Name of the table used by the Handler. NEWS_TBLSQ Name of the sequence table used by the Handler. Usually used with Postgres server's. ATTACH_PATH Used if sender attach an image with his mail, in this directory mbot will resize image to store it as normal and thumb- nail size into database. tnX and tnY These are the options for thumbnail resizing. SITE This is a list in which mbot will select the site according to the receiver email. It will be used to feed the data- base. PHOTO_TBL This option is optionnal, it will be used only if you want to have pictures associated to news. PHOTO_TBLSQ Name of the sequence table used by the Handler for the photo table. Usually used with Postgres server's. Note that there is no option for PipeHandler. Bugs Please report bugs to the authors. See Also mbot(1) Authors mbot was writen by Dimitri Fontaine dim@tuxfamily.org and Christophe Truffier nah-ko@tuxfamily.org. mbot.conf(5)
All times are GMT -4. The time now is 08:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy