On Fri, Mar 02, 2001 at 01:44:16PM +0100, Balazs Nagy wrote:
[snip]
> - new features
> per-user handling of /var/qmail/users/
> using ~/.qmail/... instead of .qmail-... (or it should check each)
This is configurable. man qmail-users
> qmail-remote QMTP and QMQP handling (smtproutes, qmtproutes, qmqproutes,
> or just routes which can handle all of them)
qmail-remote shouldn't do QMQP. There are patches for QMTP.
> - new architecture
> /var/qmail is outdated. These files should place to
> - /var/qmail/bin to {conf-home}/bin
conf-home=/var/qmail
> - /var/qmail/alias: maybe it's the right place, but I should put it to
> a {sysconfdir}/alias dir.
> - /var/qmail/users: it should be handled with ~alias/ (maybe as
> .users.data and .users.cdb)
No, /var/qmail/users works essentially different than ~alias.
> - /var/qmail/control: /service/<service>/env
Lots of files in control can be several 1000's of lines long.
> - /var/qmail/queue: /var/spool/qmail (it should be put to /var/spool,
> but it's just a cosmetic change).
Why? /var is /var. All of qmail lives in /var/qmail. Feel free to
ln -s /var/spool/qmail /var/qmail/queue
Greetz, Peter.