From owner-freebsd-questions Wed Oct 18 1:42:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gray.westgate.gr (gray.westgate.gr [212.205.119.66]) by hub.freebsd.org (Postfix) with ESMTP id 23AA537B4C5 for ; Wed, 18 Oct 2000 01:42:07 -0700 (PDT) Received: (from charon@localhost) by gray.westgate.gr (8.11.1/8.11.1) id e9I8fe909184; Wed, 18 Oct 2000 11:41:40 +0300 (EEST) Date: Wed, 18 Oct 2000 11:41:40 +0300 From: Giorgos Keramidas To: Chris Browning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: keyboard mapping problem w/ m4 sendmail config? Message-ID: <20001018114140.B9003@gray.westgate.gr> References: <39ECE2A3.E138EF70@prokyon.com> <20001018044214.A985@hades.hell.gr> <39ED096C.ED0B9122@prokyon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39ED096C.ED0B9122@prokyon.com>; from brownicm@prokyon.com on Tue, Oct 17, 2000 at 10:22:36PM -0400 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 17, 2000 at 10:22:36PM -0400, Chris Browning wrote: > Giorgos Keramidas wrote: > > > > Can you post your sendmail.mc file? Please. > ... > And it produces the following as /etc/mail/sendmail.cf > > VERSIONID(@(#)tcpproto.mc 8.10 (Berkeley) 5/19/1998) > OSTYPE(bsd4.4) > FEATURE(nouucp) > MAILER(local) > MAILER(smtp) This does not look like a valid sendmail.cf to me, though :-( There is something wrong with the way that you `procude' your sendmail.cf file. Check out the page http://students.ceid.upatras.gr/~keramida/sendmail/ to see how I use a simple Makefile to make my own .cf files :-) You can always copy the .mc file in /usr/src/etc/sendmail/local.mc and use the standard way of making your .cf file, too: # cp custom.mc /usr/src/etc/sendmail/local.mc # cd /usr/src/etc/sendmail # make local.cf and then you will have a valid local.cf which you can copy over your existing /etc/mail/sendmail.cf before you restart sendmail. -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message