From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 05:02:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AABE16A422 for ; Wed, 1 Feb 2006 05:02:00 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738BC43D64 for ; Wed, 1 Feb 2006 05:01:50 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.4/8.13.4) with ESMTP id k115A1hg025595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Feb 2006 00:10:06 -0500 (EST) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: Martin Schweizer Date: Wed, 1 Feb 2006 00:04:04 -0500 User-Agent: KMail/1.9.1 References: <20060129181208.GA32037@saturn.pcs.ms> <200601311808.15696.mistry.7@osu.edu> <20060201045120.GH31138@saturn.pcs.ms> In-Reply-To: <20060201045120.GH31138@saturn.pcs.ms> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8520390.R96BKuSmA9"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602010004.18543.mistry.7@osu.edu> X-Spam-Status: No, score=-6.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, J_CHICKENPOX_23,J_CHICKENPOX_53,MYFREEBSD3 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88/1263/Tue Jan 31 09:48:20 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Can not deliver to cyrus imapd 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: Wed, 01 Feb 2006 05:02:00 -0000 --nextPart8520390.R96BKuSmA9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 31 January 2006 23:51, Martin Schweizer wrote: > Hello Amish It's "Anish" > > Am Tue, Jan 31, 2006 at 06:08:08PM -0500 Anish Mistry schrieb: > > > > > On my two machines (FreeBSD 5.4) I'm not able to compile > > > > > sendmail with other mailer then the default ones. The hole > > > > > thread and the details you can see in comp.mail.senmdail > > > > > (link: > > > > > http://groups.google.com/group/comp.mail.sendmail/browse_th > > > > >read /thr > > > > > ead/a9c1364a7b98be36/0e04b81274290cb3#0e04b81274290cb3 ). > > > > > > > > > > My goal is to use sendmail and cyrus impad 2.3. The problem > > > > > is if I change the mailer in sendmail.mc nothing appears. I > > > > > also checked sendmail.cf. There are no other mailers the > > > > > the default ones. I'm very confused about the problem. Any > > > > > ideas are very welcome. > > > > > > > > I'm using cyrus-imapd22 in production on a few servers with > > > > the base sendmail. I'm assuming you have cyrus-imapd23 setup > > > > correctly. # set the sendmail password check method > > > > touch /usr/local/lib/sasl2/Sendmail.conf > > > > # add "pwcheck_method: saslauthd" to use sasl database > > > > # or "pwcheck_method: passwd" for normal login password > > > > checking # add to /etc/make.conf > > > > SENDMAIL_CFLAGS+=3D -I/usr/local/include -DSASL=3D2 \ > > > > -D_FFR_SMTP_SSL -DSOCKETMAP > > > > SENDMAIL_LDFLAGS+=3D-L/usr/local/lib > > > > SENDMAIL_LDADD+=3D-lsasl2 > > > > # set box specific .mc file in /etc/make.conf so upgrades > > > > # don't wipe out our existing settings > > > > SENDMAIL_MC=3D/etc/mail/host.mydomain.com.mc > > > > # build shared sendmail libs > > > > cd /usr/src/lib/libsm && \ > > > > make cleandir && make depend && make obj && make > > > > cd /usr/src/lib/libsmutil && \ > > > > make cleandir && make depend && make obj && make > > > > # now rebuild sendmail in the base > > > > cd /usr/src/usr.sbin/sendmail && \ > > > > make cleandir && make depend && make obj && make && make > > > > install > > > > > > After make I get always this error: > > > > > > make: don't know how to make > > > /usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a. > > > Stop > > > > > > I also tested this hint from a newsgroup: > > > > > > "I followed some advice I found on the questi...@freebsd.cz=20 > > > email list and after cvsup'ing my src I ran a 'make buildworld' > > > in /usr/src. After the make buildworld finished I cd'd to > > > /usr/src/usr.sbin/sendmail/ and did a make install and it > > > installed just fine." > > > > > > ... but I always get the same error. Any ideas? > > > > Hmmm..I remember getting this on one of my setups. I think I > > eventually just rm -r the sources and /usr/obj and re-cvsuped to > > the security branch and then did a buildworld/installworld. > > ... and I don't run in some other problems if I remove /usr/obj? /usr/obj should just be your temporary build directory from=20 buildworld/buildkernel unless you've done something special. Make=20 sure to "chflags -R noschg /usr/obj/usr" before rm'ing to remove the=20 special flags. =2D-=20 Anish Mistry --nextPart8520390.R96BKuSmA9 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD4EFSxqA5ziudZT0RAsfdAKCmlZW7ckk7iK7swq6R2gw+IqmL+QCeK/gS e54pys5DEEwX08k/+kVmw8A= =9EZe -----END PGP SIGNATURE----- --nextPart8520390.R96BKuSmA9--