RE: [newbie] Macro Changes

2000-10-18 Thread Phil Connor



 HACK(`check_mail3', `hash -a@JUNK /etc/mail/deny')dnl
 HACK(`use_ip', `/etc/mail/ip_allow')dnl
 HACK(`use_names', `/etc/mail/name_allow')dnl

These 3 are now compiled in to your .cf file from the .mf it's called
"Feature(access_db)" once it's compiled in there you create a file in your
/etc/mail directory called "access"  here is an example of the format for
your access file

uni-essen.deREJECT
[EMAIL PROTECTED] REJECT
[EMAIL PROTECTED]   REJECT
xxx.xxx.xxx.xxx   ACCEPT

 HACK(`use_relayto', `/etc/mail/relay_allow')dnl

This is now done with file called "relay-domains" it goes in the same
directory as the "access" file the format is "domainame.com"

 HACK(`check_rcpt4')dnl
 HACK(`check_relay3')dnl

Not sure bout these 2 but can look... Good luck!


Phil Connor
Emory Booty Co.
[EMAIL PROTECTED]
Registered Linux User 189889






[newbie] Macro Changes

2000-10-17 Thread SoloCDM

When I used RedHat 5.2 with kernel 2.0.36 I had the follow hacks in my
macro file for creating sendmail.cf.  When I upgraded to Mandrake 7.0,
kernel 2.2.14-15, and Sendmail 8.9.3-18 I wasn't able to use the
following hacks.  What has replaced the hacks or are any of them still
used?

HACK(`check_mail3', `hash -a@JUNK /etc/mail/deny')dnl
HACK(`use_ip', `/etc/mail/ip_allow')dnl
HACK(`use_names', `/etc/mail/name_allow')dnl
HACK(`use_relayto', `/etc/mail/relay_allow')dnl
HACK(`check_rcpt4')dnl
HACK(`check_relay3')dnl

Note: When you reply to this message, please include
  the mailing list and my email address.

*
Signed,
SoloCDM