nmh-workers
[Top] [All Lists]

Re: BBOARDS in MH over sendmail

1996-08-12 15:02:19

Thank you to all of you who responded to my question. Sorry I couldn't
write earlier; I was on vacation.

Using the LOCAL mailer rulesets worked (S=10/30, R=20/40 for Sendmail
V8 and R=25/10, S=10 for Sendmail IDA)

Thank you again.

-Erdem Ozsaruhan


"Michael J. Corrigan" writes:
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <23340(_dot_)838421806(_dot_)1(_at_)weber(_dot_)ucsd(_dot_)edu>

The READ-ME is based on an older version of sendmail. The ruleset
numbers have changed.  Maybe the rulesets for a mailer like smtp
will work fine i.e S=11/31, R=21
(I append the original ruleset 17 and localm.m4)


Hi,

I'm trying to enable the bboards and pop capability of MH 6.8.3 using
sendmail.  The READ-ME file talks about including bboardsMh.m4 and
popMH.m4 right after including localm.m4 in the sendmail configuration
file:

READ-ME:

   add the line

        include(popMH.m4)

   after the line

        include(localm.m4)


I'm using sendmail-8.7.5. I couldn't see localm.m4 in the distribution
of sendmail.  Since that is missing, including popMH.m4 and
bboardsMH.m4 do not work.  popMH.m4 and bboardsMH.m4 need Ruleset 17
which I believe would be in localm.m4

Am I missing something or is there something wrong in the READ-ME?

I would appreciate your help.

Please respond to me. I'm not on this list.

Thank you.

-Erdem Ozsaruhan
NSF Postmaster
703 306 1153 x 4696
eozsaruh(_at_)nsf(_dot_)gov




------- =_aaaaaaaaaa0
Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
Content-ID: <23340(_dot_)838421806(_dot_)2(_at_)weber(_dot_)ucsd(_dot_)edu>

------- =_aaaaaaaaaa1
Content-Type: text/plain; charset="us-ascii"
Content-ID: <23340(_dot_)838421806(_dot_)3(_at_)weber(_dot_)ucsd(_dot_)edu>

divert(10)
#
#  Sendmail
#  Copyright (c) 1983  Eric P. Allman
#  Berkeley, California
#
#  Copyright (c) 1983 Regents of the University of California.
#  All rights reserved.  The Berkeley software License Agreement
#  specifies the terms and conditions for redistribution.
#
#     @(#)nstcpldm.m4 1.9 (Berkeley) 1/24/89
#
divert(0)
############################################################
############################################################
#####
#####         Local Domain SMTP Mailer specification
#####
##### Messages processed by this specification are assumed to remain
##### the local domain.  Hence, they can refer to hosts that are
##### not registered in the NIC host table.
#####
############################################################
############################################################

Mtcpld,       P=[IPC], F=mDFMueXLC, S=17, R=27, A=IPC $h, E=\r\n

S17

# cleanup forwarding a bit
R$*<$*>$*             $1$2$3                          defocus
R$*                   $:$>3$1                         canonicalize
R$*%$*<@$w>           $:$>9$1%$2                      
user%localhost(_at_)localdomain

# pass <route-addr>'s through
R<@$+>$*              $@<@$[$1$]>$2                   resolve <route-addr>

# map colons to dots everywhere
R$*:$*                        $1.$2                           map colons to 
dots

# output local host as user(_at_)host(_dot_)domain
R$-                   $(_at_)$1<@$w>                  user w/o host
R$+<@$w>              $(_at_)$1<@$w>                  this host
R$+<@$=w>             $(_at_)$1<@$w>                  or an alias
R$+<@$->              $:$1<@$[$2$]>                   ask nameserver
R$+<@$w>              $(_at_)$1<@$w>                  this host
R$+<@$->              $(_at_)$1<@$2.$D>                       if nameserver 
fails

# if not local, and not a "fake" domain, ask the nameserver
R$+<@$+.$~I>          $(_at_)$1<@$[$2.$3$]>           
user(_at_)host(_dot_)domain
R$+<@[$+]>            $(_at_)$1<@[$2]>                        already ok

# output fake domains as user%fake(_at_)relay

ifdef(`BITNET_RELAY',
R$+<@$+.BITNET>               $(_at_)$1%$2(_dot_)BITNET<@$B>          
user(_at_)host(_dot_)bitnet)
ifdef(`CSNET_RELAY',
R$+<@$+.CSNET>                $(_at_)$1%$2(_dot_)CSNET<@$C>           
user(_at_)host(_dot_)CSNET)
R$+<@$+.UUCP>         $(_at_)$2!$1<@$w>                       
user(_at_)host(_dot_)UUCP


S27

# cleanup
R$*<$*>$*             $1$2$3                          defocus
R$*                   $:$>3$1                         now canonical form
R$*%$*<@$w>           $:$>9$1%$2                      
user%localhost(_at_)localdomain

# pass <route-addr>'s through
R<@$+>$*              $@<@$[$1$]>$2                   resolve <route-addr>

# map colons to dots everywhere
R$*:$*                        $1.$2                           map colons to 
dots

# output local host as user(_at_)host(_dot_)domain
R$-                   $(_at_)$1<@$w>                  user w/o host
R$+<@$w>              $(_at_)$1<@$w>                  this host
R$+<@$=w>             $(_at_)$1<@$w>                  or an alias
R$+<@$->              $:$1<@$[$2$]>                   ask nameserver
R$+<@$w>              $(_at_)$1<@$w>                  this host
R$+<@$->              $(_at_)$1<@$2.$D>                       if nameserver 
fails

# if not local, and not a "fake" domain, ask the nameserver
R$+<@$+.$~I>          $(_at_)$1<@$[$2.$3$]>           
user(_at_)host(_dot_)domain
R$+<@[$+]>            $(_at_)$1<@[$2]>                        already ok

# output fake domains as user%fake(_at_)relay

ifdef(`BITNET_RELAY',
R$+<@$+.BITNET>               $(_at_)$1%$2(_dot_)BITNET<@$B>          
user(_at_)host(_dot_)BITNET)
ifdef(`CSNET_RELAY',
R$+<@$+.CSNET>                $(_at_)$1%$2(_dot_)CSNET<@$C>           
user(_at_)host(_dot_)CSNET)
R$+<@$+.UUCP>         $(_at_)$2!$1                            
user(_at_)host(_dot_)UUCP

------- =_aaaaaaaaaa1--

------- =_aaaaaaaaaa0
Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa2"
Content-ID: <23340(_dot_)838421806(_dot_)5(_at_)weber(_dot_)ucsd(_dot_)edu>

------- =_aaaaaaaaaa2
Content-Type: text/plain; charset="us-ascii"
Content-ID: <23340(_dot_)838421806(_dot_)6(_at_)weber(_dot_)ucsd(_dot_)edu>

divert(10)
#
#  Sendmail
#  Copyright (c) 1983  Eric P. Allman
#  Berkeley, California
#
#  Copyright (c) 1983 Regents of the University of California.
#  All rights reserved.  The Berkeley software License Agreement
#  specifies the terms and conditions for redistribution.
#
#     @(#)localm.m4   1.1 (Berkeley) 8/8/85
#
divert(0)
############################################################
############################################################
#####
#####         Local and Program Mailer specification
#####
############################################################
############################################################

Mlocal,       P=/bin/mail, F=rlsDFMmn, S=10, R=20, A=mail -d $u
Mprog,        P=/bin/sh,   F=lsDFMe,   S=10, R=20, A=sh -c $u

S10
R@                    $n                      errors to mailer-daemon

------- =_aaaaaaaaaa2--

------- =_aaaaaaaaaa0--


<Prev in Thread] Current Thread [Next in Thread>