Sponsored Content
Full Discussion: Email
Top Forums UNIX for Dummies Questions & Answers Email Post 118 by Neo on Wednesday 25th of October 2000 12:29:51 AM
Old 10-25-2000
<P>Current email architectures follow an n-tier construct where the presentation logic is decoupled from the application logic and the datastores. This means that your system (if the company is big) should have datastores where email is stored/archived that are completely independent of the mail routing and filtering application logic.<P>
The mail routing and filtering application logic should be decoupled from the user mail client. This means that you could use any kind of client, from a web browser, Outlook, POP/IMAP clients, wireless phones, etc. to access mail.<P>
The application logic helps you route mail in a complex orgainzation, filter mail, etc. This may be tied to a directory service (i.e LDAP) or other directory system.
<P> Take a look at http://www.n-tier.com to understand n-tier architecture and then apply the idea to your mail analysis. If you do this, you will be moving your organization into the future, not taking them backwards into older 2-tier client server models (and certainly not back to older monolithic/vertical email applications).
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win)

Hi A) I am able to send eMail using mailx from a UNIX ( solaris 8 ) host to my Outlook-email-ID : FName.Surname@Citigroup.com ( This is NOT my actual -eMail-ID). But in Outlook the "From :" eMail address is displayed as " usr1@unix-host1.unregistered.email.citicorp.com " .i.e the words... (2 Replies)
Discussion started by: Vetrivela
2 Replies

2. UNIX for Dummies Questions & Answers

Send email where # is in the email address - Using Unix

Hi All, How do I send an email using malix where email address contains a #. I have a email address like this : #test@test.com I want to send email like malix -s "TEST" #test@test.com < SOMEFILE I tried \# but doesn't work. Please let me know how we can achieve this? I am in... (1 Reply)
Discussion started by: jingi1234
1 Replies

3. Solaris

Send an email from Solaris using Linux email server

Hello everyone I have a problem and I need your help: I have a Solaris 10 and Solaris 8 UNIX Servers, and Linux Centos4 as email server. I need send an email from Solaris servers preferably using Centos4 email server. I have no mail service configured in my Solaris computers (1 Reply)
Discussion started by: aflores
1 Replies

4. UNIX for Dummies Questions & Answers

new to ldap, send email to a ou or group, and see a list from email client

hi, i'm running openldap on ubuntu 10.04, creating new items with apache directory studio (windows version). i use the ldap just as an address book to our small office (email clients are windows live mail 2009, 2011, microsoft outlook 2007 and 2010). a. i cant see a list of the contacts,... (0 Replies)
Discussion started by: V4705
0 Replies

5. Shell Programming and Scripting

Trying to email text, getting blank email

Hello, and thank you for help in advance, i seem to have this script working, except for the email part, it sends me a blank email, am i not redirecting the output of my text file the right way? #!/usr/bin/ksh rm installed_zones.txt installed=/home/xxx/stuff/installed_zones.txt for... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

6. Shell Programming and Scripting

Using top command to email if process is exceeding 25% and sending an email alert if so

This is my first time writing a script and Im having some trouble, Im trying to use the top command to monitor processes and the amount of CPU usage they require, my aim is to get an email if a process takes over a certain percentage of CPU usage I tried grep Obviosly that hasnt worked, Any... (8 Replies)
Discussion started by: jay02
8 Replies

7. SuSE

Send outgoing email to my GroupWise email

Dear users, I have Linux server whose versions are Suse 10 SP 3 and Suse 11. I am trying to send email from these servers to my GroupWise email account. In /etc/postfix/main.cf file, The current value of MYHOSTNAME is LINUX.LOCAL. What should be the right value of MYHOSTNAME? Is... (0 Replies)
Discussion started by: JDBA
0 Replies

8. Shell Programming and Scripting

Getting email output in single line with out space in email

I have tried below email method and i am getting every thing in single line . i have put echo to provide space, but it is not helping my code ( echo "From: $FROM" echo "To: $MAILTO" echo "CC: $CC" echo "Subject: $SUBJECT" echo "MIME-Version: 1.0" echo 'Content-Type: multipart/mixed;... (6 Replies)
Discussion started by: mirwasim
6 Replies
COURIERLDAPALIASD(8)					      Double Precision, Inc.					      COURIERLDAPALIASD(8)

NAME
courierldapaliasd - LDAP-based mail aliasing SYNOPSIS
courierldapaliasd {start} courierldapaliasd {stop} courierldapaliasd {restart} courierldapaliasd {query} {source} {address} DESCRIPTION
courierldapaliasd supports mail address aliasing, as implemented by makealiases(8)[1] but using an LDAP directory instead of a GDBM or a DB database. The term "aliasing" refers to substituting one or more addresses for another address. A one-to-one substitution results in the Courier mail server accepting mail for one address, and delivering the mail to another address. A one-to-many substitution results in the Courier mail server accepting mail for one address, and delivering a separate copy of the message to every address defined by the alias. makealiases(8)[1] uses a GDBM or a DB database to perform the aliasing function. courierldapaliasd uses an LDAP directory instead. "courierldapaliasd start" runs the courierldapaliasd process in the background, and should be executed at system startup. "courierldapaliasd stop" stops the background process. "courierldapaliasd restart" restarts the process, and rereads the ldapaliasrc configuration file to pick up any changes. courierldapaliasd restart must be executed in order for any changes to ldapaliasrc to take place. courierldapaliasd runs in the background and opens a persistent connection to the LDAP directory, and checks every recipient address using the persistent connection. courierldapaliasd automatically starts an adjustable number of multiple processes. With persistent connections being used, this allows alias checking to be as efficient and quick as possible. "courierldapaliasd query source address" is a diagnostic tool. It requires that courierldapaliasd must already be running in the background; it sends a query for address to the background process, and prints the result. Like makealiases(8)[1], it is possible to create aliases that are accessible only to certain sources of mail, like "esmtp" or "local". The "source" argument specifies the source of the address, such as "local", "esmtp", or "uucp". CONFIGURATION
courierldapaliasd requires OpenLDAP client libraries, and is installed automatically if OpenLDAP client libraries are available at installation time. The default ldapaliasrc configuration file contains additional instructions for configuring LDAP-based aliasing. FILES
/usr/sbin/courierldapaliasd /etc/courier/ldapaliasrc SEE ALSO
dot-courier(5)[2], courier(8)[3], makealiases(8)[1], makeuserdb(8)[4]. AUTHOR
Sam Varshavchik Author NOTES
1. makealiases(8) [set $man.base.url.for.relative.links]/makealiases.html 2. dot-courier(5) [set $man.base.url.for.relative.links]/dot-courier.html 3. courier(8) [set $man.base.url.for.relative.links]/courier.html 4. makeuserdb(8) [set $man.base.url.for.relative.links]/makeuserdb.html Courier Mail Server 08/30/2011 COURIERLDAPALIASD(8)
All times are GMT -4. The time now is 06:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy