[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ4] sendmail relaying problems.
- Subject: Re: [cobalt-users] [RAQ4] sendmail relaying problems.
- From: "Jason M. Weber" <lists@xxxxxxxxxxx>
- Date: Thu May 1 10:05:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >OK, I asked this before and did it again.
> >My mail relaying is broken. I temporarily shut of pop before SMTP
relaying
> >and sendmail working. However, I would like to get The P before S
relaying
> >working. can anyone help me or point me to the right information?
> >thanks in advance
> >Tom
>
> Mine won't turn back on for one server either - it's pretty well patched,
but the GUI won't stay lit up as POP before relay.
Greetings, finally I get to contribute something. My POP Before SMTP was
crashing my mail server so I had had it off since Dec. Earlier this week I
finally sat down and looked through my sendmail.cf.popb4smtp found in
/etc/mail line by line and found that these two sections had had duplicate
entries:
# 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
I have had my POP Before SMTP working <knock on wood> since Tuesday.
Let me know if you need a clean version of sendmail.cf.popb4smtp, Mr.
Kriwitsky was nice enough to let me compare his to mine. Thanks Dan.
~ Jason