From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 15:05:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4895E106566C for ; Thu, 16 Sep 2010 15:05:31 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from hp9.esiee.fr (hp9.esiee.fr [147.215.1.4]) by mx1.freebsd.org (Postfix) with ESMTP id D2B4B8FC08 for ; Thu, 16 Sep 2010 15:05:30 +0000 (UTC) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by hp9.esiee.fr (Postfix) with ESMTP id DB1DA3E8E9B for ; Thu, 16 Sep 2010 16:48:54 +0200 (CEST) Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id C21F1105444B for ; Thu, 16 Sep 2010 16:48:54 +0200 (CEST) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) by mail.esiee.fr (Postfix) with ESMTP id B87DA105444A for ; Thu, 16 Sep 2010 16:48:54 +0200 (CEST) Message-ID: <4C922E56.20702@esiee.fr> Date: Thu, 16 Sep 2010 16:48:54 +0200 From: Frank Bonnet User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: imapproxyd set up 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, 16 Sep 2010 15:05:31 -0000 could you send your imapproxyd.conf file ? On 09/16/2010 04:35 PM, n dhert wrote: > A user asked to set up IMAP proxy server > (/usr/ports/mail/up-imapproxy) > I installed it from the ports, then > # cp /usr/local/etc/imapproxyd.conf.sample /usr/local/etc/imapproxyd.conf > # vi /usr/local/etc/imapproxyd.conf > and changed server_hostname ... to contain my imap server > and listen_port 143 to listen_port 993 (it's an SSL imap server) > and server_port 143 to server_port 993 > Then added in /etc/rc.conf > imapproxyd_enable="YES" > > then > # /usr/local/etc/rc.d/imapproxyd start > which responds > Starting imapproxyd. > /usr/local/etc/rc.d/imapproxyd: WARNING: failed to start imapproxyd > For a short time, a > # ps -jaxw | grep imap showed: > root 62092 57397 62092 64240 1 I+ 1 0:00.02 /bin/sh > /usr/local/etc/rc.d/imapproxyd start > root 62098 62092 62092 64240 1 S+ 1 0:00.01 > /usr/local/sbin/in.imapproxyd > > Am I doing something wrong here? > the file /var/log/imapproxy_protocol.log is empty > /var/log/maillog says Connection to server failed > > or could this be a firewall protecting the imap server?? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"