From owner-freebsd-questions Mon Jun 3 8:49: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 80C7A37B400 for ; Mon, 3 Jun 2002 08:48:54 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17Eu4e-0005vR-00; Mon, 03 Jun 2002 08:48:48 -0700 Received: from mlevy.flncs.com (cylex [12.27.148.78]) by ns.flncs.com (Postfix) with ESMTP id 2A7E353C9; Mon, 3 Jun 2002 11:52:36 -0400 (EDT) Message-Id: <5.1.0.14.2.20020603115022.00aaec50@imap.flncs.com> X-Sender: moti@imap.flncs.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 11:50:46 -0400 To: rahermon@iastate.edu From: Moti Levy Subject: Re: Cyrus-imapd with sendmail setup question Cc: In-Reply-To: <000001c20afe$e9262f80$8404a8c0@TheGetto> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 08:02 AM 6/3/2002 -0500, rahermon@iastate.edu wrote: >Using version 2.0.16 from the ports. I am having dificulty having mail >delivered to my imap server. Accounts are created fine, and user is able >to connect via client software. >I am getting sm-mta errors "No such file or directory" on the maillog >and >SYSERR(root): makeconnection_ds: unsafe domain socket. A searched for >the previous error only provided a few hits and I have not been able to >reach the website for about 2 days. >I have read the documentation many times but I can not find any hints >about what to do next. Can anyone be kind enough to point me in the >right direction. > >Regards, >Ramon > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message this is from the imap faq : "Edit /etc/sendmail.mc with care not to add extra spaces and add the following lines(do not copy and paste directly from this text as the tabs won't be added correctly): MAILER(local) MAILER(cyrus) define(`confLOCAL_MAILER',`cyrus') LOCAL_RULE_0 R$=N $: $#local $: $1 R$=N < @ $=w . > $: $#local $: $1 Rbb + $+ < @ $=w . > $#cyrusbb $: $1 Use tabs to separate the data (i.e. R$=N has three tabs between it and $: $#local $: $1) Then run: m4 sendmail.mc > sendmail.cf " have you done that ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message