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

Re: [cobalt-users] how to get sendmail 8.12 with RaQ4 working ?



Hi Goetz,
At 22:15 12-02-2003 +0100, Goetz Lohmann wrote:
>I guessed but didn't figured out how to get this fomr sendmail 8.10 to
>sendmail 8.12

The following ruleset for POP3 before SMTP should work on a RaQ:

LOCAL_CONFIG
Kpopauth hash -a<MATCH>
/etc/mail/popip
LOCAL_RULESETS
SLocal_check_rcpt
R$*			$: $>Parse0 $>3
$1
R$* < $* > $*		$: $1 < $2 . > $3
R$* < $* . . > $*	$1 < $2 . > $3
R$*
$: < $&{client_addr} >
R< $* >			$(popauth $1 $)
R$* < MATCH >		$#OK

>its left by experimenting to install Sendmail 8.12 at my box ... I only
>want AUTH and Milter
>Support in sendmail ...

>but yes  ... I have to get rid of it ;-)) cause its only for
>dial-up-single-user-systems of interest

People usually misunderstand what the default MSA feature is about.  It is
not only for dial-up-single-user-systems. :)  The MSA is to accept message
submissions from MUAs.  It modifies the message, if necessary, to bring it
in full compliance with the standards.

>do you have sendmail 8.12 running ??

Yes, I have sendmail 8.12.7 running.

Regards,
-sm