From owner-freebsd-questions@FreeBSD.ORG Sat Aug 9 05:30:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9D037B401 for ; Sat, 9 Aug 2003 05:30:14 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F3B43FBD for ; Sat, 9 Aug 2003 05:30:12 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h79CU5D0026640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 9 Aug 2003 13:30:07 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h79CU4U3026639; Sat, 9 Aug 2003 13:30:04 +0100 (BST) (envelope-from matthew) Date: Sat, 9 Aug 2003 13:30:04 +0100 From: Matthew Seaman To: FreeBSD Message-ID: <20030809123004.GB25642@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , FreeBSD , FreeBSD-Questions References: <001701c35de0$d9f845d0$0200000a@chimera> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <001701c35de0$d9f845d0$0200000a@chimera> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-8.2 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD-Questions Subject: Re: POP Before SMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 12:30:14 -0000 --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 08, 2003 at 12:10:43PM -0700, 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. =3D/ Hmmm... Don't know precisely about pop before sendmail, but setting up sendmail so that it requires authentication before it will relay a message from a "foreign" location is quite do-able, and can easily be integrated with the standard system sendmail. Probably the easiest way to get going is to follow the instructions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html The line: TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl in the sendmail.mc will allow most widely used MUA's that speak SMTP to the mail server to authenticate before sending a message, although working out exactly which buttons to press and which checkboxes to check in the client is another problem. You will need to create real user accounts for each person, and configure the MUA to supply the password for that account to the server. I know first hand that this works with the Mozilla mail client and with Microsoft Outlook Express. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/NOlMdtESqEQa7a0RAtusAJ9UbpeElx8o4gje0y/yxaUhxGQx/wCdGpVM w91oiH9dXm+GqhBAqle0IjU= =k3zB -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX--