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
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
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