Date: Thu, 2 Feb 2006 23:12:43 +0100 From: Martin Schweizer <lists_freebsd@bluewin.ch> To: Anish Mistry <mistry.7@osu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Can not deliver to cyrus imapd Message-ID: <20060202221243.GO31138@saturn.pcs.ms> In-Reply-To: <200602010004.18543.mistry.7@osu.edu> References: <20060129181208.GA32037@saturn.pcs.ms> <200601311808.15696.mistry.7@osu.edu> <20060201045120.GH31138@saturn.pcs.ms> <200602010004.18543.mistry.7@osu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--OrT4iOlIQZp3kw4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Anish Am Wed, Feb 01, 2006 at 12:04:04AM -0500 Anish Mistry schrieb: > On Tuesday 31 January 2006 23:51, Martin Schweizer wrote: > > Hello Amish > It's "Anish" =2E.. sorry! > > 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. Sorry for the delay but I was in hurry in last cuple of hours. After I dele= ted=20 /usr/obj, cvsuped and make buildworld/buildkernel. It seem's like it works.= =20 Tomorrow (friday) I will work the hole day on this. I will send you an upda= te=20 asap. Thank you for your help. --=20 Regards Martin=20 <info@pc-service.ch> PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --OrT4iOlIQZp3kw4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD4oPbwa4WkdMP0jkRAtmQAJ9AXiL1s/RnpeOFwFPBsW6ylOY9lACg9Xc9 Nntw//MA4uSBduUsqXvkZ9M= =BHRi -----END PGP SIGNATURE----- --OrT4iOlIQZp3kw4S--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060202221243.GO31138>