From owner-freebsd-ports@FreeBSD.ORG Thu Dec 15 23:51:40 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C577B16A43B for ; Thu, 15 Dec 2005 23:51:34 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC07543D46 for ; Thu, 15 Dec 2005 23:51:28 +0000 (GMT) (envelope-from krinklyfig@comcast.net) Received: from smogmonster.local (pcp0010916331pcs.albqrq01.nm.comcast.net[68.35.114.183]) by comcast.net (sccrmhc14) with ESMTP id <200512152351210140037j3le>; Thu, 15 Dec 2005 23:51:21 +0000 From: Joshua Tinnin To: freebsd-ports@freebsd.org Date: Thu, 15 Dec 2005 16:51:18 -0700 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512151651.19397.krinklyfig@comcast.net> Subject: gotmail problem - "Wrong configuration line" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 23:51:40 -0000 I am running gotmail 0.8.7.1 on FreeBSD 6.0, installed through the ports system. I am getting this error every time now, though it worked fine before the most recent update: % gotmail Wrong configuration line : ' ' This happens no matter what verbosity level I choose. No line is given, just empty single quotes. Running with --debug produces no log in /tmp or anywhere else. Here's my .gotmailrc with my password munged: % cat .gotmailrc # This is a sample gotmail configuration file. Rename it to .gotmailrc # and place it in your home directory to use it. # See the manpage for more options! username=krinklyfig password=[munged] domain=hotmail.com folder-dir=/var/mail/gotmail/ folders=Inbox, Junk E-Mail move=Trash Can retry-limit=3 Is there any reason this shouldn't work? Incidentally, I tried stripping it down to nothing but username and password, and it still didn't work. There is nothing in the ChangeLog or /usr/ports/UPDATING about this that I can see. - jt