Re: Problem switching to qmail.
On 09/03/05 16:34 +0700, ReymanX wrote:
Actually my problem is around dependecies. How can i remove postfix but still my dependencies is still correct.
another way is to create an empty rpm with no source. in /usr/src/packages/SPECS create a file called qmail.spec Inside qmail.spec place the following: Buildarch: noarch Conflicts: sendmail, exim, postfix, smail Group: Utilities/System License: GPL Name: qmail Provides: smtp_daemon, /usr/sbin/sendmail Release: 0suse92 Summary: empty qmail package to satisfy dependencies Version: 1 %description empty qmail package %files then, type rpmbuild -bb qmail.spec and hey presto you'll have a freshly baked "qmail" rpm in /usr/src/packages/RPMS/noarch/qmail-1-0suse92.noarch.rpm that you can install. That'll satisfy your dependencies, although of course it's up to you to make sure you have a link /usr/sbin/sendmail to the qmail sendmail wrapper. Of course you are using the life with qmail instructions, here: http://lifewithqmail.org/lwq.html rgds Craig
participants (1)
-
Craig Millar