[Date Prev][Date Next] [Chronological] [Thread] [Top]

Email routing :mail500 and sendmail



**This subject was:  "How and where to write a search filter script???????"
which is now divided  into two subjects on this mailing list:  
"Email routing :mail500 and sendmail"  and  " Email routing:
ldap-support-on-sendmail"**

To Wesley and all,

I really appreciate your offer to critique my configuration.
Unfortunately, as I am pressed for time(it's a Friday night here!),
I will post the exact details of my current mail500, 
ldap and sendmail configuration on the weekend.


In the meantime, I have a small question to do with mail500 which has been
bothering me.  The bat book says that the mail delivery agent responsible for
mail
delivery to the hub from the mail server needs to be defined under Mailer
Definitions
in sendmail.cf.

I have pasted my current mailer definitions in sendmail.cf below. The only
changes I made to
my mailer definitions was adding the "Mmail500" definition. As you can see I
have not added a
"Mhub" definition.     

Thanks. Let me know if I need a Mhub definition and I will try to configure it
using the bat book.
Oh...if the Mhub definition is necessary, do I do that on the mail hub's or
mail server's sendmail.cf?

Kristina
P.S I have changed Rule Set  for mail500 I just haven't pasted it below...that
will come with my
other configurations later.
******My Mailer Definitions in sendmail.cf***********
######################################################################
######################################################################
#####
#####                   MAILER DEFINITIONS
#####
######################################################################
######################################################################
Mmail500, P=/usr/local/libexec/mail500, F=DFMSmnXuh,
          A=mail500 -d 11 -f $f -h $h -m $n@$w $u

Mlocal,   P=/bin/mail,  F=lsDFMAw5:/|@qmnfSn,   S=10, R=20/0,
          T=DNS/RFC822/X-Unix,
          A=mail -d $u
Mprog,    P=/bin/sh,    F=lsDFMoqeuP,   S=10, R=20/0,
          T=X-Unix, D=$z:/,
          A=sh -c $u

Msmtp,    P=[IPC],      F=mDFMuX,       S=31/11, R=41/21,
          T=DNS/RFC822/SMTP, E=\r\n, L=990,
          A=IPC $h
Mesmtp,   P=[IPC],      F=mDFMuXa,      S=31/11, R=41/21,
          T=DNS/RFC822/SMTP, E=\r\n, L=990,
          A=IPC $h
Msmtp8,   P=[IPC],      F=mDFMuX8,      S=31/11, R=41/21,
          T=DNS/RFC822/SMTP, E=\r\n, L=990,
          A=IPC $h
Mrelay,   P=[IPC],      F=mDFMuX8,      S=11, R=29,
          T=DNS/RFC822/SMTP, E=\r\n, L=2040,
          A=IPC $h

************END*****************

At 09:31 99/11/18 -0500, you wrote:
> > From:    Kristina <kristina@fsas.fujitsu.co.jp>
> > To:      wesley.craig@umich.edu
> 
> > Yes, I was informed long ago that there are two solutions to email
> > routing using sendmail and ldap: either mail500 or
> > ldap-support-on-sendmail.  I decided to give the mail500 solution a go
> > first, and I am now stuck on how to write the base array and any other
> > necessary configurations on the main.c file.
> 
> Ok, so give an example of what's in your database, how you're calling
> mail500 from sendmail, and what your baseinfo array currently looks
> like.  Since mail500 is looking for specific attributes in the code,
> your schema will have to support some of those, at least.
> 
> :wes
>