From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 20:38:01 2005 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 D23FD16A4CE for ; Wed, 12 Jan 2005 20:38:01 +0000 (GMT) Received: from wildbean.clapper.org (wildbean.clapper.org [216.158.26.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE06A43D54 for ; Wed, 12 Jan 2005 20:38:00 +0000 (GMT) (envelope-from bmc@clapper.org) Received: from condor.inside.clapper.org (phantom@condor.inside.clapper.org [172.16.87.5]) by wildbean.clapper.org (8.13.1/8.13.1) with ESMTP id j0CKbxF1045769 for ; Wed, 12 Jan 2005 15:38:00 -0500 (EST) Received: from z.inside.clapper.org (z.inside.clapper.org [172.16.87.2]) j0CKbxX6047075 for ; Wed, 12 Jan 2005 15:37:59 -0500 (EST) Message-Id: <200501122037.j0CKbxX6047075@condor.inside.clapper.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 12 Jan 2005 15:37:59 -0500 To: freebsd-questions@freebsd.org From: Brian Clapper In-Reply-To: <41E5806B.1040806@comcast.net> References: <6FC9F9894A9F8C49A722CF9F2132FC2202E948C5@ms05.mailstreet2003.net> <41E5806B.1040806@comcast.net> X-Mailer: VM 7.17 under Emacs 21.3.1 X-Face: /perrud9r1.|7j.*=/6)a%vZ$^sBn!P[?+}vWBxd1ps{4hd2ZOw8]u&t';}(kj=x; JpdSF7 1b<*T{.38]wnWl]j/ULRB*49qdsET_/)-siUd7A_n- List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 20:38:02 -0000 On 12 January, 2005, at 14:54 (-0500) Kris Maglione wrote: > > >Maybe fetchmail is what you need? That is what most of dialup users use when they run their own MTA servers. > > > > > > > Fetchmail uses POP. It'll do more than just POP. From the man page: AUTO Tries IMAP, POP3, and POP2 (skipping any of these for which support has not been compiled in). POP2 Post Office Protocol 2 POP3 Post Office Protocol 3 APOP Use POP3 with old-fashioned MD5-challenge authentication. RPOP Use POP3 with RPOP authentication. KPOP Use POP3 with Kerberos V4 authentication on port 1109. SDPS Use POP3 with Demon Internet's SDPS extensions. IMAP IMAP2bis, IMAP4, or IMAP4rev1 (fetchmail autodetects their capabilities). ETRN Use the ESMTP ETRN option. ODMR Use the the On-Demand Mail Relay ESMTP profile. It seems like the ideal solution for the original poster's needs. It can pull mail down from the external machine, using any of the above protocols, and will feed the mail to the internal machine's SMTP server. Brian Clapper, http://www.clapper.org/bmc/