| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: qmail-pop3d | Distribution: Unknown |
| Version: 1.03 | Vendor: Vincent Danen <vdanen@mandrakesoft.com> |
| Release: 18csa | Build date: Wed Oct 16 13:09:24 2002 |
| Group: System/Servers | Build host: Soul.crd.yerphi.am |
| Size: 43313 | Source RPM: qmail-1.03-18csa.src.rpm |
| Packager: Vincent Danen <vdanen@mandrakesoft.com> | |
| Url: http://www.qmail.org/ | |
| Summary: POP3 daemon for qmail | |
The qmail-pop3d packages provides POP3 support for qmail mail servers. If you need to be able to use POP3 with your qmail server, you should install this package.
D. J. Bernstein
internal MD5: d5a2fe56ec25a95c9ba3181653712241
* Tue Jun 25 2002 Suren Chilingaryan <ds7fff@myrealbox.com> 1.03-18csa
- APOP+LDAP authentication patch
* Wed Jun 12 2002 Vincent Danen <vdanen@mandrakesoft.com> 1.03-18rph
- Changes from Alexander Skwar <ASkwar@DigitalProjects.com>:
- Add yet another build option: nocrammd5. If also smtpauth is specified,
it will build qmail without CRAM-MD5 support. Furthermore, cmd5checkpw
will not be Require:'d
- NOTE: Currently you cannot build qmail with TLS and smtp-auth. You also
cannot build with both TLS and LDAP.
- YABO: --with dietlibc; this will build qmail against dietlibc
- updated qmail package description
- only unarchive the smtp-auth source if we are building --with smtpauth
- smtp-auth patch v0.31
- use newer tls patch (20020526)
- force the spec to undefine TLS support if either LDAP or smtp-auth are
defined (since you can't build those combinations anyway)
- make changes to /etc/cron.hourly/qmail to make it more vpopmail friendly;
it will no longer overwrite the assign file but will append new entries to
it that are found on the system (thanks to Sebastien <sebest@3ie.org>)
- finally fix nested %if's
* Tue Apr 16 2002 Vincent Danen <vdanen@mandrakesoft.com> 1.03-17rph
- create a qmail-pop3d subpackage to provide POP3 support
- move QMQP/QMTP-related binaries and manpages into qmail-qmqpd package
- use $PASSPROG in /var/qmail/supervise/qmail-pop3d/run to better accomodate
checkpassword or checkvpw (for use with vmailmgr)
- modify /etc/cron.hourly/qmail to work a little nicer with NIS/LDAP based
systems (use getent passwd instead of reading /etc/passwd directly as some
users may be missing this way)... this lets us have the ability to use
qmail on systems using LDAP authentication for the base system (should
work with NIS also)
- have initscript silently try to kill all qmail services before starting
just in case (re: tlyons@mandrakesoft.com)
- use new rph extension
* Tue Dec 11 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-16mdk
- fix bad placement for concurrency limits... conf-spawn defaults to 120, it
is /var/qmail/control/concurrency{local,remote} that controls the number
of simultaneous deliveries; set this to 90 for remote and 20 for local
(defaults are 20 and 10 respectively)
- new option: --with ldap; builds qmail ldap support (thanks Todd)
- modify supervise/qmail-smtpd/run so that you can easily change $SMTPD to
use a replacement for qmail-smtpd (ie. reisersmtpd, which uses lmail-smtpd)
- NOTE: you cannot use the LDAP patch with the TLS patch and, it looks like,
the smtpd-auth patch. If you want LDAP support, you can't have the
security features like TLS and smtp-auth (right now, anyways)
- initscript sources functions (re: Yura Gusev)
* Tue Dec 11 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-15mdk
- include /var/qmail/supervise/qmail-qmtpd for QMTP daemon in qmqpd package
- update initscript for QMTP support
- install empty /var/qmail/control/qmqpservers config file
- make the concurrency limit a little higher since this must be used on
pentium+ systems (now 90 instead of 20).
- include qmail-smtpd-auth 0.30 patch
* Fri Nov 30 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-14mdk
- by default we build for 8.1; no need to use "--with 8.1"
- add RPMOPTIONS to README.RPM (to see what --with definitions are used in
the build)
- new option: --with qmailqueue; this will apply the qmailqueue patch from
Bruce Guenter
- new file, README.patches with info on the patches that can be applied
during a rebuild
- new option: --with tls; this will apply the qmail TLS patch from Frederik
Vermeulen
- new option: --with linksync; this is to sync metadata for ReiserFS from
Frank Denis
- (this spec is getting *really* ugly now... aaargh)
* Fri Sep 28 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-13mdk
- new package with support for 8.1 (--with-8.1) that does not add any users
at build or install
* Sat Sep 08 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-12mdk
- macros to determine what we build for: --with-8.0 for 8.0+ or
--with-7.2 for 7.2; we do this because 8.0+ have qmail users defined
by default
* Sun Apr 15 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-11mdk
- added README.RPM which describes build environment
* Sun Feb 25 2001 Vincent Danen <vdanen@mandrakesoft.com> 1.03-10mdk
- added qmail-qmqp sub-package which provides support for qmqp
- rewrote initscript to compile tcp rules for qmqp and pop3 if they exist
- added conditional statements to initscript so it does not croak if pop3
support is removed
* Sat Dec 30 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-9mdk
- install now builds tcprules files; previous version didn't which prevented
qmail from starting automatically
- include /var/qmail/supervise/pop3d in directory list with proper
permissions so supervise can run the logger as well
* Sun Oct 29 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-8mdk
- more macros
- no longer create a qmail-source package
- call qmail-pop3d from supervise, not inetd
- created supervise scripts (source files), removed the auto-generation
from the spec file (this is cleaner)
- fix bad routine for creating users during build (clean would remove the
users whether we added them during build or not)
- removed /usr/man/{man1,man5,man7,man8} from the file list (we don't own
them)
- removed symlinks for manpages. a better solution would be to add another
MANPATH statement to /etc/man.config to point to /var/qmail/man
* Mon Aug 07 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-7mdk
- echo localhost to control/locals so qmail delivers mail locally by
default
- include qmail-install.sh, a custom qmail installer for building this
RPM (since we can't patch the installer)
- use semaphores in _tmppath to determine if we added qmail users/groups
during install, and if we did, remove them on clean
- add call to bin/qmail-tcpok to generate a proper queue/lock/tcpok file
- call /etc/cron.hourly/qmail in post to initialize userbase
- fix bad manpage symlinks
* Thu Aug 03 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-6mdk
- remove /var/qmail/users{include,exclude} as they interfere with
proper delivery
- fix cron.hourly/qmail
- fix sendmail symlinks
* Mon Jul 31 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-5mdk
- force attr on every single file, for owner/group and perms
- more macros
* Thu Jul 20 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-4mdk
- added entries in /etc/skel for maildir support
- manual bzip manpages since they are in non-standard location
* Wed Jul 19 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-3mdk
- fix more permissions so logging will work properly
* Tue Jul 18 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-2mdk
- fix /etc/cron.hourly/qmail
- /etc/tcprules.d/ was excluded, now it's included properly
- fix symlinks for sendmail
- left out defaultdelivery by accident
- fix bad homedir for user alias (was /etc/qmail/alias, should be
/var/qmail/alias)
- fix /etc/rc.d/init.d/qmail so chkconfig recognizes it properly
* Tue Jul 18 2000 Vincent Danen <vdanen@mandrakesoft.com> 1.03-1mdk
- first mandrake spec, based on specs from Geoffrey Lee
<snailtalk@linux-mandrake.com> and Bruce Guenter <bruceg@em.ca>
- many enhancements, follows Life with Qmail install process
0a
Generated by rpm2html 1.8.1
Daniel Veillard, Sun Sep 7 02:30:16 2008