QMail Help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers QMail Help
# 1  
Old 02-21-2005
QMail Help

My company is running qmail on our Unix server. I would like to run a MySQL script whenever an email was sent to a specific email address. I don't want to have to check every email that comes in, so I was thinking that the script would run when the message arrives at the specific mailbox. Is there anyway to do this? If so, what is the best way to write the script (i.e., language, from the shell command line, a specific file)? Thanks.
-Cam
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Qmail

hi all, i want to install Qmail but i don't from where can i get the package , and also if one know source that can explain qmail kindly tell me about it (3 Replies)
Discussion started by: linux_land
3 Replies

2. UNIX for Dummies Questions & Answers

qmail bounce

Hello, i seem to be facing a strange problem. I send my emails via qmail (on linux) and all the emails gets delivered to the recipient's inbox and bounces back to the sender's address and well. This happens irrespective of the recipient's email domain (gmail, yahoo, hotmail...). We recently... (0 Replies)
Discussion started by: pradeeptg
0 Replies

3. UNIX and Linux Applications

QMail spam

we had an emergency situation and had to rebuild a qmail server last night. Email now that is designated as spam gets stuck in a loop and we get a ndr. I would like for email not destined for a valid account or classified as spam be deleted rather then forwarded on to our exchange server. ... (1 Reply)
Discussion started by: egrotjahn
1 Replies

4. SuSE

qmail question - about addressbook(All)

I have installed qmail on SuSe linux box with mysql.Qmail is running fine and has no problem.Now I want to develop sonme new features by integrating our ERP with qmail.For that I have to enter more information about employee in Qmail Addressbook.I am attaching screenshot which is describing present... (0 Replies)
Discussion started by: thetakan
0 Replies

5. UNIX and Linux Applications

Qmail and duplicate

hello, I have a qmail server on Freebsd that is sending periodic duplicate emails. I dug around and found out that when connecting to the server through a telnet session everything goes good until i send the DATA command, type a message and enter the "." it takes like 5 minutes to get the 250 ok... (4 Replies)
Discussion started by: mike171562
4 Replies

6. Gentoo

Gentoo and Qmail

Hello all, I want to create a qmail to just forward messages to a valid smtp over the internet, so I can use mutt to send messages as well as recieving them. Is there an easy way of doing this? My SMTP server requires authentication. Thanks a lot. (2 Replies)
Discussion started by: Zarnick
2 Replies

7. Solaris

Qmail - possible?

Hi guys, Could you please advice me as im a new guy into Solaris ...is it possible to have qmail up and running on Solaris 10 and do you know where i can find some documentation on downloading and configuring - qmail? thank you guys vladi, (2 Replies)
Discussion started by: saveka
2 Replies

8. Solaris

Qmail on Solaris 9

I want to configure Qmail on my server (v240/SPARC 1GHz/1GB RAM /2x36GB HDD). Anybody help me where to download, and how to configure Qmail on Sol9. Thanks in advanced, Tinh (1 Reply)
Discussion started by: tinhlx
1 Replies

9. UNIX for Dummies Questions & Answers

Qmail Configuration

hey, plz tell me someone how to configure qmail in redhat linux 9.0. (1 Reply)
Discussion started by: raj_shivage
1 Replies

10. UNIX for Dummies Questions & Answers

QMail

Where I can find information about QMail with OpenBSD??? (1 Reply)
Discussion started by: vieiramail
1 Replies
Login or Register to Ask a Question
Jifty::Plugin::User::Mixin::Model::User(3pm)		User Contributed Perl Documentation	      Jifty::Plugin::User::Mixin::Model::User(3pm)

NAME
Jifty::Plugin::User::Mixin::Model::User - user model base mixin SYNOPSIS
package MyApp::Model::User; use Jifty::DBI::Schema; use MyApp::Record schema { # column definitions }; # Import columns: name, email and email_confirmed use Jifty::Plugin::User::Mixin::Model::User; DESCRIPTION
This mixin may be added to a model to give your user accounts a name and an email address. This module may be used as the basic building block for building account models in your application. It can be combined with mixins from an authentication plugin to create an object suitable for a given authentication mechanism. SCHEMA
This mixin model adds the following columns to the model. name This is the username/nickname for the user of the account. email This is the email address of the account. It is intended as a bare minimum confirmation of identity and for communication of password resets and other account information. email_confirmed This is a flag indicating whether the user has confirmed ownership of the given email address. METHODS
set_email ADDRESS Whenever a user's email is set to a new value, we need to make sure they reconfirm it. validate_email Makes sure that the email address looks like an email address and is not taken. SEE ALSO
Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Mixin::Model::User LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::Plugin::User::Mixin::Model::User(3pm)