Date: Tue, 29 Apr 2003 15:47:00 -0700 (PDT) From: David Babler <dbabler@rigel.orionsys.com> To: "Scot W. Hetzel" <hetzels@westbend.net> Cc: freebsd-ports@freebsd.org Subject: Re: Cyrus-SASL + sendmail 8.12.9 + "group writable file" Message-ID: <20030429152456.R33294@rigel.orionsys.com> In-Reply-To: <01b001c30e9d$cbbf6bc0$13fd2fd8@Admin02> References: <20030428184857.V33294@rigel.orionsys.com> <01b001c30e9d$cbbf6bc0$13fd2fd8@Admin02>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Apr 2003, Scot W. Hetzel wrote: > > Basic problem: sendmail errors with permissions/ownerships on > > /usr/local/etc/sasldb > > > > Symptom: > > maillog entry "error: safesasl(/usr/local/etc/sasldb) failed: Group > readable file" [...] > > > I just rebuilt my 4.8 test system and have no problem with > permissions/ownership on the /usr/local/etc/sasldb file as create by the > security/cyrus-sasl port. > > -rw-r----- 1 cyrus mail 16384 Apr 29 16:46 sasldb > > I used the same settings as you had posted in your previous message. > > In your sendmail.cf file does the 'O DontBlameSendmail' option have a > '#' in front of it, if it does then it is being commented out. What's > the value of the DontBlameSendmail option in the sendmail.cf file? In sendmail.cf: O DontBlameSendmail=GroupReadableSASLDBFile And it's the second non-comment line in the generated .cf file after 'V10/Berkeley'. > Are you using the freebsd.mc file, or a custom.mc file to create the *.cf > file? Custom - lots of customized anti-spam rules, and I've been doing this for years. I rebuild periodically as rules get updated, but this is the first time I've seen this weird of an error. > Also is the SENDMAIL_MC uncommented & defined to your custom.mc file in > /etc/make.conf file? No, there's no SENDMAIL_MC in /etc/make.conf, but I use the <hostname>.mc form for the .mc file and have been using the 'make cf install restart' commands since they were added... before that, used to build in /usr/src/contrib/sendmail/cf/cf using m4, copy the result by hand and HUP sendmail. The whole .cf file gets built exactly as I'd expect, except that ASMTP doesn't work. That's why this is so weird - I'm not exactly new to sendmail! -Dave
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030429152456.R33294>