Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2003 13:42:30 -0700
From:      "FreeBSD" <katrina@nightrealmstudios.com>
To:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   Re: POP Before SMTP
Message-ID:  <000d01c35ded$a183d630$0200000a@chimera>
References:  <001701c35de0$d9f845d0$0200000a@chimera> <20030808130532.W77534@cheshire.cat.pdx.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Already tried googling of course or I wouldnt have asked here, I'm not THAT
off  ;P   Most of the searches bring up close to the same information that I
was using previously which is to simply modify the sendmail.cf file with the
following information:

  # Add these lines to your ~/etc/sendmail.cf to implement the
POP-before-SMTP
  # anti-spam configuration.

  Krelayers hash /etc/relayers
  Kdequote dequote


############################################################################
#
  # Anti-Spam Support: Limit SMTP relaying to previously authenticated users
#

############################################################################
#
  Scheck_rcpt
  R< $+ @ $=w >        $@ OK
  R$+                  $: $(dequote "" $&{client_addr} $) $| $1
  R0 $| $*             $@ OK
  R$* $| $*            $: $(relayers $1 $: ERROR $)
  RERROR    $#error $@ 5.7.1 $: "550 SMTP relay denied, authenticate via
POP/IMAP first"
  R$*                  $@ OK


############################################################################
####

  This "used" to be the easiest method to setup and would automatically
enter your IP address into the relayers file and thereby allow you to send
mail but this does not appear to work with the newer version of sendmail so
I was wondering if anyone else had any ideas on a simple setup like this
since a Lot of the sendmail rules have changes since I last played with it
;P
----- Original Message -----
From: "Charlie Schluting" <charlie@schluting.com>
To: <freebsd-questions@freebsd.org>
Sent: Friday, August 08, 2003 1:06 PM
Subject: Re: POP Before SMTP


>
>
> http://www.google.com/search?q=pop+before+smtp+sendmail
>
>
> On Fri, 8 Aug 2003, FreeBSD wrote:
>
> > Does anyone have any URL's for "POP Before SMTP" setup for sendmail?
I'm on Fbsd4.8 with the current Sendmail 8.12.8.   I havent used pop and
smtp on my server in 4 years now so none of my old information or
configurations work anymore. =/
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"
> >
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000d01c35ded$a183d630$0200000a>