This page is different from the standard 8.7 and earlier sendmail releases. In sendmail 8.8 there were many anti-spam rulesets added. There were also some changed configuration values, and names. Believe me, this made things a little bit tougher. This was kickin' my ass for about 48 hours, spread across a 2 week period. I am glad to have finally won this battle however. My findings follow :
Steps to execute (Example shown is for SCO UnixWare 7, version 7.0.1) :
I always use "find / -name sendmail.cf -print" to find it. For UnixWare 7 it is in /etc.
Comment : UnixWare7 advance setup for 8.8 O/S type : unknown Use masquerade as : paul@pluzzi.com (the email account on my smtp/proxy server) Use smart_host : ntserver (the name of my smtp/proxy server) Forward all mail directly to hosts within our domain, $=m ---> should be checked Do not show table features ---> should remain checked Do not show misc. features, macros, and classes ---> should remain checked Include SMTP mailer ---> should remain checked
# handle domain-specific masquerading ##### ##### This is the From: section of the rewriting rules ##### ##### Modified masquerading rules, because my masquerade contains ##### a special host name, not just domain name. ##### ## R$* < @ $=M . > $* $: $1 < @ $2 . @ $M > $3 convert masqueraded doms ## R$* < @ $=w . > $* $: $1 < @ $2 . @ $M > $3 ## R$* < @ *LOCAL* > $* $: $1 < @ $j . @ $M > $2 ## R$* < @ $+ @ > $* $: $1 < @ $2 > $3 $M is null ## R$* < @ $+ @ $+ > $* $: $1 < @ $3 . > $4 $M is not null R$* < @ $=M . > $* $: < $M [$1 @ $2] > $3 convert masqueraded doms R$* < @ $=w . > $* $: < $M [$1 @ $2] > $3 R$* < @ *LOCAL* > $* $: $1 < $M > $2 R$* < @ $+ @ > $* $: < $2 > $3 $M is null R$* < @ $+ @ $+ > $* $: $1 < @ $3 . > $4 $M is not null ##### ##### End of special From: rewriting section of the rules #####
S94 #R$+ $@ $>93 $1 ##### ##### This is the Return-Path section - modified as well ##### ## R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 R$* < @ *LOCAL* > $* $: < $M > $2 ##### ##### End of the Return-Path: rewriting section of the rules #####
S61 ##### ##### Modify the Return address as well. ##### ## R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified ##### ##### End of the special Return: section of the rewriting rules ##### R$+ $@ $1 < @ *LOCAL* > add local qualification
mail PaulALuz@aol.com - and include a test line.
"mailq" or "sendmail -bp"
Client Side:
More to follow ....... strike that, fixed it. I have now loaded the Option Pak's version of Microsoft SMTP server on my NT server, which is my DNS and Proxy. It tries to deliver according to hosts files first, and if that fails, it goes over the firewall/proxy. This is working fantastically for me right now. Only drawback .... Option Pak breaks the Oracle Application Server 4.0, when used with Service Pak 4. Well, back to the drawing board for that one !!