From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 14:35:59 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 DE73A106566C for ; Thu, 16 Sep 2010 14:35:58 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 96EC18FC15 for ; Thu, 16 Sep 2010 14:35:58 +0000 (UTC) Received: by qwg5 with SMTP id 5so1149522qwg.13 for ; Thu, 16 Sep 2010 07:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=EflneEFRXRLjjjk9Wo/UhAA1roM4wge6Lw0yUByJIlM=; b=FG9AnQcuC2COXtYvjPiZVVywxvI0h+M1Sl0dBjMK2edCkfitXpH8ka+G9LtzeRjQrL 4A0UlK1PLtQui8MQ2vrnqgQfwWZrD1yB7k2lx/IYTMKZMgVlpl5A5ZuEbvRS/8UridFD H5/fK7hItLfPDJIJsy51fes8F+BE3AtubrhF0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vUp5CvQ34KUb6thGD13ho5BDzU+uj3iR541oJuAICoLYhc7STqK6F6srTXZt3IKtl/ t/iL7zYAC8f4ojtD6t7MHRxCLAanfPdsxSeCjvd5C+aXEAR2/GZBnAqIQEbw7F5kEcHo lPL/SroSiyWuldxktEQYYMnzhpA9Vle9GnB44= MIME-Version: 1.0 Received: by 10.229.88.15 with SMTP id y15mr2495040qcl.39.1284647757949; Thu, 16 Sep 2010 07:35:57 -0700 (PDT) Received: by 10.229.190.66 with HTTP; Thu, 16 Sep 2010 07:35:57 -0700 (PDT) Date: Thu, 16 Sep 2010 16:35:57 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 14:35:59 -0000 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??