[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Problems after RaQXTR-All-Security-1.0.1-16402



> > Check to see if you see the below entries in your sendmail.cf
> >
> > # Pop-before-smtp secondary access hash
> > Kpopauth hash -a<MATCH> /etc/mail/popip.db
> >
> > # Put the address into cannonical form (even if it doesn't 
> resolve to
> > an
> MX).
> > R$* $: $>Parse0 03 $1
> > R$* < $* > $* $: $1 < $2 . > $3
> > R$* < $* . . > $* $1 < $2 . > $3
> > # Test against pop-before-relay hash
> > R$* $: < $&{client_addr} >
> > R< $* > $(popauth $1 $)
> > R$* < MATCH > $#OK
> > divert(-1)
> >
> > If you have a copy of the sendmail.cf from before the upgrade, just
> > diff
> between the 2 files.
> 
> I opened etc/mail/sendmail.cf in pico and did a search for 
> "pop" and it did
> not appear.  I looked at another XTR that I have not doen the 
> upgrade on and
> "pop" doesn't appear in it either.
> 
> I enabled and disabled it to no avail.  If I cut and paste 
> yourt entry where
> should I put it?  Can iu place it at the bottom?
> 
-----------------------------------------
CPREDIRECT

# Access list database (for spam stomping)
Kaccess hash -o /etc/mail/access
*******************************************
# Pop-before-smtp secondary access hash
Kpopauth hash -a<MATCH> /etc/mail/popip.db
*******************************************
-------------------------------------------

SLocal_check_rcpt
*******************************************
# Put the address into cannonical form (even if it doesn't resolve to an MX).
R$*			$: $>Parse0 03 $1
R$* < $* > $*		$: $1 < $2 . > $3
R$* < $* . . > $*	$1 < $2 . > $3
# Test against pop-before-relay hash
R$*			$: < $&{client_addr} >
R< $* >			$(popauth $1 $)
R$* < MATCH >		$#OK
*******************************************
Scheck_rcpt
R$*			$: $1 $| $>"Local_check_rcpt" $1
R$* $| $#$*		$#$2
R$* $| $*		$@ $>"Basic_check_rcpt" $1
---------------------------------------------

Make sure you copy your sendmail.cf before doing this.  This came from Sendmail 8.11.6

Also check to see if poprelayd daemon is running.  These are the things I did when I did on a RAQ 550 when mine was not working.

Hope it works.


> -Matt
> 
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>