Gentoo Archives: gentoo-dev

From: Benjamin Coles <sj7trunks@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] qmail-scanner depends on qmail (what about qmail-ldap?)
Date: Wed, 31 Mar 2004 22:02:21
Message-Id: 1080770540.10970.35.camel@gentoo.pendulus.net
In Reply to: Re: [gentoo-dev] qmail-scanner depends on qmail (what about qmail-ldap?) by Aiko Barz
1 Double effort Aiko, I've gotten my own r4 fully working on my 5 servers.
2 I'm going to coordinate the r4 to follow the months so r4 would be the
3 april release of the next patch.
4
5 Thanks,
6 Benjamin
7
8 On Wed, 2004-03-31 at 09:51, Aiko Barz wrote:
9 > On Sat, Mar 27, 2004 at 12:47:42PM +0100, Aiko Barz wrote:
10 > > On Fri, Mar 26, 2004 at 11:45:33PM -0500, Mike Frysinger wrote:
11 > > > i meant i thought the fact we have 'qmail-ldap' and 'qmail-mysq' instead of
12 > > > combining those features into the qmail ebuild is junk
13 > >
14 > > That reminds me of something: There is no qmail-ldap, at least no
15 > > working one. ;)
16 > > http://bugs.gentoo.org/show_bug.cgi?id=45875
17 >
18 > Since there are wishes to start with the mainstream-qmail-line, I took
19 > the qmail-1.03-r15.ebuild as base.
20 >
21 > 1. I removed all patches which didn't apply after using
22 > qmail-ldap-1.03-20040301a. Off course, a lot of patches are already
23 > part of the qmail-ldap patch.
24 > 2. $(emerge qmail-ldap-1.03-r4.ebuild 2> /root/blabla) showed some
25 > missing files. I copied them from
26 > "/usr/portage/net-mail/qmail/files/"
27 > 3. I added "ln -s ${pemfile} ${filedir}/cert.pem" to "mkservercert",
28 > because "telnet localhost 25" said:
29 > "454 TLS not available: missing RSA private key (#4.3.0)"
30 > 4. I would like to see
31 > QMAIL_SMTP_POST="/var/qmail/bin/auth_smtp /usr/bin/true"
32 > as an default example in "conf-smtpd".
33 > 5. /etc/tcprules.d/tcp.qmail-smtp.sample looks like:
34 >
35 > 127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD=""
36 > :allow
37 >
38 > I would like to kick out the last line and do it just like this:
39 >
40 > if use ssl; then
41 > echo ":allow,SMTPAUTH=\"TLSREQUIRED\"" >>${f}
42 > else
43 > echo ":allow" >>${f}
44 > fi
45 >
46 > This makes it possible to relay after smtpauth, after TLS.
47 >
48 > Right now, my qmail-ldap works almost out of the box. I made the first
49 > step. Maybe some gentoo-dev like sj7trunks could do the final-step:
50 > Test, improve and add it to the stable line. ;)
51 >
52 > ebuild:
53 > http://www.chroot.de/html-includes/ebuilds/qmail-ldap/qmail-ldap-1.03-r4.ebuild
54 > diff:
55 > http://www.chroot.de/html-includes/ebuilds/qmail-ldap/qmail-ldap-1.03-r4.diff
56 >
57 > Thanks,
58 > Aiko
59
60
61 --
62 gentoo-dev@g.o mailing list