From owner-freebsd-questions@FreeBSD.ORG Thu Oct 4 06:51:40 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5A66106566B for ; Thu, 4 Oct 2012 06:51:40 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1458FC4E for ; Thu, 4 Oct 2012 06:51:40 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 10E553A3876 for ; Thu, 4 Oct 2012 13:43:13 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1349332992; x=1351147393; bh=Ucd3GZ77z Nhguc/2nCWxt4oQbKW5uWLQO5ruEXFW3qk=; b=VfxUblQo+GzVsDXeH2FX+8g8r 1CMwPAORtBTMntvaVeBGrMuuTI6bsY0Pi0hzhjMGji/OSvjuygmVBygK5j+G8xKK eMqKi1ug+SN5tovxXzjHc+I9/nEmQVH0a3Vv72MN4apE0r/QjvwM06Ihmv36M1cm n9Lw7o5G2z+Ful4D5w= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id nkebDsNDJam2 for ; Thu, 4 Oct 2012 13:43:12 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 9F1C93A386E for ; Thu, 4 Oct 2012 13:43:12 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id q946hCRx010452; Thu, 4 Oct 2012 13:43:12 +0700 (ICT) (envelope-from on) Date: Thu, 4 Oct 2012 13:43:12 +0700 (ICT) Message-Id: <201210040643.q946hCRx010452@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: At lost with Horde/Imp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 06:51:40 -0000 Hi, I am trying to set-up a new machine with Horde/Imp but I cannot get the authentication working. I want to let the authentication be done by Imp calling my IMAP server. I think that the imp/confing/backends.local.php file is correctly configured, but I never see horde even trying to connect to the IMAP server, tcpdump gives zip. I must be missing something here, maybe related to some missing php extensions? But I cannot figure out what it is. Help or suggestions are very welcome. TIA Olivier