From owner-freebsd-questions@freebsd.org Fri Oct 12 13:42:41 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42CBE10BE72E for ; Fri, 12 Oct 2018 13:42:41 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07E183312 for ; Fri, 12 Oct 2018 13:42:39 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from webmail.gandi.net (webmail11.sd4.0x35.net [10.200.201.11]) (Authenticated sender: mayuresh@kathe.in) by relay7-d.mail.gandi.net (Postfix) with ESMTPA id 4DBA72000A for ; Fri, 12 Oct 2018 13:42:37 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 12 Oct 2018 13:42:37 +0000 From: Mayuresh Kathe To: freebsd-questions@freebsd.org Subject: freebsd packages going the debian way! Reply-To: mayuresh@kathe.in Mail-Reply-To: mayuresh@kathe.in Message-ID: X-Sender: mayuresh@kathe.in User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 13:42:41 -0000 i have been tinkering around with mailing system options under freebsd and have found most of the options are dependent on entire unnecessary bloated external components. eg.; - fetchmail depends on python, why? - nmh depends on curl and libhttp, why? - getmail depends on python + python config suite, why? somehow, freebsd packages seem to be going the debian way, why? i am willing to abandon "nmh" and be happy with mailx, but how do i get my remote emails onto my local system without having to install a bloated fetchmail package which depends on an entire python programming system? btw, the stock sendmail seems nicely minimalistic, good to know.